Package | Description |
---|---|
org.apache.ws.security.handler | |
org.apache.ws.security.message |
The package provides classes to create messages that are compliant to the
OASIS Web Service Security specifications.
|
Modifier and Type | Method and Description |
---|---|
WSSecHeader |
RequestData.getSecHeader() |
Modifier and Type | Method and Description |
---|---|
void |
RequestData.setSecHeader(WSSecHeader secHeader) |
Modifier and Type | Method and Description |
---|---|
void |
WSSecDKEncrypt.addExternalRefElement(org.w3c.dom.Element referenceList,
WSSecHeader secHeader)
Adds (prepends) the external Reference element to the Security header.
|
void |
WSSecEncrypt.addExternalRefElement(org.w3c.dom.Element dataRef,
WSSecHeader secHeader)
Adds (prepends) the external Reference element to the Security header.
|
void |
WSSecSignature.addReferencesToSign(Vector references,
WSSecHeader secHeader)
This method adds references to the Signature.
|
void |
WSSecDKSign.addReferencesToSign(Vector references,
WSSecHeader secHeader)
This method adds references to the Signature.
|
void |
WSSecSignature.appendBSTElementToHeader(WSSecHeader secHeader) |
void |
WSSecEncryptedKey.appendBSTElementToHeader(WSSecHeader secHeader)
Append the BinarySecurityToken to the elements already in the Security
header.
|
void |
WSSecDerivedKeyBase.appendDKElementToHeader(WSSecHeader secHeader) |
void |
WSSecDKSign.appendSigToHeader(WSSecHeader secHeader) |
void |
WSSecUsernameToken.appendToHeader(WSSecHeader secHeader)
Appends the UsernameToken element to the elements already in the
Security header.
|
void |
WSSecSignature.appendToHeader(WSSecHeader secHeader)
Appends the Signature element to the elements already in the Security
header.
|
void |
WSSecEncryptedKey.appendToHeader(WSSecHeader secHeader)
Append the EncryptedKey element to the elements already in the Security
header.
|
org.w3c.dom.Document |
WSSecSignatureConfirmation.build(org.w3c.dom.Document doc,
byte[] sigVal,
WSSecHeader secHeader)
Adds a new
SignatureConfirmation to a soap envelope. |
org.w3c.dom.Document |
WSSecSignature.build(org.w3c.dom.Document doc,
Crypto cr,
WSSecHeader secHeader)
Builds a signed soap envelope.
|
org.w3c.dom.Document |
WSSecEncrypt.build(org.w3c.dom.Document doc,
Crypto crypto,
WSSecHeader secHeader)
Builds the SOAP envelope with encrypted Body and adds encrypted key.
|
org.w3c.dom.Document |
WSSecUsernameToken.build(org.w3c.dom.Document doc,
WSSecHeader secHeader)
Adds a new
UsernameToken to a soap envelope. |
org.w3c.dom.Document |
WSSecDKEncrypt.build(org.w3c.dom.Document doc,
WSSecHeader secHeader) |
org.w3c.dom.Document |
WSSecTimestamp.build(org.w3c.dom.Document doc,
WSSecHeader secHeader)
Adds a new
Timestamp to a soap envelope. |
org.w3c.dom.Document |
WSSecDKSign.build(org.w3c.dom.Document doc,
WSSecHeader secHeader) |
void |
WSSecSignature.prepare(org.w3c.dom.Document doc,
Crypto cr,
WSSecHeader secHeader)
Initialize a WSSec Signature.
|
void |
WSSecDKSign.prepare(org.w3c.dom.Document doc,
WSSecHeader secHeader) |
void |
WSSecSignature.prependBSTElementToHeader(WSSecHeader secHeader)
Prepend the BinarySecurityToken to the elements already in the Security
header.
|
void |
WSSecEncryptedKey.prependBSTElementToHeader(WSSecHeader secHeader)
Prepend the BinarySecurityToken to the elements already in the Security
header.
|
void |
WSSecDerivedKeyBase.prependDKElementToHeader(WSSecHeader secHeader)
Prepend the DerivedKey element to the elements already in the Security
header.
|
void |
WSSecSecurityContextToken.prependSCTElementToHeader(org.w3c.dom.Document doc,
WSSecHeader secHeader) |
void |
WSSecDKSign.prependSigToHeader(WSSecHeader secHeader)
Prepends the Signature element to the elements already in the Security
header.
|
void |
WSSecUsernameToken.prependToHeader(WSSecHeader secHeader)
Prepends the UsernameToken element to the elements already in the
Security header.
|
void |
WSSecSignature.prependToHeader(WSSecHeader secHeader)
Prepends the Signature element to the elements already in the Security
header.
|
void |
WSSecEncryptedKey.prependToHeader(WSSecHeader secHeader)
Prepend the EncryptedKey element to the elements already in the Security
header.
|
void |
WSSecTimestamp.prependToHeader(WSSecHeader secHeader)
Prepends the Timestamp element to the elements already in the Security
header.
|
void |
WSSecSignatureConfirmation.prependToHeader(WSSecHeader secHeader)
Prepends the SignatureConfirmation element to the elements already in the
Security header.
|
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.