Uses of Interface
se.swedenconnect.spring.saml.idp.authnrequest.validation.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
ModifierConstructorDescriptionSaml2AuthnRequestAuthenticationProvider
(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
Modifier and TypeClassDescriptionclass
Asserts that the AssertionConsumerService information given in theAuthnRequest
is registered in the SAML metadata.class
AnAuthnRequestValidator
that asserts that the SP has capabilities to receive an encrypted assertion.class
AAuthnRequestValidator
for protecting against message replay attacks.class
Implementation of aAuthnRequestValidator
using OpenSAML mechanisms to verify the signature of theAuthnRequest
. -
Uses of AuthnRequestValidator in se.swedenconnect.spring.saml.idp.config.configurers
Modifier 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 customAuthnRequestValidator
for validating the signatures ofAuthnRequest
messages.