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 TypeClassDescriptionclassARequestedAttributeProcessorthat supports the eIDASRequestedAttributesextension.classARequestedAttributeProcessorthat extracts the requested attributes from declared entity categories.classARequestedAttributeProcessorthat will check if the SAML SP metadata entry contains any requested attributes by locating them in theAttributeConsumingServiceelement.classARequestedAttributeProcessorthat finds requested attributes from theRequestedAttributesextension. -
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 ofRequestedAttributeProcessors.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 ofRequestedAttributeProcessors.