|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.ws.wssecurity.impl.AbstractWSSecurityObject
org.opensaml.ws.wssecurity.impl.EncryptedHeaderImpl
public class EncryptedHeaderImpl
Implementation of EncryptedHeader.
| Field Summary |
|---|
| Fields inherited from interface org.opensaml.ws.wssecurity.EncryptedHeader |
|---|
ELEMENT_LOCAL_NAME, ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME |
| Fields inherited from interface org.opensaml.ws.wssecurity.IdBearing |
|---|
WSU_ID_ATTR_LOCAL_NAME, WSU_ID_ATTR_NAME |
| Fields inherited from interface org.opensaml.ws.soap.soap11.MustUnderstandBearing |
|---|
SOAP11_MUST_UNDERSTAND_ATTR_LOCAL_NAME, SOAP11_MUST_UNDERSTAND_ATTR_NAME |
| Fields inherited from interface org.opensaml.ws.soap.soap11.ActorBearing |
|---|
SOAP11_ACTOR_ATTR_LOCAL_NAME, SOAP11_ACTOR_ATTR_NAME, SOAP11_ACTOR_NEXT |
| Fields inherited from interface org.opensaml.ws.soap.soap12.MustUnderstandBearing |
|---|
SOAP12_MUST_UNDERSTAND_ATTR_LOCAL_NAME, SOAP12_MUST_UNDERSTAND_ATTR_NAME |
| Fields inherited from interface org.opensaml.ws.soap.soap12.RoleBearing |
|---|
SOAP12_ROLE_ATTR_LOCAL_NAME, SOAP12_ROLE_ATTR_NAME |
| Fields inherited from interface org.opensaml.ws.soap.soap12.RelayBearing |
|---|
SOAP12_RELAY_ATTR_LOCAL_NAME, SOAP12_RELAY_ATTR_NAME |
| Constructor Summary | |
|---|---|
EncryptedHeaderImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor. |
|
| Method Summary | |
|---|---|
org.opensaml.xml.encryption.EncryptedData |
getEncryptedData()
Gets the EncryptedData child element. |
List<org.opensaml.xml.XMLObject> |
getOrderedChildren()
|
String |
getSOAP11Actor()
Get the attribute value. |
String |
getSOAP12Role()
Get the attribute value. |
String |
getWSUId()
Returns the @wsu:Id attribute value. |
Boolean |
isSOAP11MustUnderstand()
Get the attribute value. |
org.opensaml.xml.schema.XSBooleanValue |
isSOAP11MustUnderstandXSBoolean()
Get the attribute value. |
Boolean |
isSOAP12MustUnderstand()
Get the attribute value. |
org.opensaml.xml.schema.XSBooleanValue |
isSOAP12MustUnderstandXSBoolean()
Get the attribute value. |
Boolean |
isSOAP12Relay()
Get the attribute value. |
org.opensaml.xml.schema.XSBooleanValue |
isSOAP12RelayXSBoolean()
Get the attribute value. |
void |
setEncryptedData(org.opensaml.xml.encryption.EncryptedData newEncryptedData)
Sets the EncryptedData child element. |
void |
setSOAP11Actor(String newActor)
Set the attribute value. |
void |
setSOAP11MustUnderstand(Boolean newMustUnderstand)
Set the attribute value. |
void |
setSOAP11MustUnderstand(org.opensaml.xml.schema.XSBooleanValue newMustUnderstand)
Set the attribute value. |
void |
setSOAP12MustUnderstand(Boolean newMustUnderstand)
Set the attribute value. |
void |
setSOAP12MustUnderstand(org.opensaml.xml.schema.XSBooleanValue newMustUnderstand)
Set the attribute value. |
void |
setSOAP12Relay(Boolean newRelay)
Set the attribute value. |
void |
setSOAP12Relay(org.opensaml.xml.schema.XSBooleanValue newRelay)
Set the attribute value. |
void |
setSOAP12Role(String newRole)
Set the attribute value. |
void |
setWSUId(String newId)
Sets the @wsu:Id attribute value. |
| Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
| Methods inherited from class org.opensaml.xml.AbstractXMLObject |
|---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opensaml.xml.XMLObject |
|---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
| Constructor Detail |
|---|
public EncryptedHeaderImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
namespaceURI - namespace of the elementelementLocalName - name of the elementnamespacePrefix - namespace prefix of the element| Method Detail |
|---|
public org.opensaml.xml.encryption.EncryptedData getEncryptedData()
getEncryptedData in interface EncryptedHeaderpublic void setEncryptedData(org.opensaml.xml.encryption.EncryptedData newEncryptedData)
setEncryptedData in interface EncryptedHeadernewEncryptedData - the new EncryptedData child elementpublic String getWSUId()
@wsu:Id attribute value.
getWSUId in interface IdBearing@wsu:Id attribute value or null.public void setWSUId(String newId)
@wsu:Id attribute value.
setWSUId in interface IdBearingnewId - The @wsu:Id attribute valuepublic Boolean isSOAP11MustUnderstand()
public org.opensaml.xml.schema.XSBooleanValue isSOAP11MustUnderstandXSBoolean()
public void setSOAP11MustUnderstand(Boolean newMustUnderstand)
newMustUnderstand - the new attribute valuepublic void setSOAP11MustUnderstand(org.opensaml.xml.schema.XSBooleanValue newMustUnderstand)
newMustUnderstand - the new attribute valuepublic String getSOAP11Actor()
getSOAP11Actor in interface ActorBearingpublic void setSOAP11Actor(String newActor)
setSOAP11Actor in interface ActorBearingnewActor - the new attribute valuepublic Boolean isSOAP12MustUnderstand()
isSOAP12MustUnderstand in interface MustUnderstandBearingpublic org.opensaml.xml.schema.XSBooleanValue isSOAP12MustUnderstandXSBoolean()
isSOAP12MustUnderstandXSBoolean in interface MustUnderstandBearingpublic void setSOAP12MustUnderstand(Boolean newMustUnderstand)
setSOAP12MustUnderstand in interface MustUnderstandBearingnewMustUnderstand - the new attribute valuepublic void setSOAP12MustUnderstand(org.opensaml.xml.schema.XSBooleanValue newMustUnderstand)
setSOAP12MustUnderstand in interface MustUnderstandBearingnewMustUnderstand - the new attribute valuepublic String getSOAP12Role()
getSOAP12Role in interface RoleBearingpublic void setSOAP12Role(String newRole)
setSOAP12Role in interface RoleBearingnewRole - the new attribute valuepublic Boolean isSOAP12Relay()
isSOAP12Relay in interface RelayBearingpublic org.opensaml.xml.schema.XSBooleanValue isSOAP12RelayXSBoolean()
isSOAP12RelayXSBoolean in interface RelayBearingpublic void setSOAP12Relay(Boolean newRelay)
setSOAP12Relay in interface RelayBearingnewRelay - the new attribute valuepublic void setSOAP12Relay(org.opensaml.xml.schema.XSBooleanValue newRelay)
setSOAP12Relay in interface RelayBearingnewRelay - the new attribute valuepublic List<org.opensaml.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.xml.XMLObjectgetOrderedChildren in class AbstractWSSecurityObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||