Package | Description |
---|---|
com.atlassian.jira.bc.security.login | |
com.atlassian.jira.event.user |
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) |
Modifier and Type | Method and Description |
---|---|
LoginReason |
LoginFailedEvent.getLoginReason() |
Constructor and Description |
---|
LoginFailedEvent(ApplicationUser user,
LoginInfo loginInfo,
LoginReason loginReason) |
LoginFailedEvent(ApplicationUser user,
LoginInfo loginInfo,
LoginReason loginReason,
String accessUrl) |
Copyright © 2002-2023 Atlassian. All Rights Reserved.