Package | Description |
---|---|
org.jdesktop.swingx |
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
|
org.jdesktop.swingx.auth |
Contains classes and interfaces used by the
JXLoginPane component. |
Class | Description |
---|---|
LoginAdapter | |
LoginEvent |
This is an event object that is passed to login listener methods
|
LoginListener | |
LoginService |
LoginService is the abstract base class for all classes implementing
a login mechanism.
|
PasswordStore |
PasswordStore specifies a mechanism to store passwords used to authenticate
using the LoginService.
|
UserNameStore |
UsernameStore is a class that implements persistence of usernames
|
Class | Description |
---|---|
LoginEvent |
This is an event object that is passed to login listener methods
|
LoginListener | |
LoginService |
LoginService is the abstract base class for all classes implementing
a login mechanism.
|
UserNameStore |
UsernameStore is a class that implements persistence of usernames
|
UserPermissions |
This is a singleton that marks the set of permissions for a given logged in user.
|