Package | Description |
---|---|
com.atlassian.crowd.dao.token | |
com.atlassian.crowd.model.token |
Modifier and Type | Method and Description |
---|---|
Set<ExpirableUserToken> |
ExpirableUserTokenDaoHibernate.findAllTokens(long directoryId,
String username,
ExpirableUserTokenType expirableUserTokenType) |
Set<ExpirableUserToken> |
ExpirableUserTokenDao.findAllTokens(long directoryId,
String username,
ExpirableUserTokenType expirableUserTokenType)
Returns all tokens for a given user.
|
boolean |
ExpirableUserTokenDaoHibernate.removeByDirectoryAndUsername(long directoryId,
String username,
ExpirableUserTokenType expirableUserTokenType) |
boolean |
ExpirableUserTokenDao.removeByDirectoryAndUsername(long directoryId,
String username,
ExpirableUserTokenType expirableUserTokenType)
Remove all the tokens matching the username and directory id
|
Modifier and Type | Method and Description |
---|---|
ExpirableUserTokenType |
InternalExpirableUserToken.getType() |
ExpirableUserTokenType |
ExpirableUserToken.getType()
Type of the token, specifying with what feature in Crowd a given token is associated.
|
static ExpirableUserTokenType |
ExpirableUserTokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpirableUserTokenType[] |
ExpirableUserTokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalExpirableUserToken.setType(ExpirableUserTokenType type) |
Copyright © 2021 Atlassian. All rights reserved.