Uses of Interface
org.bardframework.commons.security.token.manager.Token
Packages that use Token
Package
Description
-
Uses of Token in org.bardframework.commons.security.token
Classes in org.bardframework.commons.security.token that implement TokenModifier and TypeClassDescriptionclassContains information about authentication. -
Uses of Token in org.bardframework.commons.security.token.manager
Classes in org.bardframework.commons.security.token.manager with type parameters of type TokenModifier and TypeClassDescriptionclassTokenManagerInMemory<T extends Token>Implements simple token manager, that keeps a single token for each user.