|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AssertionWrapper | |
|---|---|
| org.apache.ws.security | |
| org.apache.ws.security.message | |
| org.apache.ws.security.saml | |
| org.apache.ws.security.str | |
| org.apache.ws.security.validate | |
| Uses of AssertionWrapper in org.apache.ws.security |
|---|
| Methods in org.apache.ws.security that return AssertionWrapper | |
|---|---|
AssertionWrapper |
SAMLTokenPrincipal.getToken()
|
| Constructors in org.apache.ws.security with parameters of type AssertionWrapper | |
|---|---|
SAMLTokenPrincipal(AssertionWrapper assertion)
|
|
WSSecurityEngineResult(int act,
AssertionWrapper ass)
|
|
| Uses of AssertionWrapper in org.apache.ws.security.message |
|---|
| Methods in org.apache.ws.security.message with parameters of type AssertionWrapper | |
|---|---|
org.w3c.dom.Document |
WSSecSAMLToken.build(org.w3c.dom.Document doc,
AssertionWrapper assertion,
WSSecHeader secHeader)
Adds a new SAMLAssertion to a soap envelope. |
void |
WSSecSAMLToken.prepare(org.w3c.dom.Document doc,
AssertionWrapper assertion)
Creates a SAML token. |
| Uses of AssertionWrapper in org.apache.ws.security.saml |
|---|
| Methods in org.apache.ws.security.saml that return AssertionWrapper | |
|---|---|
static AssertionWrapper |
SAMLUtil.getAssertionFromKeyIdentifier(SecurityTokenReference secRef,
org.w3c.dom.Element strElement,
RequestData request,
WSDocInfo wsDocInfo)
Get an AssertionWrapper object from parsing a SecurityTokenReference that uses a KeyIdentifier that points to a SAML Assertion. |
AssertionWrapper |
SAMLIssuerImpl.newAssertion()
Creates a new AssertionWrapper. |
AssertionWrapper |
SAMLIssuer.newAssertion()
Creates a new AssertionWrapper. |
| Methods in org.apache.ws.security.saml with parameters of type AssertionWrapper | |
|---|---|
org.w3c.dom.Document |
WSSecSignatureSAML.build(org.w3c.dom.Document doc,
Crypto uCrypto,
AssertionWrapper assertion,
Crypto iCrypto,
java.lang.String iKeyName,
java.lang.String iKeyPW,
WSSecHeader secHeader)
Builds a signed soap envelope with SAML token. |
static SAMLKeyInfo |
SAMLUtil.getCredentialFromSubject(AssertionWrapper assertion,
RequestData data,
WSDocInfo docInfo,
boolean bspCompliant)
Parse a SAML Assertion to obtain a SAMLKeyInfo object from the Subject of the assertion |
void |
WSSecSignatureSAML.prepare(org.w3c.dom.Document doc,
Crypto uCrypto,
AssertionWrapper assertion,
Crypto iCrypto,
java.lang.String iKeyName,
java.lang.String iKeyPW,
WSSecHeader secHeader)
Initialize a WSSec SAML Signature. |
| Uses of AssertionWrapper in org.apache.ws.security.str |
|---|
| Methods in org.apache.ws.security.str with parameters of type AssertionWrapper | |
|---|---|
static void |
BSPEnforcer.checkSamlTokenBSPCompliance(SecurityTokenReference secRef,
AssertionWrapper assertion)
Check that the SAML token referenced by the SecurityTokenReference argument is BSP compliant. |
| Uses of AssertionWrapper in org.apache.ws.security.validate |
|---|
| Methods in org.apache.ws.security.validate that return AssertionWrapper | |
|---|---|
AssertionWrapper |
Credential.getAssertion()
Get an AssertionWrapper to be validated |
AssertionWrapper |
Credential.getTransformedToken()
Get an AssertionWrapper instance which corresponds to a Transformed Token. |
| Methods in org.apache.ws.security.validate with parameters of type AssertionWrapper | |
|---|---|
protected void |
SamlAssertionValidator.checkConditions(AssertionWrapper assertion)
Check the Conditions of the Assertion. |
void |
Credential.setAssertion(AssertionWrapper assertion)
Set an AssertionWrapper to be validated |
void |
Credential.setTransformedToken(AssertionWrapper transformedToken)
Set an AssertionWrapper instance which corresponds to a Transformed Token. |
protected void |
SamlAssertionValidator.validateAssertion(AssertionWrapper assertion)
Validate the assertion against schemas/profiles |
protected Credential |
SamlAssertionValidator.verifySignedAssertion(AssertionWrapper assertion,
RequestData data)
Verify trust in the signature of a signed Assertion. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||