Package org.opensaml.soap.wstrust
Interface BinarySecret
- All Superinterfaces:
AttributeExtensibleXMLObject,WSTrustObject,XMLObject,XSBase64Binary
- All Known Implementing Classes:
BinarySecretImpl
The wst:BinarySecret element.
- See Also:
-
Entropy- "WS-Trust 1.3, Chapter 3.3 Binary Secrets."
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringElement local name.static final QNameDefault element name.static final StringType attribute AsymmetricKey URI.static final Stringwst:BinarySecret/@Type attribute local name.static final StringLocal name of the XSI type.static final QNameQName of the XSI type.static final StringType attribute Nonce URI.static final StringType attribute SymmetricKey URI. -
Method Summary
Methods inherited from interface org.opensaml.core.xml.AttributeExtensibleXMLObject
getUnknownAttributesMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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, setSchemaLocationMethods inherited from interface org.opensaml.core.xml.schema.XSBase64Binary
getValue, setValue
-
Field Details
-
ELEMENT_LOCAL_NAME
Element local name.- See Also:
-
ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
TYPE_ATTRIB_NAME
wst:BinarySecret/@Type attribute local name.- See Also:
-
TYPE_ASYMMETRIC_KEY
Type attribute AsymmetricKey URI.- See Also:
-
TYPE_SYMMETRIC_KEY
Type attribute SymmetricKey URI.- See Also:
-
TYPE_NONCE
Type attribute Nonce URI.- See Also:
-
-
Method Details
-
getType
Returns the wst:BinarySecret/@Type attribute value.- Returns:
- the Type attribute value.
-
setType
Sets the wst:BinarySecret/@Type attribute value.- Parameters:
type- the Type attribute value to set.
-