Uses of Interface
com.atlassian.crowd.model.token.ExpirableUserToken
Package
Description
-
Uses of ExpirableUserToken in com.atlassian.crowd.dao.token
Modifier and TypeMethodDescriptionExpirableUserTokenDao.add
(ExpirableUserToken token) Persist the given tokenExpirableUserTokenDaoHibernate.add
(ExpirableUserToken token) Modifier and TypeMethodDescriptionExpirableUserTokenDao.findAllTokens
(long directoryId, String username, ExpirableUserTokenType expirableUserTokenType) Returns all tokens for a given user.ExpirableUserTokenDaoHibernate.findAllTokens
(long directoryId, String username, ExpirableUserTokenType expirableUserTokenType) ExpirableUserTokenDao.findByToken
(String token) Find the token with the given random hashExpirableUserTokenDaoHibernate.findByToken
(String token) Modifier and TypeMethodDescriptionExpirableUserTokenDao.add
(ExpirableUserToken token) Persist the given tokenExpirableUserTokenDaoHibernate.add
(ExpirableUserToken token) -
Uses of ExpirableUserToken in com.atlassian.crowd.manager.login
Modifier and TypeMethodDescriptionForgottenLoginManager.createAndStoreResetToken
(long directoryId, String username, String email, int tokenExpirySeconds) Creates anExpirableUserToken
for a given username in the given directory.ForgottenLoginManagerImpl.createAndStoreResetToken
(long directoryId, String username, String email, int tokenExpirySeconds) Modifier and TypeMethodDescriptionReturns password reset token for given user.Modifier and TypeMethodDescriptionForgottenLoginManager.getResetLink
(ExpirableUserToken resetToken) ForgottenLoginManagerImpl.getResetLink
(ExpirableUserToken resetToken) -
Uses of ExpirableUserToken in com.atlassian.crowd.model.token
Modifier and TypeClassDescriptionfinal class
Represent a token that can expire for a user -
Uses of ExpirableUserToken in com.atlassian.crowd.service.token
Modifier and TypeMethodDescriptionDefaultInviteUserTokenService.createAndStoreToken
(String email, long directoryId, int tokenExpirySeconds) InviteUserTokenService.createAndStoreToken
(String email, long directoryId, int tokenExpirySeconds) Create a new token for the given email address and directory ID and store itModifier and TypeMethodDescriptionDefaultInviteUserTokenService.findByToken
(String token) InviteUserTokenService.findByToken
(String token) Find the token using the given random hash