|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.auth.spi.AbstractServerLoginModule
org.jboss.security.auth.spi.UsernamePasswordLoginModule
org.jboss.security.auth.spi.UsersRolesLoginModule
org.equanda.test.login.LoginModule
public class LoginModule
Field Summary |
---|
Fields inherited from class org.jboss.security.auth.spi.AbstractServerLoginModule |
---|
callbackHandler, loginOk, options, principalClassName, sharedState, subject, unauthenticatedIdentity, useFirstPass |
Constructor Summary | |
---|---|
LoginModule()
|
Method Summary | |
---|---|
protected LoginInfo |
getLogin(String user)
Get LoginInfo object for the requested user. |
protected Group[] |
getRoleSets()
|
protected String |
getUsersPassword()
|
boolean |
login()
|
Methods inherited from class org.jboss.security.auth.spi.UsersRolesLoginModule |
---|
createRoles, createUsers, initialize, loadRoles, loadUsers, parseGroupMembers |
Methods inherited from class org.jboss.security.auth.spi.UsernamePasswordLoginModule |
---|
createPasswordHash, getCredentials, getIdentity, getUnauthenticatedIdentity, getUsername, getUsernameAndPassword, getValidateError, setValidateError, validatePassword |
Methods inherited from class org.jboss.security.auth.spi.AbstractServerLoginModule |
---|
abort, commit, createGroup, createIdentity, getUseFirstPass, logout |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoginModule()
Method Detail |
---|
protected Group[] getRoleSets() throws LoginException
getRoleSets
in class org.jboss.security.auth.spi.UsersRolesLoginModule
LoginException
protected String getUsersPassword()
getUsersPassword
in class org.jboss.security.auth.spi.UsersRolesLoginModule
protected LoginInfo getLogin(String user)
user
- username
public boolean login() throws LoginException
login
in interface LoginModule
login
in class org.jboss.security.auth.spi.UsersRolesLoginModule
LoginException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |