モジュール jdk.httpserver
パッケージ com.sun.net.httpserver

クラスAuthenticator.Success

  • 含まれているクラス:
    Authenticator


    public static class Authenticator.Success
    extends Authenticator.Result
    認証が成功し、getPrincipal()を呼び出すことによって認証されたユーザー主体を取得できることを示します。
    • コンストラクタの詳細

    • メソッドの詳細

      • getPrincipal

        public HttpPrincipal getPrincipal​()
        認証されたユーザー主体を返します。