Package | Description |
---|---|
com.xpert.security.bean | |
com.xpert.security.session |
Modifier and Type | Method and Description |
---|---|
User |
SecurityLoginBean.authenticateUserPassword(User user,
String password) |
User |
SecurityLoginBean.getUser(String login,
String password) |
Modifier and Type | Method and Description |
---|---|
User |
SecurityLoginBean.authenticateUserPassword(User user,
String password) |
void |
SecurityLoginBean.onSucess(User user)
Define something when login is successful like add a message "Welcome
user"
|
boolean |
SecurityLoginBean.validate(User user)
Executed after user query in database
|
Modifier and Type | Method and Description |
---|---|
abstract User |
AbstractUserSession.getUser() |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractUserSession.setUser(User user) |
Copyright © 2015. All rights reserved.