Spec-Zone .ru
спецификации, руководства, описания, API

Java HTTP Server
DRAFT ea-b118

com.sun.net.httpserver
Class Authenticator.Success

java.lang.Object
  extended by com.sun.net.httpserver.Authenticator.Result
      extended by 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 Summary
Constructor and Description
Authenticator.Success(HttpPrincipal p)
           
 
Method Summary
Modifier and Type Method and Description
 HttpPrincipal getPrincipal()
          returns the authenticated user Principal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authenticator.Success

public Authenticator.Success(HttpPrincipal p)
Method Detail

getPrincipal

public HttpPrincipal getPrincipal()
returns the authenticated user Principal


Java HTTP Server
DRAFT ea-b118

Copyright © 2005, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.