public class EncryptedHeaderImpl extends AbstractWSSecurityObject implements EncryptedHeader
EncryptedHeader.| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.xmlsec.encryption.EncryptedData |
encryptedData
EncryptedData child element.
|
private String |
soap11Actor
The
@soap11:actor atribute. |
private org.opensaml.core.xml.schema.XSBooleanValue |
soap11MustUnderstand
The
@soap11:mustUnderstand atribute. |
private org.opensaml.core.xml.schema.XSBooleanValue |
soap12MustUnderstand
The
@soap12:mustUnderstand atribute. |
private org.opensaml.core.xml.schema.XSBooleanValue |
soap12Relay
The
@soap12:relay atribute. |
private String |
soap12Role
The
@soap12:role atribute. |
private String |
wsuId
The
@wsu:Id atribute. |
ELEMENT_LOCAL_NAME, ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAMEWSU_ID_ATTR_LOCAL_NAME, WSU_ID_ATTR_NAMESOAP11_MUST_UNDERSTAND_ATTR_LOCAL_NAME, SOAP11_MUST_UNDERSTAND_ATTR_NAMESOAP11_ACTOR_ATTR_LOCAL_NAME, SOAP11_ACTOR_ATTR_NAME, SOAP11_ACTOR_NEXTSOAP12_MUST_UNDERSTAND_ATTR_LOCAL_NAME, SOAP12_MUST_UNDERSTAND_ATTR_NAMESOAP12_ROLE_ATTR_LOCAL_NAME, SOAP12_ROLE_ATTR_NAMESOAP12_RELAY_ATTR_LOCAL_NAME, SOAP12_RELAY_ATTR_NAME| Constructor and Description |
|---|
EncryptedHeaderImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.xmlsec.encryption.EncryptedData |
getEncryptedData() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
String |
getSOAP11Actor() |
String |
getSOAP12Role() |
String |
getWSUId() |
Boolean |
isSOAP11MustUnderstand() |
org.opensaml.core.xml.schema.XSBooleanValue |
isSOAP11MustUnderstandXSBoolean() |
Boolean |
isSOAP12MustUnderstand() |
org.opensaml.core.xml.schema.XSBooleanValue |
isSOAP12MustUnderstandXSBoolean() |
Boolean |
isSOAP12Relay() |
org.opensaml.core.xml.schema.XSBooleanValue |
isSOAP12RelayXSBoolean() |
void |
setEncryptedData(org.opensaml.xmlsec.encryption.EncryptedData newEncryptedData) |
void |
setSOAP11Actor(String newActor) |
void |
setSOAP11MustUnderstand(Boolean newMustUnderstand) |
void |
setSOAP11MustUnderstand(org.opensaml.core.xml.schema.XSBooleanValue newMustUnderstand) |
void |
setSOAP12MustUnderstand(Boolean newMustUnderstand) |
void |
setSOAP12MustUnderstand(org.opensaml.core.xml.schema.XSBooleanValue newMustUnderstand) |
void |
setSOAP12Relay(Boolean newRelay) |
void |
setSOAP12Relay(org.opensaml.core.xml.schema.XSBooleanValue newRelay) |
void |
setSOAP12Role(String newRole) |
void |
setWSUId(String newId) |
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, 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 org.opensaml.xmlsec.encryption.EncryptedData encryptedData
private String wsuId
@wsu:Id atribute.private org.opensaml.core.xml.schema.XSBooleanValue soap11MustUnderstand
@soap11:mustUnderstand atribute.private String soap11Actor
@soap11:actor atribute.private org.opensaml.core.xml.schema.XSBooleanValue soap12MustUnderstand
@soap12:mustUnderstand atribute.private String soap12Role
@soap12:role atribute.private org.opensaml.core.xml.schema.XSBooleanValue soap12Relay
@soap12:relay atribute.public org.opensaml.xmlsec.encryption.EncryptedData getEncryptedData()
getEncryptedData in interface EncryptedHeaderpublic void setEncryptedData(org.opensaml.xmlsec.encryption.EncryptedData newEncryptedData)
setEncryptedData in interface EncryptedHeaderpublic Boolean isSOAP11MustUnderstand()
public org.opensaml.core.xml.schema.XSBooleanValue isSOAP11MustUnderstandXSBoolean()
public void setSOAP11MustUnderstand(Boolean newMustUnderstand)
public void setSOAP11MustUnderstand(org.opensaml.core.xml.schema.XSBooleanValue newMustUnderstand)
public String getSOAP11Actor()
getSOAP11Actor in interface ActorBearingpublic void setSOAP11Actor(String newActor)
setSOAP11Actor in interface ActorBearingpublic Boolean isSOAP12MustUnderstand()
isSOAP12MustUnderstand in interface MustUnderstandBearingpublic org.opensaml.core.xml.schema.XSBooleanValue isSOAP12MustUnderstandXSBoolean()
isSOAP12MustUnderstandXSBoolean in interface MustUnderstandBearingpublic void setSOAP12MustUnderstand(Boolean newMustUnderstand)
setSOAP12MustUnderstand in interface MustUnderstandBearingpublic void setSOAP12MustUnderstand(org.opensaml.core.xml.schema.XSBooleanValue newMustUnderstand)
setSOAP12MustUnderstand in interface MustUnderstandBearingpublic String getSOAP12Role()
getSOAP12Role in interface RoleBearingpublic void setSOAP12Role(String newRole)
setSOAP12Role in interface RoleBearingpublic Boolean isSOAP12Relay()
isSOAP12Relay in interface RelayBearingpublic org.opensaml.core.xml.schema.XSBooleanValue isSOAP12RelayXSBoolean()
isSOAP12RelayXSBoolean in interface RelayBearingpublic void setSOAP12Relay(Boolean newRelay)
setSOAP12Relay in interface RelayBearingpublic void setSOAP12Relay(org.opensaml.core.xml.schema.XSBooleanValue newRelay)
setSOAP12Relay in interface RelayBearingpublic List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.core.xml.XMLObjectgetOrderedChildren in class AbstractWSSecurityObjectCopyright © 1999–2016 Shibboleth Consortium. All rights reserved.