Uses of Interface
org.bardframework.commons.security.token.manager.Token
-
Packages that use Token Package Description org.bardframework.commons.security.token org.bardframework.commons.security.token.manager -
-
Uses of Token in org.bardframework.commons.security.token
Classes in org.bardframework.commons.security.token that implement Token Modifier and Type Class Description classAuthenticationAbstract<U>Contains 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 Token Modifier and Type Class Description classTokenManagerInMemory<T extends Token>Implements simple token manager, that keeps a single token for each user.
-