Package org.opensaml.soap.wstrust
Interface BinarySecret
- All Superinterfaces:
AttributeExtensibleXMLObject
,WSTrustObject
,XMLObject
,XSBase64Binary
- All Known Implementing Classes:
BinarySecretImpl
public interface BinarySecret extends XSBase64Binary, AttributeExtensibleXMLObject, WSTrustObject
The wst:BinarySecret element.
- See Also:
Entropy
, "WS-Trust 1.3, Chapter 3.3 Binary Secrets."
-
Field Summary
Fields Modifier and Type Field Description static String
ELEMENT_LOCAL_NAME
Element local name.static QName
ELEMENT_NAME
Default element name.static String
TYPE_ASYMMETRIC_KEY
Type attribute AsymmetricKey URI.static String
TYPE_ATTRIB_NAME
wst:BinarySecret/@Type attribute local name.static String
TYPE_LOCAL_NAME
Local name of the XSI type.static QName
TYPE_NAME
QName of the XSI type.static String
TYPE_NONCE
Type attribute Nonce URI.static String
TYPE_SYMMETRIC_KEY
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:
- Constant Field Values
-
ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
- Constant Field Values
-
TYPE_NAME
QName of the XSI type. -
TYPE_ATTRIB_NAME
wst:BinarySecret/@Type attribute local name.- See Also:
- Constant Field Values
-
TYPE_ASYMMETRIC_KEY
Type attribute AsymmetricKey URI.- See Also:
- Constant Field Values
-
TYPE_SYMMETRIC_KEY
Type attribute SymmetricKey URI.- See Also:
- Constant Field Values
-
TYPE_NONCE
Type attribute Nonce URI.- See Also:
- Constant Field Values
-
-
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.
-