public class SessionKeyImpl extends AbstractSAMLObject implements SessionKey
SessionKey.| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
algorithm
Algorithm attribute.
|
private XMLObjectChildrenList<EncType> |
encTypes
EncType children.
|
private KeyInfo |
keyInfo
KeyInfo child.
|
private java.lang.String |
soap11Actor
soap11:actor attribute.
|
private XSBooleanValue |
soap11MustUnderstand
soap11:mustUnderstand.
|
ALGORITHM_ATTRIB_NAME, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAMESOAP11_MUST_UNDERSTAND_ATTR_LOCAL_NAME, SOAP11_MUST_UNDERSTAND_ATTR_NAMESOAP11_ACTOR_ATTR_LOCAL_NAME, SOAP11_ACTOR_ATTR_NAME, SOAP11_ACTOR_NEXT| Modifier | Constructor and Description |
|---|---|
protected |
SessionKeyImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm()
Get the session key derivation algorithm.
|
java.util.List<EncType> |
getEncTypes()
Get the session key encryption typed.
|
KeyInfo |
getKeyInfo()
Get the KeyInfo object that describes the session key.
|
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
java.lang.String |
getSOAP11Actor()
Get the attribute value.
|
java.lang.Boolean |
isSOAP11MustUnderstand()
Get the attribute value.
|
XSBooleanValue |
isSOAP11MustUnderstandXSBoolean()
Get the attribute value.
|
void |
setAlgorithm(java.lang.String newAlgorithm)
Set the session key derivation algorithm.
|
void |
setKeyInfo(KeyInfo newKeyInfo)
Set the KeyInfo object that describes the session key.
|
void |
setSOAP11Actor(java.lang.String newActor)
Set the attribute value.
|
void |
setSOAP11MustUnderstand(java.lang.Boolean newMustUnderstand)
Set the attribute value.
|
void |
setSOAP11MustUnderstand(XSBooleanValue newMustUnderstand)
Set the attribute value.
|
equals, hashCode, prepareForAssignmentdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate java.lang.String soap11Actor
private XSBooleanValue soap11MustUnderstand
private java.lang.String algorithm
private XMLObjectChildrenList<EncType> encTypes
private KeyInfo keyInfo
protected SessionKeyImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespacepublic java.lang.Boolean isSOAP11MustUnderstand()
isSOAP11MustUnderstand in interface MustUnderstandBearingpublic XSBooleanValue isSOAP11MustUnderstandXSBoolean()
isSOAP11MustUnderstandXSBoolean in interface MustUnderstandBearingpublic void setSOAP11MustUnderstand(java.lang.Boolean newMustUnderstand)
setSOAP11MustUnderstand in interface MustUnderstandBearingnewMustUnderstand - the new attribute valuepublic void setSOAP11MustUnderstand(XSBooleanValue newMustUnderstand)
setSOAP11MustUnderstand in interface MustUnderstandBearingnewMustUnderstand - the new attribute valuepublic java.lang.String getSOAP11Actor()
getSOAP11Actor in interface ActorBearingpublic void setSOAP11Actor(java.lang.String newActor)
setSOAP11Actor in interface ActorBearingnewActor - the new attribute valuepublic java.lang.String getAlgorithm()
getAlgorithm in interface SessionKeypublic void setAlgorithm(java.lang.String newAlgorithm)
setAlgorithm in interface SessionKeynewAlgorithm - the algorithm used to derive the session keypublic java.util.List<EncType> getEncTypes()
getEncTypes in interface SessionKeypublic KeyInfo getKeyInfo()
getKeyInfo in interface SessionKeypublic void setKeyInfo(KeyInfo newKeyInfo)
setKeyInfo in interface SessionKeynewKeyInfo - the KeyInfo object that describes the session keypublic java.util.List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject