Uses of Interface
se.swedenconnect.spring.saml.idp.extensions.UserMessagePreprocessor
Package
Description
Support for processing SAML authentication requests.
Configurers for the SAML Identity Provider.
-
Uses of UserMessagePreprocessor in se.swedenconnect.spring.saml.idp.authnrequest
Modifier and TypeMethodDescriptionvoid
Saml2AuthnRequestAuthenticationProvider.setUserMessagePreprocessor
(UserMessagePreprocessor userMessagePreprocessor) Assigns aUserMessagePreprocessor
for preparing the user messages for display. -
Uses of UserMessagePreprocessor in se.swedenconnect.spring.saml.idp.config.configurers
Modifier and TypeMethodDescriptionSaml2AuthnRequestAuthenticationProviderConfigurer.userMessagePreprocessor
(UserMessagePreprocessor userMessagePreprocessor) Assigns aUserMessagePreprocessor
that is used to prepare received user messages for display.