|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecurityHeaderBlock | |
|---|---|
| com.sun.xml.wss.core | |
| com.sun.xml.wss.impl.misc | |
| Uses of SecurityHeaderBlock in com.sun.xml.wss.core |
|---|
| Subinterfaces of SecurityHeaderBlock in com.sun.xml.wss.core | |
|---|---|
interface |
SecurityToken
|
| Classes in com.sun.xml.wss.core that implement SecurityHeaderBlock | |
|---|---|
class |
BinarySecurityToken
A wsse:BinarySecurityToken. |
class |
DerivedKeyTokenHeaderBlock
|
class |
EncryptedDataHeaderBlock
Corresponds to Schema definition for EncryptedData. |
class |
EncryptedKeyHeaderBlock
The schema definition of EncryptedKey element is as follows: |
class |
EncryptedKeyToken
|
class |
EncryptedTypeHeaderBlock
Schema definition for an EncryptedType is as follows: |
class |
KeyInfoHeaderBlock
Corresponds to the schema representation for a KeyInfo. |
class |
ReferenceListHeaderBlock
A ReferenceList element is defined as follows: |
class |
SamlAssertionHeaderBlock
The schema definition for a SAML Assertion is as follows:
|
class |
SecurityContextTokenImpl
|
class |
SecurityTokenReference
|
class |
SignatureConfirmationHeaderBlock
wsse11:SignatureConfirmation |
class |
SignatureHeaderBlock
|
class |
Timestamp
|
class |
UsernameToken
Support for a WSS:Username Token Profile. |
class |
X509SecurityToken
An X509 v3 certificate BinarySecurityToken. |
| Methods in com.sun.xml.wss.core with parameters of type SecurityHeaderBlock | |
|---|---|
void |
SecurityHeader.appendChild(SecurityHeaderBlock block)
|
void |
SecurityHeader.insertBefore(SecurityHeaderBlock block,
Node elem)
|
void |
SecurityHeader.insertHeaderBlock(SecurityHeaderBlock block)
Inserts the header block at the top of the security header, i.e, the block becomes the first child element of the security header. |
| Uses of SecurityHeaderBlock in com.sun.xml.wss.impl.misc |
|---|
| Classes in com.sun.xml.wss.impl.misc that implement SecurityHeaderBlock | |
|---|---|
class |
SecurityHeaderBlockImpl
|
| Methods in com.sun.xml.wss.impl.misc that return SecurityHeaderBlock | |
|---|---|
static SecurityHeaderBlock |
SecurityHeaderBlockImpl.fromSoapElement(SOAPElement element,
Class implClass)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||