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