|
aerogear-security 1.3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthenticationManager<T>
A AuthenticationManager executes the basic authentication operations for an entity from the authentication provider Ex: User, SimpleUser
| Method Summary | |
|---|---|
boolean |
login(T user,
String password)
Logs in the specified User. |
void |
logout()
Logs out the specified User from the system. |
| Method Detail |
|---|
boolean login(T user,
String password)
user - represents a simple implementation that holds user's credentials.
AeroGearSecurityException - on login failure.void logout()
AeroGearSecurityException - on logout failure.
|
aerogear-security 1.3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||