Class 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

Constructors

Constructor Description
Result()

Methods

Methods declared in class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

Result

public Result()