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 java.lang.String ELEMENT_LOCAL_NAME
          Element local name.
static javax.xml.namespace.QName ELEMENT_NAME
          Default element name.
static java.lang.String TYPE_ASYMMETRIC_KEY
          Type attribute AsymmetricKey URI.
static java.lang.String TYPE_ATTRIB_NAME
          wst:BinarySecret/@Type attribute local name.
static java.lang.String TYPE_LOCAL_NAME
          Local name of the XSI type.
static javax.xml.namespace.QName TYPE_NAME
          QName of the XSI type.
static java.lang.String TYPE_NONCE
          Type attribute Nonce URI.
static java.lang.String TYPE_SYMMETRIC_KEY
          Type attribute SymmetricKey URI.
 
Method Summary
 java.lang.String getType()
          Returns the wst:BinarySecret/@Type attribute value.
 void setType(java.lang.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 java.lang.String ELEMENT_LOCAL_NAME
Element local name.

See Also:
Constant Field Values

ELEMENT_NAME

static final javax.xml.namespace.QName ELEMENT_NAME
Default element name.


TYPE_LOCAL_NAME

static final java.lang.String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

TYPE_NAME

static final javax.xml.namespace.QName TYPE_NAME
QName of the XSI type.


TYPE_ATTRIB_NAME

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

See Also:
Constant Field Values

TYPE_ASYMMETRIC_KEY

static final java.lang.String TYPE_ASYMMETRIC_KEY
Type attribute AsymmetricKey URI.

See Also:
Constant Field Values

TYPE_SYMMETRIC_KEY

static final java.lang.String TYPE_SYMMETRIC_KEY
Type attribute SymmetricKey URI.

See Also:
Constant Field Values

TYPE_NONCE

static final java.lang.String TYPE_NONCE
Type attribute Nonce URI.

See Also:
Constant Field Values
Method Detail

getType

java.lang.String getType()
Returns the wst:BinarySecret/@Type attribute value.

Returns:
the Type attribute value.

setType

void setType(java.lang.String type)
Sets the wst:BinarySecret/@Type attribute value.

Parameters:
type - the Type attribute value to set.


Copyright © 2006-2011 Internet2. All Rights Reserved.