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().
- 
Constructor SummaryConstructors Constructor Description Success(HttpPrincipal p)
- 
Method SummaryModifier and Type Method Description HttpPrincipalgetPrincipal()returns the authenticated user Principal
- 
Constructor Details
- 
Method Details- 
getPrincipalreturns the authenticated user Principal
 
-