Uses of Interface
se.swedenconnect.spring.saml.idp.attributes.PrincipalSelectionProcessor
Packages that use PrincipalSelectionProcessor
Package
Description
Support for mapping of attributes.
Support for processing SAML authentication requests.
Configurers for the SAML Identity Provider.
-
Uses of PrincipalSelectionProcessor in se.swedenconnect.spring.saml.idp.attributes
Classes in se.swedenconnect.spring.saml.idp.attributes that implement PrincipalSelectionProcessorModifier and TypeClassDescriptionclassDefault implementation of thePrincipalSelectionProcessorinterface. -
Uses of PrincipalSelectionProcessor in se.swedenconnect.spring.saml.idp.authnrequest
Constructors in se.swedenconnect.spring.saml.idp.authnrequest with parameters of type PrincipalSelectionProcessorModifierConstructorDescriptionSaml2AuthnRequestAuthenticationProvider(Saml2IdpEventPublisher eventPublisher, AuthnRequestValidator signatureValidator, AuthnRequestValidator assertionConsumerServiceValidator, AuthnRequestValidator replayValidator, AuthnRequestValidator encryptCapabilitiesValidator, List<RequestedAttributeProcessor> requestedAttributesProcessors, NameIDGeneratorFactory nameIDGeneratorFactory, Saml2ServiceProviderFilter serviceProviderFilter, SignatureMessageExtensionExtractor signatureMessageExtensionExtractor, PrincipalSelectionProcessor principalSelectionProcessor) Constructor. -
Uses of PrincipalSelectionProcessor in se.swedenconnect.spring.saml.idp.config.configurers
Methods in se.swedenconnect.spring.saml.idp.config.configurers with parameters of type PrincipalSelectionProcessorModifier and TypeMethodDescriptionSaml2AuthnRequestAuthenticationProviderConfigurer.principalSelectionProcessor(PrincipalSelectionProcessor principalSelectionProcessor) Assigns a customPrincipalSelectionProcessor.