Uses of Interface
se.swedenconnect.spring.saml.idp.attributes.RequestedAttributeProcessor
Packages that use 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
Classes in se.swedenconnect.spring.saml.idp.attributes that implement RequestedAttributeProcessorModifier 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
Constructor parameters in se.swedenconnect.spring.saml.idp.authnrequest with type arguments of type RequestedAttributeProcessorModifierConstructorDescriptionSaml2AuthnRequestAuthenticationProvider
(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
Methods in se.swedenconnect.spring.saml.idp.config.configurers that return types with arguments of type RequestedAttributeProcessorModifier and TypeMethodDescriptionprotected static List
<RequestedAttributeProcessor> Saml2AuthnRequestAuthenticationProviderConfigurer.createDefaultRequestedAttributeProcessors
(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity) Gets the default set ofRequestedAttributeProcessor
s.Method parameters in se.swedenconnect.spring.saml.idp.config.configurers with type arguments of type RequestedAttributeProcessorModifier and TypeMethodDescriptionSaml2AuthnRequestAuthenticationProviderConfigurer.requestedAttributeProcessors
(Consumer<List<RequestedAttributeProcessor>> customizer) Gives access to the list ofRequestedAttributeProcessor
s.