public class SimpleUsersLoginModule extends PropertiesUsersLoginModule
LoginModule that stores username and password as options.| Modifier and Type | Field and Description |
|---|---|
protected static Set<String> |
invalidProperties |
callbackHandler, log, loginOk, options, principalClassName, sharedState, subject, trace, unauthenticatedIdentity, useFirstPass| Constructor and Description |
|---|
SimpleUsersLoginModule() |
| Modifier and Type | Method and Description |
|---|---|
protected Properties |
createUsers(Map<String,?> options)
A hook to allow subclasses to create the users Properties map.
|
protected boolean |
isValidEntry(String key) |
createRoles, getRoleSetsgetUsersPassword, initialize, loadRoles, loadUsers, login, parseGroupMemberscreatePasswordHash, getCredentials, getIdentity, getUnauthenticatedIdentity, getUsername, getUsernameAndPassword, getValidateError, setValidateError, validatePasswordabort, commit, createGroup, createIdentity, getCallerPrincipalGroup, getUseFirstPass, logoutprotected Properties createUsers(Map<String,?> options) throws IOException
UsersRolesLoginModulecreateUsers in class UsersRolesLoginModuleoptions - - the login module options passed to initializeIOException - - thrown on failure to load the propertiesprotected boolean isValidEntry(String key)
Copyright © 2012 JBoss Inc.. All Rights Reserved.