com.sun.net.httpserver
Class Authenticator.Success
java.lang.Object
com.sun.net.httpserver.Authenticator.Result
com.sun.net.httpserver.Authenticator.Success
- Enclosing class:
- Authenticator
public static class Authenticator.Success
- extends Authenticator.Result
Indicates an authentication has succeeded and the
authenticated user principal can be acquired by calling
getPrincipal().
Methods inherited from class 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()
- returns the authenticated user Principal