Uses of Interface
org.pac4j.saml.profile.api.SAML2ResponseValidator
Packages that use SAML2ResponseValidator
Package
Description
-
Uses of SAML2ResponseValidator in org.pac4j.saml.client
Fields in org.pac4j.saml.client declared as SAML2ResponseValidatorModifier and TypeFieldDescriptionprotected SAML2ResponseValidatorSAML2Client.authnResponseValidator -
Uses of SAML2ResponseValidator in org.pac4j.saml.credentials.authenticator
Constructors in org.pac4j.saml.credentials.authenticator with parameters of type SAML2ResponseValidatorModifierConstructorDescriptionSAML2Authenticator(SAML2ResponseValidator loginValidator, SAML2LogoutValidator logoutValidator, String attributeAsId) Constructor for SAML2Authenticator.SAML2Authenticator(SAML2ResponseValidator loginValidator, SAML2LogoutValidator logoutValidator, String attributeAsId, Map<String, String> mappedAttributes) Constructor for SAML2Authenticator. -
Uses of SAML2ResponseValidator in org.pac4j.saml.logout.impl
Classes in org.pac4j.saml.logout.impl that implement SAML2ResponseValidatorModifier and TypeClassDescriptionclassValidator for SAML logout requests/responses from the IdP. -
Uses of SAML2ResponseValidator in org.pac4j.saml.profile.impl
Classes in org.pac4j.saml.profile.impl that implement SAML2ResponseValidatorModifier and TypeClassDescriptionclassThe abstract class for all SAML response validators. -
Uses of SAML2ResponseValidator in org.pac4j.saml.sso.impl
Classes in org.pac4j.saml.sso.impl that implement SAML2ResponseValidatorModifier and TypeClassDescriptionclassClass responsible for executing every required checks for validating a SAML response.