Uses of Interface
org.bardframework.commons.security.token.manager.TokenManager
Packages that use TokenManager
Package
Description
-
Uses of TokenManager in org.bardframework.commons.security.context
Fields in org.bardframework.commons.security.context declared as TokenManagerModifier and TypeFieldDescriptionprotected final TokenManager<A> SecurityContextManagerAbstract.tokenManagerConstructors in org.bardframework.commons.security.context with parameters of type TokenManagerModifierConstructorDescriptionCookieSecurityContextManagerAbstract(TokenManager<A> tokenManager) HeaderSecurityContextManagerAbstract(TokenManager<A> tokenManager) RequestSecurityContextManagerAbstract(TokenManager<A> tokenManager) protectedSecurityContextManagerAbstract(TokenManager<A> tokenManager) -
Uses of TokenManager in org.bardframework.commons.security.token.manager
Classes in org.bardframework.commons.security.token.manager that implement TokenManagerModifier and TypeClassDescriptionclassTokenManagerInMemory<T extends Token>Implements simple token manager, that keeps a single token for each user.