Class PropertiesFileLoginModule

  • All Implemented Interfaces:
    LoginModule

    public class PropertiesFileLoginModule
    extends Object
    implements LoginModule
    This LoginModule imports a user's Principal and credentials information (BasicUserPrincipal, BasicRolePrincipal, UserPasswordCredentials) and associates them with the current Subject. This LoginModule recognizes the debug option. If set to true in the login Configuration, debug messages will be output at the INFO level.