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