Class Login

java.lang.Object
eu.webtoolkit.jwt.WObject
eu.webtoolkit.jwt.auth.Login

public class Login extends WObject
A class that manages the current login state.

This is a model class which is typically associated with a single session, for the duration of the session.

Widgets that implement authentication (and thus produce authentication changes), will indicate their result in this object using the login() or logout() methods.

Widgets that want to react to login state changes (typically, as user logging in or out) should listen to the changed() signal of this object.

See Also: