|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.sal.api.auth.Authenticator.Result
public static class Authenticator.Result
Encapsulates the results of an authentication attempt. Includes the result status, any problem that
occurred, and possibly the authenticated users Principal
.
Nested Class Summary | |
---|---|
static class |
Authenticator.Result.Error
|
static class |
Authenticator.Result.Failure
|
static class |
Authenticator.Result.NoAttempt
|
static class |
Authenticator.Result.Status
|
static class |
Authenticator.Result.Success
|
Method Summary | |
---|---|
java.lang.String |
getMessage()
|
java.security.Principal |
getPrincipal()
|
Authenticator.Result.Status |
getStatus()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Authenticator.Result.Status getStatus()
public java.lang.String getMessage()
public java.security.Principal getPrincipal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |