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.authnResponseValidatorMethods in org.pac4j.saml.client that return SAML2ResponseValidator -
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.Constructors in org.pac4j.saml.logout.impl with parameters of type SAML2ResponseValidatorModifierConstructorDescriptionSAML2LogoutMessageReceiver(SAML2ResponseValidator validator, SAML2Configuration saml2Configuration) -
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.Fields in org.pac4j.saml.profile.impl declared as SAML2ResponseValidatorModifier and TypeFieldDescriptionprotected SAML2ResponseValidatorAbstractSAML2MessageReceiver.validatorMethods in org.pac4j.saml.profile.impl with parameters of type SAML2ResponseValidatorModifier and TypeMethodDescriptionvoidAbstractSAML2MessageReceiver.setValidator(SAML2ResponseValidator validator) Constructors in org.pac4j.saml.profile.impl with parameters of type SAML2ResponseValidatorModifierConstructorDescriptionAbstractSAML2MessageReceiver(SAML2ResponseValidator validator, SAML2Configuration saml2Configuration) -
Uses of SAML2ResponseValidator in org.pac4j.saml.sso.artifact
Constructors in org.pac4j.saml.sso.artifact with parameters of type SAML2ResponseValidatorModifierConstructorDescriptionSAML2ArtifactBindingMessageReceiver(SAML2ResponseValidator validator, SAML2MetadataResolver idpMetadataResolver, SAML2MetadataResolver spMetadataResolver, SOAPPipelineProvider soapPipelineProvider, SAML2Configuration saml2Configuration) -
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.Constructors in org.pac4j.saml.sso.impl with parameters of type SAML2ResponseValidatorModifierConstructorDescriptionSAML2WebSSOMessageReceiver(SAML2ResponseValidator validator, SAML2Configuration saml2Configuration)