Class Authenticator.Result

java.lang.Object
com.atlassian.sal.api.auth.Authenticator.Result
Direct Known Subclasses:
Authenticator.Result.Error, Authenticator.Result.Failure, Authenticator.Result.NoAttempt, Authenticator.Result.Success
Enclosing interface:
Authenticator

public static class Authenticator.Result extends Object
Encapsulates the results of an authentication attempt. Includes the result status, any problem that occurred, and possibly the authenticated users Principal.