class Login extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Login
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Login()
Type Members
- class DelegatingCallbackHandler extends CallbackHandler
- case class LoginData(props: Map[String, Any], currentMethod: (String, String)) extends Product with Serializable
- class State extends AnyRef
Captures a login context instance for storing it in a user session.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val SUBJECT_KEY: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def createMethodButtons(currentMethod: (String, String)): Elem
Creates a menu for choosing the login method (OpenID, Kerberos, etc.).
- def doRender(accountCreated: Boolean): CssSel
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getEntityManager: IEntityManager
- def getSubjectFromSession: Box[Subject]
- def handleUserCallback(cb: Callback, field: String, hide: Boolean, loginData: LoginData): NodeSeq
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hidden(name: String, value: String): NodeSeq
- def initializeForm: NodeSeq
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLinkIdentity: Boolean
- def loginWithEnilink: Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def param(name: String): Box[String]
Retrieve a HTTP param from the login state or from the request
- def render: CssSel
- def saveSubjectToSession(s: Subject): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def value(cb: Callback, name: String, values: Map[String, Any] = Map.empty): Box[String]
Retrieve a HTTP param while omitting empty strings.
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object LoginDataHelpers
- object loginDataVar extends TransientRequestVar[LoginData]
- object loginState extends SessionVar[Box[State]]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated