|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Mask authenticator allows you to query the state of the current web session and return control to an alternate forward, if the current user is unauthorized.
| Method Summary | |
java.lang.String |
authenticate(javax.servlet.http.HttpSession session,
boolean login)
This is the 'do it' method of this interface :-). |
| Method Detail |
public java.lang.String authenticate(javax.servlet.http.HttpSession session,
boolean login)
This is the 'do it' method of this interface :-).
Identify whether or not special steps should be taken for this user, and
return the Struts action forward if they should.
session - current web session to authenicate against.login - true if the user is performing a login action,
otherwise false.
null if the current user is valid and
should be allowed to continue.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||