Class CompositeSessionAuthenticationStrategy

java.lang.Object
org.springframework.security.web.authentication.session.CompositeSessionAuthenticationStrategy
All Implemented Interfaces:
SessionAuthenticationStrategy

public class CompositeSessionAuthenticationStrategy extends Object implements SessionAuthenticationStrategy
A SessionAuthenticationStrategy that accepts multiple SessionAuthenticationStrategy implementations to delegate to. Each SessionAuthenticationStrategy is invoked in turn. The invocations are short circuited if any exception, (i.e. SessionAuthenticationException) is thrown.

Typical usage would include having the following delegates (in this order)

Since:
3.2