Uses of Interface
se.swedenconnect.spring.saml.idp.authnrequest.validation.AuthnRequestValidator
Packages that use AuthnRequestValidator
Package
Description
Support for processing SAML authentication requests.
Validation of SAML2 authentication requests.
Configurers for the SAML Identity Provider.
-
Uses of AuthnRequestValidator in se.swedenconnect.spring.saml.idp.authnrequest
Constructors in se.swedenconnect.spring.saml.idp.authnrequest with parameters of type AuthnRequestValidatorModifierConstructorDescriptionSaml2AuthnRequestAuthenticationProvider(Saml2IdpEventPublisher eventPublisher, AuthnRequestValidator signatureValidator, AuthnRequestValidator assertionConsumerServiceValidator, AuthnRequestValidator replayValidator, AuthnRequestValidator encryptCapabilitiesValidator, List<RequestedAttributeProcessor> requestedAttributesProcessors, NameIDGeneratorFactory nameIDGeneratorFactory, Saml2ServiceProviderFilter serviceProviderFilter) Constructor.Saml2AuthnRequestAuthenticationProvider(Saml2IdpEventPublisher eventPublisher, AuthnRequestValidator signatureValidator, AuthnRequestValidator assertionConsumerServiceValidator, AuthnRequestValidator replayValidator, AuthnRequestValidator encryptCapabilitiesValidator, List<RequestedAttributeProcessor> requestedAttributesProcessors, NameIDGeneratorFactory nameIDGeneratorFactory, Saml2ServiceProviderFilter serviceProviderFilter, SignatureMessageExtensionExtractor signatureMessageExtensionExtractor, PrincipalSelectionProcessor principalSelectionProcessor) Constructor. -
Uses of AuthnRequestValidator in se.swedenconnect.spring.saml.idp.authnrequest.validation
Classes in se.swedenconnect.spring.saml.idp.authnrequest.validation that implement AuthnRequestValidatorModifier and TypeClassDescriptionclassAsserts that the AssertionConsumerService information given in theAuthnRequestis registered in the SAML metadata.classAnAuthnRequestValidatorthat asserts that the SP has capabilities to receive an encrypted assertion.classAAuthnRequestValidatorfor protecting against message replay attacks.classImplementation of aAuthnRequestValidatorusing OpenSAML mechanisms to verify the signature of theAuthnRequest. -
Uses of AuthnRequestValidator in se.swedenconnect.spring.saml.idp.config.configurers
Methods in se.swedenconnect.spring.saml.idp.config.configurers with parameters of type AuthnRequestValidatorModifier and TypeMethodDescriptionSaml2AuthnRequestAuthenticationProviderConfigurer.assertionConsumerServiceValidator(AuthnRequestValidator assertionConsumerServiceValidator) Assigns a custom assertion consumer serviceAuthnRequestValidator.Saml2AuthnRequestAuthenticationProviderConfigurer.replayValidator(AuthnRequestValidator replayValidator) Assigns a replay validator.Saml2AuthnRequestAuthenticationProviderConfigurer.signatureValidator(AuthnRequestValidator signatureValidator) Assigns a customAuthnRequestValidatorfor validating the signatures ofAuthnRequestmessages.