Uses of Class
org.apache.wss4j.common.saml.SamlAssertionWrapper
-
Packages that use SamlAssertionWrapper Package Description org.apache.wss4j.common.principal org.apache.wss4j.common.saml -
-
Uses of SamlAssertionWrapper in org.apache.wss4j.common.principal
Methods in org.apache.wss4j.common.principal that return SamlAssertionWrapper Modifier and Type Method Description SamlAssertionWrapperSAMLTokenPrincipal. getToken()SamlAssertionWrapperSAMLTokenPrincipalImpl. getToken()Constructors in org.apache.wss4j.common.principal with parameters of type SamlAssertionWrapper Constructor Description SAMLTokenPrincipalImpl(SamlAssertionWrapper samlAssertion) -
Uses of SamlAssertionWrapper in org.apache.wss4j.common.saml
Methods in org.apache.wss4j.common.saml with parameters of type SamlAssertionWrapper Modifier and Type Method Description static SAMLKeyInfoSAMLUtil. getCredentialFromSubject(SamlAssertionWrapper samlAssertion, SAMLKeyInfoProcessor keyInfoProcessor, Crypto sigCrypto)Parse a SAML Assertion to obtain a SAMLKeyInfo object from the Subject of the assertion
-