Uses of Interface
com.atlassian.crowd.dao.token.SearchableTokenStorage
Package
Description
-
Uses of SearchableTokenStorage in com.atlassian.crowd.dao.token
Modifier and TypeClassDescriptionclass
class
An in-memory implementation of the TokenDAO. -
Uses of SearchableTokenStorage in com.atlassian.crowd.manager.token
Modifier and TypeInterfaceDescriptioninterface
A marker interface forSearchableTokenStorage
that provides transaction-wrapped access.Modifier and TypeClassDescriptionclass
Proxies the concrete TokenDAO implementations, and allows runtime swapping between implementations, along with copying of data between during swap. -
Uses of SearchableTokenStorage in com.atlassian.crowd.plugin.rest.service.controller.admin
ModifierConstructorDescriptionSessionsAdminController
(SearchableTokenStorage tokenStorage, ApplicationManager applicationManager, DirectoryManager directoryManager, TokenAuthenticationManager tokenAuthenticationManager, CrowdRememberMeService rememberMeService)