org.opensaml.ws.wssecurity
Interface EncryptedHeader

All Superinterfaces:
ActorBearing, IdBearing, MustUnderstandBearing, RelayBearing, RoleBearing, WSSecurityObject, org.opensaml.xml.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
static String ELEMENT_LOCAL_NAME
          Element local name.
static QName ELEMENT_NAME
          Qualified element name.
static String TYPE_LOCAL_NAME
          Local name of the XSI type.
static QName TYPE_NAME
          QName of the XSI type.
 
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
 
Method Summary
 org.opensaml.xml.encryption.EncryptedData getEncryptedData()
          Gets the EncryptedData child element.
 void setEncryptedData(org.opensaml.xml.encryption.EncryptedData newEncryptedData)
          Sets the EncryptedData child element.
 
Methods inherited from interface org.opensaml.ws.wssecurity.IdBearing
getWSUId, setWSUId
 
Methods inherited from interface org.opensaml.ws.soap.soap11.MustUnderstandBearing
isSOAP11MustUnderstand, isSOAP11MustUnderstandXSBoolean, setSOAP11MustUnderstand, setSOAP11MustUnderstand
 
Methods inherited from interface org.opensaml.ws.soap.soap11.ActorBearing
getSOAP11Actor, setSOAP11Actor
 
Methods inherited from interface org.opensaml.ws.soap.soap12.MustUnderstandBearing
isSOAP12MustUnderstand, isSOAP12MustUnderstandXSBoolean, setSOAP12MustUnderstand, setSOAP12MustUnderstand
 
Methods inherited from interface org.opensaml.ws.soap.soap12.RoleBearing
getSOAP12Role, setSOAP12Role
 
Methods inherited from interface org.opensaml.ws.soap.soap12.RelayBearing
isSOAP12Relay, isSOAP12RelayXSBoolean, setSOAP12Relay, setSOAP12Relay
 
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
 

Field Detail

ELEMENT_LOCAL_NAME

static final String ELEMENT_LOCAL_NAME
Element local name.

See Also:
Constant Field Values

ELEMENT_NAME

static final QName ELEMENT_NAME
Qualified element name.


TYPE_LOCAL_NAME

static final String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

TYPE_NAME

static final QName TYPE_NAME
QName of the XSI type.

Method Detail

getEncryptedData

org.opensaml.xml.encryption.EncryptedData getEncryptedData()
Gets the EncryptedData child element.

Returns:
the EncryptedData child element

setEncryptedData

void setEncryptedData(org.opensaml.xml.encryption.EncryptedData newEncryptedData)
Sets the EncryptedData child element.

Parameters:
newEncryptedData - the new EncryptedData child element


Copyright © 2006-2013 Internet2. All Rights Reserved.