java.lang.Object
com.sun.net.httpserver.Authenticator.Result
- Direct Known Subclasses:
Authenticator.Failure
,Authenticator.Retry
,Authenticator.Success
- Enclosing class:
Authenticator
Base class for return type from
Authenticator.authenticate(HttpExchange)
method.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Result
protected Result()Constructor for subclasses to call.
-