|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISelectorHandler
Handler to determine the remote A-Select Server.
Description:
Selector handler will 'tell' A-Select which remote
A-Select Server should be used to set up a
'cross-authenticate' request.
Handlers may use HTML forms to gather user information.
If applicable, the handler can also pass a user-id to A-Select.
Concurrency issues:
- Only one instance of a Handler is created within A-Select that will
be active till A-Select stops/restarts.
Method Summary | |
---|---|
java.util.Hashtable |
getRemoteServerId(java.util.Hashtable htServiceRequest,
javax.servlet.http.HttpServletResponse servletResponse,
java.io.PrintWriter pwOut)
Entry point of the handler during cross-authentication. |
void |
init(java.lang.Object oHandlerConfig)
Handler specific initialization. |
Method Detail |
---|
void init(java.lang.Object oHandlerConfig) throws ASelectException
oHandlerConfig
-
ASelectConfigException
ASelectException
java.util.Hashtable getRemoteServerId(java.util.Hashtable htServiceRequest, javax.servlet.http.HttpServletResponse servletResponse, java.io.PrintWriter pwOut) throws ASelectException
request=cross_login
.
htServiceRequest
- servletResponse
- pwOut
-
ASelectException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |