Class DelegatingPostAuthenticationProcessor
java.lang.Object
se.swedenconnect.spring.saml.idp.authentication.DelegatingPostAuthenticationProcessor
- All Implemented Interfaces:
PostAuthenticationProcessor
public class DelegatingPostAuthenticationProcessor
extends Object
implements PostAuthenticationProcessor
A delegating
PostAuthenticationProcessor that invokes
PostAuthenticationProcessor.process(Saml2UserAuthentication) on all configured processors (in order).- Author:
- Martin Lindström
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(Saml2UserAuthentication token) Applies post-processing of aSaml2UserAuthenticationtoken.
-
Constructor Details
-
DelegatingPostAuthenticationProcessor
Constructor.- Parameters:
processors- the processors (may benullor empty)
-
-
Method Details
-
process
Applies post-processing of aSaml2UserAuthenticationtoken.- Specified by:
processin interfacePostAuthenticationProcessor- Parameters:
token- the token to process- Throws:
Saml2ErrorStatusException- if an error is detected
-