org.opensaml.ws.wstrust
Interface BinarySecret

All Superinterfaces:
org.opensaml.xml.AttributeExtensibleXMLObject, org.opensaml.xml.validation.ValidatingXMLObject, WSTrustObject, org.opensaml.xml.XMLObject, org.opensaml.xml.schema.XSBase64Binary
All Known Implementing Classes:
BinarySecretImpl

public interface BinarySecret
extends org.opensaml.xml.schema.XSBase64Binary, org.opensaml.xml.AttributeExtensibleXMLObject, WSTrustObject

The wst:BinarySecret element.

See Also:
Entropy, "WS-Trust 1.3, Chapter 3.3 Binary Secrets."

Field Summary
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
 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.xml.schema.XSBase64Binary
getValue, setValue
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 
Methods inherited from interface org.opensaml.xml.AttributeExtensibleXMLObject
getUnknownAttributes
 

Field Detail

ELEMENT_LOCAL_NAME

static final String ELEMENT_LOCAL_NAME
Element local name.

See Also:
Constant Field Values

ELEMENT_NAME

static final QName ELEMENT_NAME
Default element name.


TYPE_LOCAL_NAME

static final String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

TYPE_NAME

static final QName TYPE_NAME
QName of the XSI type.


TYPE_ATTRIB_NAME

static final String TYPE_ATTRIB_NAME
wst:BinarySecret/@Type attribute local name.

See Also:
Constant Field Values

TYPE_ASYMMETRIC_KEY

static final String TYPE_ASYMMETRIC_KEY
Type attribute AsymmetricKey URI.

See Also:
Constant Field Values

TYPE_SYMMETRIC_KEY

static final String TYPE_SYMMETRIC_KEY
Type attribute SymmetricKey URI.

See Also:
Constant Field Values

TYPE_NONCE

static final String TYPE_NONCE
Type attribute Nonce URI.

See Also:
Constant Field Values
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.


Copyright © 2006-2013 Internet2. All Rights Reserved.