|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SSOWorkspaceLoginInterface
This interface extends
| Method Summary | |
|---|---|
void |
processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Use this method to perform an operation that needs to obtain a value from the request--for example, to update the user locale and time based on the values of the request. |
void |
setupAuthenticatedSession(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Use this method to modify an already authenticated session--for example, to set a login token to the session. |
| Methods inherited from interface fuego.sso.SSOUserLoginInterface |
|---|
getLogoutRelativePath, getLogoutURL, getPassword, getUser, skipFDIAuthentication |
| Method Detail |
|---|
void setupAuthenticatedSession(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws fuego.sso.SSOLoginException
request - an HttpServletRequest object that contains the request received by the servlet containerresponse - an HttpServletResponse object that contains the response sent to the client
fuego.sso.SSOLoginException - if an error occurs when executing this method
void processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws fuego.sso.SSOLoginException
request - an HttpServletRequest object that contains the request received by the servlet containerresponse - an HttpServletResponse object that contains the response sent to the client
fuego.sso.SSOLoginException - if an error occurs when executing this method
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||