Uses of Interface
org.pac4j.saml.profile.api.SAML2ResponseValidator
-
Packages that use SAML2ResponseValidator Package Description org.pac4j.saml.client org.pac4j.saml.logout.impl org.pac4j.saml.profile.impl org.pac4j.saml.sso.artifact org.pac4j.saml.sso.impl -
-
Uses of SAML2ResponseValidator in org.pac4j.saml.client
Fields in org.pac4j.saml.client declared as SAML2ResponseValidator Modifier and Type Field Description protected SAML2ResponseValidatorSAML2Client. authnResponseValidatorprotected SAML2ResponseValidatorSAML2Client. logoutValidatorMethods in org.pac4j.saml.client that return SAML2ResponseValidator Modifier and Type Method Description SAML2ResponseValidatorSAML2Client. getAuthnResponseValidator() -
Uses of SAML2ResponseValidator in org.pac4j.saml.logout.impl
Classes in org.pac4j.saml.logout.impl that implement SAML2ResponseValidator Modifier and Type Class Description classSAML2LogoutValidatorValidator for SAML logout requests/responses from the IdP.Constructors in org.pac4j.saml.logout.impl with parameters of type SAML2ResponseValidator Constructor Description SAML2LogoutMessageReceiver(SAML2ResponseValidator validator) -
Uses of SAML2ResponseValidator in org.pac4j.saml.profile.impl
Classes in org.pac4j.saml.profile.impl that implement SAML2ResponseValidator Modifier and Type Class Description classAbstractSAML2ResponseValidatorThe abstract class for all SAML response validators.Fields in org.pac4j.saml.profile.impl declared as SAML2ResponseValidator Modifier and Type Field Description protected SAML2ResponseValidatorAbstractSAML2MessageReceiver. validatorConstructors in org.pac4j.saml.profile.impl with parameters of type SAML2ResponseValidator Constructor Description AbstractSAML2MessageReceiver(SAML2ResponseValidator validator) -
Uses of SAML2ResponseValidator in org.pac4j.saml.sso.artifact
Constructors in org.pac4j.saml.sso.artifact with parameters of type SAML2ResponseValidator Constructor Description SAML2ArtifactBindingMessageReceiver(SAML2ResponseValidator validator, SAML2MetadataResolver idpMetadataResolver, SAML2MetadataResolver spMetadataResolver, SOAPPipelineProvider soapPipelineProvider) -
Uses of SAML2ResponseValidator in org.pac4j.saml.sso.impl
Classes in org.pac4j.saml.sso.impl that implement SAML2ResponseValidator Modifier and Type Class Description classSAML2AuthnResponseValidatorClass responsible for executing every required checks for validating a SAML response.Constructors in org.pac4j.saml.sso.impl with parameters of type SAML2ResponseValidator Constructor Description SAML2WebSSOMessageReceiver(SAML2ResponseValidator validator)
-