Uses of Class
eu.webtoolkit.jwt.auth.AuthModel
-
Packages that use AuthModel Package Description eu.webtoolkit.jwt.auth -
-
Uses of AuthModel in eu.webtoolkit.jwt.auth
Fields in eu.webtoolkit.jwt.auth declared as AuthModel Modifier and Type Field Description protected AuthModelPasswordPromptDialog. model_Methods in eu.webtoolkit.jwt.auth that return AuthModel Modifier and Type Method Description AuthModelAuthWidget. getModel()Returns the model.Methods in eu.webtoolkit.jwt.auth with parameters of type AuthModel Modifier and Type Method Description voidAuthWidget. setModel(AuthModel model)Sets a model.Constructors in eu.webtoolkit.jwt.auth with parameters of type AuthModel Constructor Description PasswordPromptDialog(Login login, AuthModel model)Constructor.PasswordPromptDialog(Login login, AuthModel model, WContainerWidget parentContainer)Constructor.UpdatePasswordWidget(User user, RegistrationModel registrationModel, AuthModel authModel)Constructor.UpdatePasswordWidget(User user, RegistrationModel registrationModel, AuthModel authModel, WContainerWidget parentContainer)Constructor.
-