|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAuthSPProtocolHandler
Interface that all AuthSP protocol handlers should implement.
Description:
Interface that all AuthSP protocol handlers should implement.
Concurrency issues:
-
Method Summary | |
---|---|
java.util.Hashtable |
computeAuthenticationRequest(java.lang.String sRid)
Creation of an AuthSP specific redirect URL. |
void |
init(java.lang.Object oAuthSPConfig,
java.lang.Object oAuthSPResource)
Initializes the AuthSP protocol handler. |
java.util.Hashtable |
verifyAuthenticationResponse(java.util.Hashtable htResponse)
Verification of an AuthSP specific response. |
Method Detail |
---|
void init(java.lang.Object oAuthSPConfig, java.lang.Object oAuthSPResource) throws ASelectAuthSPException
oAuthSPConfig
- Object
containing the authsp specific configuration.oAuthSPResource
- Object
containing the authsp specific resource(s).
ASelectAuthSPException
- If initialization fails.java.util.Hashtable computeAuthenticationRequest(java.lang.String sRid)
ASelectLoginHandler
will redirect the user to
this URL.
sRid
- Needed parameter in the redirect URL. Can also be used
to retrieve session information from the SessionManager
.
Hashtable
containing at least:
result
redirect_url
java.util.Hashtable verifyAuthenticationResponse(java.util.Hashtable htResponse)
ASelectServer
which will parse the response parameters in a
Hashtable
to this function.
The AuthSP handler should verify the AuthSP specific parameters.
htResponse
- Hashtable
containing all parameters that were
received from the AuthSP. It should contain at least:
rid
Hashtable
containing at least:
result
rid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |