Package org.jdesktop.swingx.auth


package org.jdesktop.swingx.auth
Contains classes and interfaces used by the JXLoginPane component.
  • Class
    Description
    Saves the user names in Preferences.
    JAASLoginService implements a LoginService that uses JAAS for authentication.
    A login service for connecting to SQL based databases via JDBC
    KeyChain is a class that implements the "KeyChain" concept.
     
    This is an event object that is passed to login listener methods
    LoginListener provides a listener for the actual login process.
    LoginService is the abstract base class for all classes implementing a login mechanism.
    PasswordStore specifies a mechanism to store passwords used to authenticate using the LoginService.
    An implementation of LoginService that simply matches the username/password against a list of known users and their passwords.
    UsernameStore is a class that implements persistence of usernames
    This is a singleton that marks the set of permissions for a given logged in user.