Uses of Class
org.apache.wss4j.common.saml.SAMLKeyInfo
-
Packages that use SAMLKeyInfo Package Description org.apache.cxf.ws.security.wss4j.policyvalidators org.apache.wss4j.common.saml org.apache.wss4j.dom.saml -
-
Uses of SAMLKeyInfo in org.apache.cxf.ws.security.wss4j.policyvalidators
Methods in org.apache.cxf.ws.security.wss4j.policyvalidators with parameters of type SAMLKeyInfo Modifier and Type Method Description protected booleanAbstractSamlPolicyValidator. compareCredentials(SAMLKeyInfo subjectKeyInfo, List<WSSecurityEngineResult> signedResults, Certificate[] tlsCerts)Compare the credentials of the assertion to the credentials used in 2-way TLS or those used to verify signatures. -
Uses of SAMLKeyInfo in org.apache.wss4j.common.saml
Methods in org.apache.wss4j.common.saml that return SAMLKeyInfo Modifier and Type Method Description static SAMLKeyInfoSAMLUtil. getCredentialFromKeyInfo(Element keyInfoElement, SAMLKeyInfoProcessor keyInfoProcessor, Crypto sigCrypto)This method returns a SAMLKeyInfo corresponding to the credential found in the KeyInfo (DOM Element) argument.static SAMLKeyInfoSAMLUtil. getCredentialFromSubject(SamlAssertionWrapper samlAssertion, SAMLKeyInfoProcessor keyInfoProcessor, Crypto sigCrypto)Parse a SAML Assertion to obtain a SAMLKeyInfo object from the Subject of the assertionstatic SAMLKeyInfoSAMLUtil. getCredentialFromSubject(org.opensaml.saml.saml1.core.Assertion assertion, SAMLKeyInfoProcessor keyInfoProcessor, Crypto sigCrypto)Get the SAMLKeyInfo object corresponding to the credential stored in the Subject of a SAML 1.1 assertionstatic SAMLKeyInfoSAMLUtil. getCredentialFromSubject(org.opensaml.saml.saml2.core.Assertion assertion, SAMLKeyInfoProcessor keyInfoProcessor, Crypto sigCrypto)Get the SAMLKeyInfo object corresponding to the credential stored in the Subject of a SAML 2 assertionSAMLKeyInfoSamlAssertionWrapper. getSignatureKeyInfo()Get the SAMLKeyInfo associated with the signature of the assertionSAMLKeyInfoSamlAssertionWrapper. getSubjectKeyInfo()Get the SAMLKeyInfo associated with the Subject KeyInfoSAMLKeyInfoSAMLKeyInfoProcessor. processSAMLKeyInfo(Element keyInfoElement)Methods in org.apache.wss4j.common.saml with parameters of type SAMLKeyInfo Modifier and Type Method Description voidSamlAssertionWrapper. verifySignature(SAMLKeyInfo samlKeyInfo)Verify the signature of this assertion -
Uses of SAMLKeyInfo in org.apache.wss4j.dom.saml
Methods in org.apache.wss4j.dom.saml that return SAMLKeyInfo Modifier and Type Method Description SAMLKeyInfoWSSSAMLKeyInfoProcessor. processSAMLKeyInfo(Element keyInfoElement)Methods in org.apache.wss4j.dom.saml with parameters of type SAMLKeyInfo Modifier and Type Method Description static booleanDOMSAMLUtil. compareCredentials(SAMLKeyInfo subjectKeyInfo, List<WSSecurityEngineResult> signedResults, Certificate[] tlsCerts)Compare the credentials of the assertion to the credentials used in 2-way TLS or those used to verify signatures.
-