Uses of Class
org.apache.ws.security.saml.ext.AssertionWrapper

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
 Document WSSecSAMLToken.build(Document doc, AssertionWrapper assertion, WSSecHeader secHeader)
          Adds a new SAMLAssertion to a soap envelope.
 void WSSecSAMLToken.prepare(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, 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
 Document WSSecSignatureSAML.build(Document doc, Crypto uCrypto, AssertionWrapper assertion, Crypto iCrypto, String iKeyName, 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(Document doc, Crypto uCrypto, AssertionWrapper assertion, Crypto iCrypto, String iKeyName, 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
 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  Credential SamlAssertionValidator.verifySignedAssertion(AssertionWrapper assertion, RequestData data)
          Verify trust in the signature of a signed Assertion.
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.