|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAuthenticationStrategy
The interface of an authentication strategy which is accessible via
Application.getSecuritySettings(). Implementations determine how logon data (username and
password) are persisted (e.g. Cookie), retrieved and removed.
| Method Summary | |
|---|---|
String[] |
load()
If "rememberMe" is enabled, than load login name and password from the persistence storage (e.g. |
void |
remove()
When the user logs out (session invalidation), than remove username and password from the persistence store |
void |
save(String username,
String password)
If "rememberMe" is enabled and login was successful, than store username and password in the persistence store (e.g. |
| Method Detail |
|---|
String[] load()
void save(String username,
String password)
username - password - void remove()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||