Java HTTP Server

com.sun.net.httpserver
クラス Authenticator.Success

java.lang.Object
  上位を拡張 com.sun.net.httpserver.Authenticator.Result
      上位を拡張 com.sun.net.httpserver.Authenticator.Success
含まれているクラス:
Authenticator

public static class Authenticator.Success
extends Authenticator.Result

認証が成功し、getPrincipal() を呼び出すことによって認証されたユーザー主体を取得できることを示します。


コンストラクタの概要
Authenticator.Success(HttpPrincipal p)
           
 
メソッドの概要
 HttpPrincipal getPrincipal()
          認証されたユーザー主体を返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Authenticator.Success

public Authenticator.Success(HttpPrincipal p)
メソッドの詳細

getPrincipal

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


Java HTTP Server