Class | Description |
---|---|
ChangePasswordDialog |
Acquires the new password from the user and manages the change
Supports optionally the old password verification.
|
ChangePasswordPanel |
Uses instances of the
PasswordLabeledField class for serving the
containing ChangePasswordDialog instance. |
LoginDialog |
Provides the built-in login dialog for the Joty application and, for this,
it embeds in its layout a
JotyPanel instance. |
LoginPanel |
Instantiated by the
LoginDialog class allows the acquisition of the
user's credentials. |
RolesDialog |
Provides the built-in dialog for listing the roles defined for the
application.
|
RolesPanel |
Instantiated by the
RolesDialog class allows the access only to the
users having the 'Administrators' role. |
UsersDialog |
Provides the built-in dialog for editing the roles of the users of the
application and even, if configured, to add and delete application users.
|
UsersPanel |
Instantiated by the
UsersDialog class allows the access only to the
users having the 'Administrators' role. |