| Package | Description |
|---|---|
| com.atlassian.crowd.dao.token | |
| com.atlassian.crowd.manager.token | |
| com.atlassian.crowd.model.token | |
| com.atlassian.crowd.plugin.rest.entity.admin |
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationToken> |
TokenDAOHibernate.search(EntityQuery<? extends AuthenticationToken> query) |
List<AuthenticationToken> |
TokenDAOMemory.search(EntityQuery<? extends AuthenticationToken> query) |
List<AuthenticationToken> |
SearchableTokenStorage.search(EntityQuery<? extends AuthenticationToken> query)
Searches for token based on criteria.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationToken> |
TokenDAOHibernate.search(EntityQuery<? extends AuthenticationToken> query) |
List<AuthenticationToken> |
TokenDAOMemory.search(EntityQuery<? extends AuthenticationToken> query) |
List<AuthenticationToken> |
SearchableTokenStorage.search(EntityQuery<? extends AuthenticationToken> query)
Searches for token based on criteria.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationToken> |
SwitchableTokenManagerImpl.search(EntityQuery<? extends AuthenticationToken> query) |
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationToken> |
SwitchableTokenManagerImpl.search(EntityQuery<? extends AuthenticationToken> query) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableToken |
class |
Token
Deprecated.
use @
ImmutableToken instead. Since 3.6.0. |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationSessionsSearchResultEntity |
ApplicationSessionsSearchResultEntity.fromToken(AuthenticationToken session,
Application application) |
static UserSessionsSearchResultEntity |
UserSessionsSearchResultEntity.fromToken(AuthenticationToken session,
Directory directory) |
Copyright © 2024 Atlassian. All rights reserved.