Package | Description |
---|---|
com.atlassian.crowd.dao.token | |
com.atlassian.crowd.exception | |
com.atlassian.crowd.manager.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
|
Token |
TokenDAOHibernate.add(Token token) |
Token |
SessionTokenStorage.add(Token token)
Persists a new token.
|
Token |
TokenDAOMemory.add(Token token) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationAlreadyExistsException
Used to indicate that there exists an application with the same name as
the one to be created.
|
class |
MembershipAlreadyExistsException
Thrown to indicate that a membership cannot be added because it already exists.
|
class |
UserAlreadyExistsException
Thrown to indicate that a user already exists in the directory.
|
Modifier and Type | Method and Description |
---|---|
Token |
SwitchableTokenManagerImpl.add(Token token) |
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
|
Copyright © 2020 Atlassian. All rights reserved.