Uses of Package
org.jdesktop.swingx.auth

Packages that use org.jdesktop.swingx.auth
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. 
 

Classes in org.jdesktop.swingx.auth used by org.jdesktop.swingx
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
 

Classes in org.jdesktop.swingx.auth used by org.jdesktop.swingx.auth
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.