Uses of Interface
se.swedenconnect.spring.saml.idp.extensions.SignatureMessagePreprocessor
Packages that use 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
Methods in se.swedenconnect.spring.saml.idp.authnrequest with parameters of type SignatureMessagePreprocessorModifier and TypeMethodDescriptionvoidSaml2AuthnRequestAuthenticationProvider.setSignatureMessagePreprocessor(SignatureMessagePreprocessor signatureMessagePreprocessor) Assigns aSignatureMessagePreprocessorfor preparing the sign message for display. - 
Uses of SignatureMessagePreprocessor in se.swedenconnect.spring.saml.idp.config.configurers
Methods in se.swedenconnect.spring.saml.idp.config.configurers with parameters of type SignatureMessagePreprocessorModifier and TypeMethodDescriptionSaml2AuthnRequestAuthenticationProviderConfigurer.signatureMessagePreprocessor(SignatureMessagePreprocessor signatureMessagePreprocessor) Assigns aSignatureMessagePreprocessorthat is used to prepare received sign messages for display.