Uses of Interface
se.swedenconnect.spring.saml.idp.attributes.RequestedAttributeProcessor
Package
Description
Support for mapping of attributes.
Support for processing SAML authentication requests.
Configurers for the SAML Identity Provider.
-
Uses of RequestedAttributeProcessor in se.swedenconnect.spring.saml.idp.attributes
Modifier and TypeClassDescriptionclass
ARequestedAttributeProcessor
that supports the eIDASRequestedAttributes
extension.class
ARequestedAttributeProcessor
that extracts the requested attributes from declared entity categories.class
ARequestedAttributeProcessor
that will check if the SAML SP metadata entry contains any requested attributes by locating them in theAttributeConsumingService
element.class
ARequestedAttributeProcessor
that finds requested attributes from theRequestedAttributes
extension. -
Uses of RequestedAttributeProcessor 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 RequestedAttributeProcessor in se.swedenconnect.spring.saml.idp.config.configurers
Modifier and TypeMethodDescriptionprotected static List
<RequestedAttributeProcessor> Saml2AuthnRequestAuthenticationProviderConfigurer.createDefaultRequestedAttributeProcessors
(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity) Gets the default set ofRequestedAttributeProcessor
s.Modifier and TypeMethodDescriptionSaml2AuthnRequestAuthenticationProviderConfigurer.requestedAttributeProcessors
(Consumer<List<RequestedAttributeProcessor>> customizer) Gives access to the list ofRequestedAttributeProcessor
s.