Uses of Package
org.jdesktop.swingx.auth
-
Packages that use org.jdesktop.swingx.auth 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 theJXLoginPane
component. -
Classes in org.jdesktop.swingx.auth used by org.jdesktop.swingx Class Description LoginAdapter LoginEvent This is an event object that is passed to login listener methodsLoginListener LoginListener provides a listener for the actual login process.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 -
Classes in org.jdesktop.swingx.auth used by org.jdesktop.swingx.auth Class Description LoginEvent This is an event object that is passed to login listener methodsLoginListener LoginListener provides a listener for the actual login process.LoginService LoginService is the abstract base class for all classes implementing a login mechanism.UserNameStore UsernameStore is a class that implements persistence of usernamesUserPermissions This is a singleton that marks the set of permissions for a given logged in user.