|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.sal.api.auth.Authenticator.Result
com.atlassian.sal.api.auth.Authenticator.Result.Success
public static final class Authenticator.Result.Success
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.atlassian.sal.api.auth.Authenticator.Result |
|---|
Authenticator.Result.Error, Authenticator.Result.Failure, Authenticator.Result.NoAttempt, Authenticator.Result.Status, Authenticator.Result.Success |
| Constructor Summary | |
|---|---|
Authenticator.Result.Success(Message message,
java.security.Principal principal)
Construct a success result for a particular principal with a result message. |
|
Authenticator.Result.Success(java.security.Principal principal)
Deprecated. since 2.0.10, use Success#Success(Message, Principal) |
|
| Method Summary |
|---|
| Methods inherited from class com.atlassian.sal.api.auth.Authenticator.Result |
|---|
getMessage, getPrincipal, getStatus |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated public Authenticator.Result.Success(java.security.Principal principal)
Success#Success(Message, Principal)
principal - the successfully-authenticated principal
public Authenticator.Result.Success(Message message,
java.security.Principal principal)
message - a message indicating the success of this resultprincipal - the successfully-authenticated principal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||