Package | Description |
---|---|
com.atlassian.crowd.dao.token | |
com.atlassian.crowd.manager.login | |
com.atlassian.crowd.model.token | |
com.atlassian.crowd.service.token |
Modifier and Type | Method and Description |
---|---|
ExpirableUserToken |
ExpirableUserTokenDaoHibernate.add(ExpirableUserToken token) |
ExpirableUserToken |
ExpirableUserTokenDao.add(ExpirableUserToken token)
Persist the given token
|
Modifier and Type | Method and Description |
---|---|
Optional<ExpirableUserToken> |
ExpirableUserTokenDaoHibernate.findByToken(String token) |
Optional<ExpirableUserToken> |
ExpirableUserTokenDao.findByToken(String token)
Find the token with the given random hash
|
Optional<ExpirableUserToken> |
ExpirableUserTokenDaoHibernate.findToken(long directoryId,
String username) |
Optional<ExpirableUserToken> |
ExpirableUserTokenDao.findToken(long directoryId,
String username)
Returns token for given user.
|
Modifier and Type | Method and Description |
---|---|
ExpirableUserToken |
ExpirableUserTokenDaoHibernate.add(ExpirableUserToken token) |
ExpirableUserToken |
ExpirableUserTokenDao.add(ExpirableUserToken token)
Persist the given token
|
Modifier and Type | Method and Description |
---|---|
ExpirableUserToken |
ForgottenLoginManagerImpl.createAndStoreResetToken(long directoryId,
String username,
String email,
int tokenExpirySeconds) |
ExpirableUserToken |
ForgottenLoginManager.createAndStoreResetToken(long directoryId,
String username,
String email,
int tokenExpirySeconds)
Creates an
ExpirableUserToken for a given username in the given directory. |
Modifier and Type | Method and Description |
---|---|
Optional<ExpirableUserToken> |
ForgottenLoginManagerImpl.getToken(long directoryId,
String username) |
Optional<ExpirableUserToken> |
ForgottenLoginManager.getToken(long directoryId,
String username)
Returns password reset token for given user.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalExpirableUserToken
Represent a token that can expire for a user
|
Modifier and Type | Method and Description |
---|---|
ExpirableUserToken |
DefaultInviteUserTokenService.createAndStoreToken(String email,
long directoryId,
int tokenExpirySeconds) |
ExpirableUserToken |
InviteUserTokenService.createAndStoreToken(String email,
long directoryId,
int tokenExpirySeconds)
Create a new token for the given email address and directory ID and store it
|
Modifier and Type | Method and Description |
---|---|
Optional<ExpirableUserToken> |
DefaultInviteUserTokenService.findByToken(String token) |
Optional<ExpirableUserToken> |
InviteUserTokenService.findByToken(String token)
Find the token using the given random hash
|
Copyright © 2020 Atlassian. All rights reserved.