package api
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- abstract class AbstractTokenStore extends TokenStore
-
case class
Token(id: String, user: UserPrincipal, groups: List[GroupPrincipal], expiresAt: Long, permissions: BlendedPermissions, webToken: String) extends Product with Serializable
A class encapsulating a security token identified by a unique key
A class encapsulating a security token identified by a unique key
- id
the key to identify the token
- expiresAt
the timestamp when this particular token will expire, if 0 it will never expire
- webToken
The token String, this is normally the compact form ao a JSON Web Token
- trait TokenHandler extends AnyRef
- trait TokenStore extends AnyRef
- class TokenVerificationException extends Exception