|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAuthSPDirectLoginProtocolHandler
Interface that all AuthSP API protocol handlers should implement.
Description:
Interface that all AuthSP API protocol handlers should implement.
Concurrency issues:
-
Method Summary | |
---|---|
void |
handleDirectLoginRequest(java.util.Hashtable htServiceRequest,
javax.servlet.http.HttpServletResponse servletResponse,
java.io.PrintWriter pwOut,
java.lang.String sServerId,
javax.servlet.http.HttpServletRequest servletRequest)
Handles the direct_login requests Description: Handles the direct_login requests Concurrency issues: - Preconditions: - Postconditions: - |
void |
init(java.lang.String sAuthSPId)
Initializes the AuthSP direct login protocol handler. |
Method Detail |
---|
void init(java.lang.String sAuthSPId) throws ASelectAuthSPException
sAuthSPId
- String
containing the AuthSP Id.
ASelectAuthSPException
- If initialization fails.void handleDirectLoginRequest(java.util.Hashtable htServiceRequest, javax.servlet.http.HttpServletResponse servletResponse, java.io.PrintWriter pwOut, java.lang.String sServerId, javax.servlet.http.HttpServletRequest servletRequest) throws ASelectException
htServiceRequest
- servletResponse
- pwOut
- sServerId
-
ASelectException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |