Package | Description |
---|---|
com.atlassian.jira.bc.security.login | |
com.atlassian.jira.event.user | |
com.atlassian.jira.security.login |
Modifier and Type | Class and Description |
---|---|
class |
LoginInfoImpl |
Modifier and Type | Method and Description |
---|---|
LoginInfo |
LoginInfoImpl.Builder.build() |
LoginInfo |
LoginResultImpl.getLoginInfo() |
LoginInfo |
LoginResult.getLoginInfo() |
LoginInfo |
LoginServiceImpl.getLoginInfo(String userName) |
LoginInfo |
LoginService.getLoginInfo(String userName)
This is called to get LoginInfo about a given user.
|
LoginInfo |
LoginServiceImpl.updateLastLoginTime(ApplicationUser user) |
LoginInfo |
LoginService.updateLastLoginTime(ApplicationUser user)
This can be called to update the user's last login time upon a successful login.
|
Modifier and Type | Method and Description |
---|---|
static LoginInfoImpl.Builder |
LoginInfoImpl.builder(LoginInfo info) |
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 |
---|---|
LoginInfo |
LoginFailedEvent.getLoginInfo() |
Constructor and Description |
---|
LoginFailedEvent(ApplicationUser user,
LoginInfo loginInfo,
LoginReason loginReason) |
LoginFailedEvent(ApplicationUser user,
LoginInfo loginInfo,
LoginReason loginReason,
String accessUrl) |
Modifier and Type | Method and Description |
---|---|
LoginInfo |
LoginStore.getLoginInfo(ApplicationUser user)
Called to get the login information about a user
|
LoginInfo |
DelayedLoginStore.getLoginInfo(ApplicationUser user)
LoginInfo is cached locally. |
LoginInfo |
RecoveryLoginStore.getLoginInfo(ApplicationUser user) |
LoginInfo |
LoginStoreImpl.getLoginInfo(ApplicationUser user) |
LoginInfo |
BootstrapLoginManagerImpl.getLoginInfo(String userName) |
LoginInfo |
LoginManagerImpl.getLoginInfo(String userName) |
LoginInfo |
LoginManager.getLoginInfo(String userName)
This is called to get LoginInfo about a given user.
|
LoginInfo |
BootstrapLoginManagerImpl.onLoginAttempt(javax.servlet.http.HttpServletRequest httpServletRequest,
String userName,
boolean loginSuccessful) |
LoginInfo |
LoginManagerImpl.onLoginAttempt(javax.servlet.http.HttpServletRequest httpServletRequest,
String userName,
boolean loginSuccessful) |
LoginInfo |
LoginManager.onLoginAttempt(javax.servlet.http.HttpServletRequest httpServletRequest,
String userName,
boolean loginSuccessful)
This is called after a login attempt has been made.
|
LoginInfo |
LoginStore.recordLoginAttempt(ApplicationUser user,
boolean authenticated)
This will record that fact the user authenticated or not
|
LoginInfo |
DelayedLoginStore.recordLoginAttempt(ApplicationUser user,
boolean authenticated)
Failed authentication is immediately delegated.
|
LoginInfo |
RecoveryLoginStore.recordLoginAttempt(ApplicationUser user,
boolean authenticated) |
LoginInfo |
LoginStoreImpl.recordLoginAttempt(ApplicationUser user,
boolean authenticated) |
default LoginInfo |
BulkLoginStore.updateLastLoginTime(ApplicationUser user) |
LoginInfo |
BootstrapLoginManagerImpl.updateLastLoginTime(ApplicationUser user) |
LoginInfo |
LoginStore.updateLastLoginTime(ApplicationUser user)
This will update the last login time for the user without resetting the elevated
security check
|
LoginInfo |
LoginManagerImpl.updateLastLoginTime(ApplicationUser user) |
LoginInfo |
DelayedLoginStore.updateLastLoginTime(ApplicationUser user) |
LoginInfo |
LoginManager.updateLastLoginTime(ApplicationUser user)
This is called to update the last login time without clearing the elevated security check.
|
LoginInfo |
RecoveryLoginStore.updateLastLoginTime(ApplicationUser user) |
LoginInfo |
BulkLoginStore.updateLastLoginTime(ApplicationUser applicationUser,
long counter) |
LoginInfo |
LoginStoreImpl.updateLastLoginTime(ApplicationUser applicationUser,
long counter) |
Copyright © 2002-2024 Atlassian. All Rights Reserved.