java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.atlassian.bitbucket.scm.AuthenticationState |
Indicates the result of a user's authentication attempt when messaging the client using ScmRequest#sendAuthenticationError.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AuthenticationState | AUTHENTICATED | Indicates that authentication has succeeded. | |||||||||
AuthenticationState | CAPTCHA_REQUIRED | Indicates that the user's account is locked and they must navigate to the Stash Web UI and solve a CAPTCHA test. | |||||||||
AuthenticationState | NOT_AUTHENTICATED | Indicates that authentication failed or no attempt to authenticate was made. | |||||||||
AuthenticationState | UNLICENSED | Indicates that authentication succeeded but the user account is not licensed to use Stash. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Indicates that the user's account is locked and they must navigate to the Stash Web UI and solve a CAPTCHA test.
Indicates that authentication failed or no attempt to authenticate was made.
Indicates that authentication succeeded but the user account is not licensed to use Stash.