Java HTTP Server

com.sun.net.httpserver
Class Authenticator.Result

java.lang.Object
  extended by com.sun.net.httpserver.Authenticator.Result
Direct Known Subclasses:
Authenticator.Failure, Authenticator.Retry, Authenticator.Success
Enclosing class:
Authenticator

public abstract static class Authenticator.Result
extends Object

Base class for return type from authenticate() method


Constructor Summary
Authenticator.Result()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authenticator.Result

public Authenticator.Result()

Java HTTP Server

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.