Interface AuthenticatorType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface AuthenticatorType
    extends XmlObject
    An XML AuthenticatorType(@http://schemas.xmlsoap.org/ws/2005/02/trust). This is a complex type.
    • Method Detail

      • getCombinedHash

        byte[] getCombinedHash()
        Gets the "CombinedHash" element
      • xgetCombinedHash

        XmlBase64Binary xgetCombinedHash()
        Gets (as xml) the "CombinedHash" element
      • isSetCombinedHash

        boolean isSetCombinedHash()
        True if has "CombinedHash" element
      • setCombinedHash

        void setCombinedHash​(byte[] combinedHash)
        Sets the "CombinedHash" element
      • xsetCombinedHash

        void xsetCombinedHash​(XmlBase64Binary combinedHash)
        Sets (as xml) the "CombinedHash" element
      • unsetCombinedHash

        void unsetCombinedHash()
        Unsets the "CombinedHash" element