Package org.opensaml.soap.wssecurity
Interface EncryptedHeader
- All Superinterfaces:
ActorBearing,IdBearing,MustUnderstandBearing,MustUnderstandBearing,RelayBearing,RoleBearing,WSSecurityObject,XMLObject
- All Known Implementing Classes:
EncryptedHeaderImpl
public interface EncryptedHeader
extends IdBearing, MustUnderstandBearing, ActorBearing, MustUnderstandBearing, RoleBearing, RelayBearing, WSSecurityObject
The <wsse:EncryptedHeader> element.
- See Also:
-
EncryptedHeader- "WS-Security, Chapter 9.3 EncryptedHeader"
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringElement local name.static final QNameQualified element name.static final StringLocal name of the XSI type.static final QNameQName of the XSI type.Fields inherited from interface org.opensaml.soap.soap11.ActorBearing
SOAP11_ACTOR_ATTR_LOCAL_NAME, SOAP11_ACTOR_ATTR_NAME, SOAP11_ACTOR_NEXTFields inherited from interface org.opensaml.soap.wssecurity.IdBearing
WSU_ID_ATTR_LOCAL_NAME, WSU_ID_ATTR_NAMEFields inherited from interface org.opensaml.soap.soap11.MustUnderstandBearing
SOAP11_MUST_UNDERSTAND_ATTR_LOCAL_NAME, SOAP11_MUST_UNDERSTAND_ATTR_NAMEFields inherited from interface org.opensaml.soap.soap12.MustUnderstandBearing
SOAP12_MUST_UNDERSTAND_ATTR_LOCAL_NAME, SOAP12_MUST_UNDERSTAND_ATTR_NAMEFields inherited from interface org.opensaml.soap.soap12.RelayBearing
SOAP12_RELAY_ATTR_LOCAL_NAME, SOAP12_RELAY_ATTR_NAMEFields inherited from interface org.opensaml.soap.soap12.RoleBearing
SOAP12_ROLE_ATTR_LOCAL_NAME, SOAP12_ROLE_ATTR_NAME -
Method Summary
Modifier and TypeMethodDescriptionGets the EncryptedData child element.voidsetEncryptedData(EncryptedData newEncryptedData) Sets the EncryptedData child element.Methods inherited from interface org.opensaml.soap.soap11.ActorBearing
getSOAP11Actor, setSOAP11ActorMethods inherited from interface org.opensaml.soap.soap11.MustUnderstandBearing
isSOAP11MustUnderstand, isSOAP11MustUnderstandXSBoolean, setSOAP11MustUnderstand, setSOAP11MustUnderstandMethods inherited from interface org.opensaml.soap.soap12.MustUnderstandBearing
isSOAP12MustUnderstand, isSOAP12MustUnderstandXSBoolean, setSOAP12MustUnderstand, setSOAP12MustUnderstandMethods inherited from interface org.opensaml.soap.soap12.RelayBearing
isSOAP12Relay, isSOAP12RelayXSBoolean, setSOAP12Relay, setSOAP12RelayMethods inherited from interface org.opensaml.soap.soap12.RoleBearing
getSOAP12Role, setSOAP12RoleMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
ELEMENT_LOCAL_NAME
Element local name.- See Also:
-
ELEMENT_NAME
Qualified element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getEncryptedData
Gets the EncryptedData child element.- Returns:
- the EncryptedData child element
-
setEncryptedData
Sets the EncryptedData child element.- Parameters:
newEncryptedData- the new EncryptedData child element
-