Packages

class Login extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Login
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Login()

Type Members

  1. class DelegatingCallbackHandler extends CallbackHandler
  2. case class LoginData(props: Map[String, Any], currentMethod: (String, String)) extends Product with Serializable
  3. class State extends AnyRef

    Captures a login context instance for storing it in a user session.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val SUBJECT_KEY: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def createMethodButtons(currentMethod: (String, String)): Elem

    Creates a menu for choosing the login method (OpenID, Kerberos, etc.).

  8. def doRender(accountCreated: Boolean): CssSel
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def getEntityManager: IEntityManager
  13. def getSubjectFromSession: Box[Subject]
  14. def handleUserCallback(cb: Callback, field: String, hide: Boolean, loginData: LoginData): NodeSeq
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hidden(name: String, value: String): NodeSeq
  17. def initializeForm: NodeSeq
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isLinkIdentity: Boolean
  20. def loginWithEnilink: Boolean
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def param(name: String): Box[String]

    Retrieve a HTTP param from the login state or from the request

  25. def render: CssSel
  26. def saveSubjectToSession(s: Subject): Unit
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def value(cb: Callback, name: String, values: Map[String, Any] = Map.empty): Box[String]

    Retrieve a HTTP param while omitting empty strings.

  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. object LoginDataHelpers
  34. object loginDataVar extends TransientRequestVar[LoginData]
  35. object loginState extends SessionVar[Box[State]]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped