Package

io.quckoo

auth

Permalink

package auth

Created by alonsodomin on 21/03/2016.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. auth
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Permission extends AnyRef

    Permalink

    Created by alonsodomin on 14/10/2015.

  2. trait Principal extends Serializable

    Permalink

    Created by alonsodomin on 29/03/2016.

  3. final case class User(id: UserId) extends Principal with Product with Serializable

    Permalink
  4. type UserId = String

    Permalink
  5. final case class XSRFToken(userId: UserId, value: String) extends Product with Serializable

    Permalink

Value Members

  1. object XSRFToken extends Serializable

    Permalink

    Created by alonsodomin on 14/10/2015.

Inherited from AnyRef

Inherited from Any

Ungrouped