|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WSSecHeader | |
---|---|
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. |
org.apache.ws.security.saml |
Uses of WSSecHeader in org.apache.ws.security.handler |
---|
Methods in org.apache.ws.security.handler that return WSSecHeader | |
---|---|
WSSecHeader |
RequestData.getSecHeader()
|
Methods in org.apache.ws.security.handler with parameters of type WSSecHeader | |
---|---|
void |
RequestData.setSecHeader(WSSecHeader secHeader)
|
Uses of WSSecHeader in org.apache.ws.security.message |
---|
Methods in org.apache.ws.security.message with parameters of type WSSecHeader | |
---|---|
void |
WSSecEncrypt.addExternalRefElement(org.w3c.dom.Element dataRef,
WSSecHeader secHeader)
Adds (prepends) the external Reference element to the Security header. |
void |
WSSecDKEncrypt.addExternalRefElement(org.w3c.dom.Element referenceList,
WSSecHeader secHeader)
Adds (prepends) the external Reference element to the Security header. |
void |
WSSecSignature.addReferencesToSign(java.util.Vector references,
WSSecHeader secHeader)
This method adds references to the Signature. |
void |
WSSecDKSign.addReferencesToSign(java.util.Vector references,
WSSecHeader secHeader)
This method adds references to the Signature. |
void |
WSSecEncryptedKey.appendBSTElementToHeader(WSSecHeader secHeader)
Append the BinarySecurityToken to the elements already in the Security header. |
void |
WSSecSignature.appendBSTElementToHeader(WSSecHeader secHeader)
|
void |
WSSecDerivedKeyBase.appendDKElementToHeader(WSSecHeader secHeader)
|
void |
WSSecDKSign.appendSigToHeader(WSSecHeader secHeader)
|
void |
WSSecEncryptedKey.appendToHeader(WSSecHeader secHeader)
Append the EncryptedKey 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 |
WSSecUsernameToken.appendToHeader(WSSecHeader secHeader)
Appends the UsernameToken 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 |
WSSecSAMLToken.build(org.w3c.dom.Document doc,
org.opensaml.SAMLAssertion assertion,
WSSecHeader secHeader)
Adds a new SAMLAssertion to a soap envelope. |
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 |
WSSecDKSign.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 |
WSSecDKEncrypt.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 |
WSSecEncryptedKey.prependBSTElementToHeader(WSSecHeader secHeader)
Prepend the BinarySecurityToken to the elements already in the Security header. |
void |
WSSecSignature.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 |
WSSecEncryptedKey.prependToHeader(WSSecHeader secHeader)
Prepend the EncryptedKey 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 |
WSSecUsernameToken.prependToHeader(WSSecHeader secHeader)
Prepends the UsernameToken element to the elements already in the Security header. |
void |
WSSecSAMLToken.prependToHeader(WSSecHeader secHeader)
Prepends the SAML Assertion 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. |
void |
WSSecTimestamp.prependToHeader(WSSecHeader secHeader)
Prepends the Timestamp element to the elements already in the Security header. |
Uses of WSSecHeader in org.apache.ws.security.saml |
---|
Methods in org.apache.ws.security.saml with parameters of type WSSecHeader | |
---|---|
void |
WSSecSignatureSAML.addReferencesToSign(java.util.Vector references,
WSSecHeader secHeader)
This method adds references to the Signature. |
org.w3c.dom.Document |
WSSecSignatureSAML.build(org.w3c.dom.Document doc,
Crypto uCrypto,
org.opensaml.SAMLAssertion assertion,
Crypto iCrypto,
java.lang.String iKeyName,
java.lang.String iKeyPW,
WSSecHeader secHeader)
Builds a signed soap envelope with SAML token. |
void |
WSSecSignatureSAML.prepare(org.w3c.dom.Document doc,
Crypto uCrypto,
org.opensaml.SAMLAssertion assertion,
Crypto iCrypto,
java.lang.String iKeyName,
java.lang.String iKeyPW,
WSSecHeader secHeader)
Initialize a WSSec SAML Signature. |
void |
WSSecSignatureSAML.prependSAMLElementsToHeader(WSSecHeader secHeader)
Prepend the SAML elements to the elements already in the Security header. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |