Uses of Class
org.apache.ws.security.saml.SAMLKeyInfo

Packages that use SAMLKeyInfo
org.apache.ws.security.saml   
org.apache.ws.security.saml.ext   
 

Uses of SAMLKeyInfo in org.apache.ws.security.saml
 

Methods in org.apache.ws.security.saml that return SAMLKeyInfo
static SAMLKeyInfo SAMLUtil.getCredentialFromKeyInfo(Element keyInfoElement, RequestData data, WSDocInfo docInfo, boolean bspCompliant)
          This method returns a SAMLKeyInfo corresponding to the credential found in the KeyInfo (DOM Element) argument.
static SAMLKeyInfo SAMLUtil.getCredentialFromSubject(org.opensaml.saml1.core.Assertion assertion, RequestData data, WSDocInfo docInfo, boolean bspCompliant)
          Get the SAMLKeyInfo object corresponding to the credential stored in the Subject of a SAML 1.1 assertion
static SAMLKeyInfo SAMLUtil.getCredentialFromSubject(org.opensaml.saml2.core.Assertion assertion, RequestData data, WSDocInfo docInfo, boolean bspCompliant)
          Get the SAMLKeyInfo object corresponding to the credential stored in the Subject of a SAML 2 assertion
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
 

Uses of SAMLKeyInfo in org.apache.ws.security.saml.ext
 

Methods in org.apache.ws.security.saml.ext that return SAMLKeyInfo
 SAMLKeyInfo AssertionWrapper.getSignatureKeyInfo()
          Get the SAMLKeyInfo associated with the signature of the assertion
 SAMLKeyInfo AssertionWrapper.getSubjectKeyInfo()
          Get the SAMLKeyInfo associated with the Subject KeyInfo
 



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