Packages

package api

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractTokenStore extends TokenStore
  2. 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

  3. trait TokenHandler extends AnyRef
  4. trait TokenStore extends AnyRef
  5. class TokenVerificationException extends Exception

Value Members

  1. object Token extends Serializable

Ungrouped