Interface BinarySecret

  • All Superinterfaces:
    org.opensaml.core.xml.AttributeExtensibleXMLObject, WSTrustObject, org.opensaml.core.xml.XMLObject, org.opensaml.core.xml.schema.XSBase64Binary

    public interface BinarySecret
    extends org.opensaml.core.xml.schema.XSBase64Binary, org.opensaml.core.xml.AttributeExtensibleXMLObject, WSTrustObject
    The wst:BinarySecret element.
    See Also:
    Entropy, "WS-Trust 1.3, Chapter 3.3 Binary Secrets."
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getType()
      Returns the wst:BinarySecret/@Type attribute value.
      void setType​(String type)
      Sets the wst:BinarySecret/@Type attribute value.
      • Methods inherited from interface org.opensaml.core.xml.AttributeExtensibleXMLObject

        getUnknownAttributes
      • Methods inherited from interface org.opensaml.core.xml.XMLObject

        detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
      • Methods inherited from interface org.opensaml.core.xml.schema.XSBase64Binary

        getValue, setValue
    • Method Detail

      • getType

        String getType()
        Returns the wst:BinarySecret/@Type attribute value.
        Returns:
        the Type attribute value.
      • setType

        void setType​(String type)
        Sets the wst:BinarySecret/@Type attribute value.
        Parameters:
        type - the Type attribute value to set.