Uses of Interface
org.apache.wss4j.common.saml.SAMLKeyInfoProcessor
-
Packages that use SAMLKeyInfoProcessor Package Description org.apache.wss4j.common.saml -
-
Uses of SAMLKeyInfoProcessor in org.apache.wss4j.common.saml
Methods in org.apache.wss4j.common.saml with parameters of type SAMLKeyInfoProcessor 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 assertionvoidSamlAssertionWrapper. parseSubject(SAMLKeyInfoProcessor keyInfoProcessor, Crypto sigCrypto)This method parses the KeyInfo of the Subject.voidSamlAssertionWrapper. verifySignature(SAMLKeyInfoProcessor keyInfoProcessor, Crypto sigCrypto)Verify the signature of this assertion
-