Object/Class

securesocial.core

Authenticator

Related Docs: class Authenticator | package core

Permalink

object Authenticator extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Authenticator
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val AbsoluteTimeoutKey: String

    Permalink
  5. val ApplicationContext: String

    Permalink
  6. val CookieDomainKey: String

    Permalink
  7. val CookieHttpOnlyKey: String

    Permalink
  8. val CookieNameKey: String

    Permalink
  9. val CookiePathKey: String

    Permalink
  10. val DefaultAbsoluteTimeout: Int

    Permalink
  11. val DefaultCookieHttpOnly: Boolean

    Permalink
  12. val DefaultCookieName: String

    Permalink
  13. val DefaultCookiePath: String

    Permalink
  14. val DefaultIdleTimeout: Int

    Permalink
  15. val IdleTimeoutKey: String

    Permalink
  16. val Transient: None.type

    Permalink
  17. val TransientKey: String

    Permalink
  18. lazy val absoluteTimeout: Int

    Permalink
  19. lazy val absoluteTimeoutInSeconds: Int

    Permalink
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. lazy val cookieDomain: Option[String]

    Permalink
  23. lazy val cookieHttpOnly: Boolean

    Permalink
  24. lazy val cookieName: String

    Permalink
  25. lazy val cookiePath: String

    Permalink
  26. lazy val cookieSecure: Boolean

    Permalink
  27. def create(user: Identity): Either[Error, Authenticator]

    Permalink

    Creates a new authenticator id for the specified user

    Creates a new authenticator id for the specified user

    user

    the user Identity

    returns

    an authenticator or error if there was a problem creating it

  28. def delete(id: String): Either[Error, Unit]

    Permalink

    Deletes an authenticator

    Deletes an authenticator

    id

    the authenticator id

    returns

    Error if there was a problem deleting the authenticator or Unit if all went ok

  29. val discardingCookie: DiscardingCookie

    Permalink
  30. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  32. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. def find(id: String): Either[Error, Option[Authenticator]]

    Permalink

    Finds an authenticator by id

    Finds an authenticator by id

    id

    the authenticator id

    returns

    Error if there was a problem finding the authenticator or an optional authenticator if all went ok

  34. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  35. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  36. lazy val idleTimeout: Int

    Permalink
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. lazy val makeTransient: Boolean

    Permalink
  39. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  40. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  42. def save(authenticator: Authenticator): Either[Error, Unit]

    Permalink

    Saves or updates the authenticator in the store

    Saves or updates the authenticator in the store

    authenticator

    the authenticator

    returns

    Error if there was a problem saving the authenticator or Unit if all went ok

  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped