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 String
Element local name.static final QName
Default element name.static final String
Type attribute AsymmetricKey URI.static final String
wst:BinarySecret/@Type attribute local name.static final String
Local name of the XSI type.static final QName
QName of the XSI type.static final String
Type attribute Nonce URI.static final String
Type attribute SymmetricKey URI. -
Method Summary
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
-
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
String 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.
-