| Package | Description |
|---|---|
| com.atlassian.jira.bc.security.login |
| Modifier and Type | Method and Description |
|---|---|
LoginReason |
LoginResultImpl.getReason() |
LoginReason |
LoginResult.getReason()
If the login fails then this enum describes why
|
static LoginReason |
LoginReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoginReason[] |
LoginReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LoginResultImpl(LoginReason reason,
LoginInfo loginInfo,
String userName) |
LoginResultImpl(LoginReason reason,
LoginInfo loginInfo,
String userName,
Set<DeniedReason> deniedReasons) |
Copyright © 2002-2016 Atlassian. All Rights Reserved.