Package

io.teamscala.play

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 AsyncIdContainer[Id] extends AnyRef

    Permalink
  2. trait AsyncTokenAccessor extends AnyRef

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

    Permalink
  4. case class CookieConfig(name: String, maxAge: Option[Int], path: String, domain: Option[String], secure: Boolean, httpOnly: Boolean) extends Product with Serializable

    Permalink
  5. class CookieTokenAccessor extends TokenAccessor

    Permalink
  6. trait FromString[A] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( "No FromString available for ${A}." )
  7. trait HasSecurity[H <: SecurityHandler] extends AnyRef

    Permalink
  8. class HmacTokenSigner extends TokenSigner

    Permalink
  9. trait IdContainer[Id] extends AnyRef

    Permalink
  10. final class NamedSecurityProvider extends Provider[Security[SecurityHandler]]

    Permalink

    Inject provider for named Security.

    Inject provider for named Security.

    Annotations
    @Singleton()
  11. type ResultUpdater = (Result) ⇒ Future[Result]

    Permalink
  12. trait Security[H <: SecurityHandler] extends AnyRef

    Permalink
  13. trait SecurityActionBuilders[H <: SecurityHandler] extends AnyRef

    Permalink
  14. case class SecurityConfig(root: Config, cookie: CookieConfig, session: SessionConfig) extends Product with Serializable

    Permalink
  15. trait SecurityController[H <: SecurityHandler] extends Controller with HasSecurity[H] with SecurityActionBuilders[H] with SecuritySupport[H]

    Permalink
  16. trait SecurityHandler extends AnyRef

    Permalink
  17. class SecurityHelper[H <: SecurityHandler] extends AnyRef

    Permalink
  18. final class SecurityModule extends AbstractModule

    Permalink

    The Security module.

  19. trait SecuritySupport[H <: SecurityHandler] extends AnyRef

    Permalink
  20. case class SessionConfig(timeout: Duration, restoreOnRequest: Boolean) extends Product with Serializable

    Permalink
  21. trait Signable[H <: SecurityHandler] extends AnyRef

    Permalink
  22. class SimpleTokenGenerator extends TokenGenerator

    Permalink
  23. trait ToString[A] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( "No ToString available for ${A}." )
  24. trait TokenAccessor extends AnyRef

    Permalink
  25. trait TokenGenerator extends AnyRef

    Permalink
  26. trait TokenSigner extends AnyRef

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

    Permalink

Value Members

  1. object AsyncIdContainer

    Permalink
  2. object AsyncTokenAccessor

    Permalink
  3. object CookieConfig extends Serializable

    Permalink
  4. object FromString

    Permalink
  5. object SecurityConfig extends Serializable

    Permalink
  6. object SessionConfig extends Serializable

    Permalink
  7. object ToString

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped