Uses of Interface
org.bardframework.commons.security.token.manager.TokenManager
-
Packages that use TokenManager Package Description org.bardframework.commons.security.context org.bardframework.commons.security.token.manager -
-
Uses of TokenManager in org.bardframework.commons.security.context
Fields in org.bardframework.commons.security.context declared as TokenManager Modifier and Type Field Description protected TokenManager<A>SecurityContextManagerAbstract. tokenManagerConstructors in org.bardframework.commons.security.context with parameters of type TokenManager Constructor Description CookieSecurityContextManagerAbstract(TokenManager<A> tokenManager)HeaderSecurityContextManagerAbstract(TokenManager<A> tokenManager)RequestSecurityContextManagerAbstract(TokenManager<A> tokenManager)SecurityContextManagerAbstract(TokenManager<A> tokenManager) -
Uses of TokenManager in org.bardframework.commons.security.token.manager
Classes in org.bardframework.commons.security.token.manager that implement TokenManager Modifier and Type Class Description classTokenManagerInMemory<T extends Token>Implements simple token manager, that keeps a single token for each user.
-