Package org.jdesktop.swingx.auth
Contains classes and interfaces used by the
JXLoginPane
component.-
Interface Summary Interface Description LoginListener -
Class Summary Class Description DefaultUserNameStore Saves the user names in Preferences.JAASLoginService JAASLoginService implements a LoginService that uses JAAS for authentication.JDBCLoginService A login service for connecting to SQL based databases via JDBCKeyChain KeyChain is a class that implements the "KeyChain" concept.LoginAdapter LoginEvent This is an event object that is passed to login listener methodsLoginService 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.SimpleLoginService An implementation of LoginService that simply matches the username/password against a list of known users and their passwords.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.