Package

com.github.tototoshi.play2

auth

Permalink

package auth

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 AsyncAuth extends AnyRef

    Permalink
  2. trait AsyncIdContainer[Id] extends AnyRef

    Permalink
  3. trait AuthActionBuilders extends AsyncAuth

    Permalink
  4. trait AuthConfig extends AnyRef

    Permalink
  5. trait AuthElement extends StackableController with AsyncAuth

    Permalink
  6. trait AuthenticationElement extends StackableController with AsyncAuth

    Permalink
  7. type AuthenticityToken = String

    Permalink
  8. class CacheIdContainer[Id] extends IdContainer[Id]

    Permalink
  9. class CookieTokenAccessor extends TokenAccessor

    Permalink
  10. trait FromString[A] extends AnyRef

    Permalink
  11. trait IdContainer[Id] extends AnyRef

    Permalink
  12. trait Login extends AnyRef

    Permalink
  13. trait LoginLogout extends Login with Logout

    Permalink
  14. trait Logout extends AnyRef

    Permalink
  15. trait OptionalAuthElement extends StackableController with AsyncAuth

    Permalink
  16. type ResultUpdater = (Result) ⇒ Result

    Permalink
  17. type SignedToken = String

    Permalink
  18. trait ToString[A] extends AnyRef

    Permalink
  19. trait TokenAccessor extends AnyRef

    Permalink
  20. class TransparentIdContainer[Id] extends IdContainer[Id]

    Permalink
  21. type CookieIdContainer[Id] = TransparentIdContainer[Id]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.13.1) renamed to TransparentIdContainer

Value Members

  1. object AsyncIdContainer

    Permalink
  2. object FromString

    Permalink
  3. object ToString

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped