クラス RedirectServerLogoutSuccessHandler

  • 実装されたすべてのインターフェース:
    ServerLogoutSuccessHandler

    public class RedirectServerLogoutSuccessHandler
    extends java.lang.Object
    implements ServerLogoutSuccessHandler
    ログアウト成功時にリダイレクトを実行します。
    導入:
    5.0
    • フィールドの詳細

      • DEFAULT_LOGOUT_SUCCESS_URL

        public static final java.lang.String DEFAULT_LOGOUT_SUCCESS_URL
        関連事項:
        定数フィールド値
    • コンストラクターの詳細

      • RedirectServerLogoutSuccessHandler

        public RedirectServerLogoutSuccessHandler()
    • メソッドの詳細

      • setLogoutSuccessUrl

        public void setLogoutSuccessUrl​(java.net.URI logoutSuccessUrl)
        正常にログアウトした後にリダイレクトする URL。
        パラメーター:
        logoutSuccessUrl - リダイレクト先の URL。デフォルトは "/login?logout" です。