org.scalatra.auth

Scentry

class Scentry[UserType <: AnyRef] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Scentry
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Scentry(app: ScalatraKernel, serialize: PartialFunction[UserType, String], deserialize: PartialFunction[String, UserType])

Type Members

  1. type StrategyFactory = (ScalatraKernel) ⇒ StrategyType

  2. type StrategyType = ScentryStrategy[UserType]

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def authenticate(names: Symbol*): Option[UserType]

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fromSession: PartialFunction[String, UserType]

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

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

    Definition Classes
    AnyRef → Any
  15. def isAuthenticated: Boolean

  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def logout(): Unit

  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. def params: MultiMapHeadView[String, String] with MapWithIndifferentAccess[String]

  22. def redirect(uri: String): Unit

  23. def registerStrategy(name: Symbol, strategyFactory: (ScalatraKernel) ⇒ StrategyType): HashMap[Symbol, (ScalatraKernel) ⇒ StrategyType]

  24. def store: ScentryAuthStore

  25. def store_=(newStore: ScentryAuthStore): Unit

  26. def strategies: Map[Symbol, ScentryStrategy[UserType]]

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

    Definition Classes
    AnyRef
  28. def toSession: PartialFunction[UserType, String]

  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. def unauthenticated(callback: ⇒ Unit): Unit

  31. def user: UserType

  32. def userOption: Option[UserType]

  33. def user_=(v: UserType): AnyRef

  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def authenticated_?: Boolean

    Annotations
    @deprecated
    Deprecated

    use isAuthenticated

  2. def setStore(newStore: ScentryAuthStore): Unit

    Annotations
    @deprecated
    Deprecated

    use store_= instead

Inherited from AnyRef

Inherited from Any

Ungrouped