Package | Description |
---|---|
com.atlassian.jira.bc.security.login | |
com.atlassian.jira.security.login |
Modifier and Type | Class and Description |
---|---|
class |
LoginResultImpl
Simple Implementation of
LoginResult |
Modifier and Type | Method and Description |
---|---|
LoginResult |
LoginServiceImpl.authenticate(ApplicationUser user,
String password) |
LoginResult |
LoginService.authenticate(ApplicationUser user,
String password)
This can be called to see if a user knows the given password.
|
Modifier and Type | Method and Description |
---|---|
LoginResult |
BootstrapLoginManagerImpl.authenticate(ApplicationUser user,
String password) |
LoginResult |
LoginManager.authenticate(ApplicationUser user,
String password)
This can be called to see if an user knows the given password.
|
LoginResult |
LoginManagerImpl.authenticate(ApplicationUser user,
String password) |
LoginResult |
BootstrapLoginManagerImpl.authenticateWithoutElevatedCheck(ApplicationUser user,
String password) |
LoginResult |
LoginManager.authenticateWithoutElevatedCheck(ApplicationUser user,
String password)
This can be called to see if an user knows the given password.
|
LoginResult |
LoginManagerImpl.authenticateWithoutElevatedCheck(ApplicationUser user,
String password) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.