クラス CompositeSessionAuthenticationStrategy

java.lang.ObjectSE
org.springframework.security.web.authentication.session.CompositeSessionAuthenticationStrategy
実装されたすべてのインターフェース:
SessionAuthenticationStrategy

public class CompositeSessionAuthenticationStrategy extends ObjectSE implements SessionAuthenticationStrategy
複数の SessionAuthenticationStrategy 実装を受け入れて委譲する SessionAuthenticationStrategy。各 SessionAuthenticationStrategy は順番に呼び出されます。例外(つまり、SessionAuthenticationException)がスローされた場合、呼び出しは短絡されます。

一般的な使用箇所には、次のデリゲートが含まれます (この順序)

導入:
3.2