|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWebSSOProfile
Interface for SAML 1.1 websso profile reponse handlers.
Description:
Interface that describes the methods that a WebSSO Profile response handler
class must implement
Concurrency issues:
-
Method Summary | |
---|---|
void |
destroy()
Removes class variables from memory. |
java.lang.String |
getID()
Returns the value of the configured id parameter in the profile section. |
void |
init(java.lang.Object oConfig,
long lAssertionExpireTime,
java.lang.String sAttributeNamespace,
boolean bSendAttributeStatement)
Initializes the profile handler. |
void |
process(java.util.Hashtable htInfo,
javax.servlet.http.HttpServletResponse response,
java.lang.String sIP,
java.lang.String sHost)
processes a request and sends a websso response. |
Method Detail |
---|
void init(java.lang.Object oConfig, long lAssertionExpireTime, java.lang.String sAttributeNamespace, boolean bSendAttributeStatement) throws ASelectException
oConfig
- object containing the configuration used by the A-Select
ConfigManagerlAssertionExpireTime
- the configured assertion expire timesAttributeNamespace
- the configured attribute namespace that will
be used for creating attributesbSendAttributeStatement
- TRUE if the Attribute Statement must be
send direclty
ASelectException
- if initialization failsvoid process(java.util.Hashtable htInfo, javax.servlet.http.HttpServletResponse response, java.lang.String sIP, java.lang.String sHost) throws ASelectException
htInfo
- containing the A-Select verify_credentials response itemsresponse
- the HttpServletResponse were to the SAML response will be
sentsIP
- the client IP addresssHost
- the host representation of the clients IP address
ASelectException
- if processing failsvoid destroy()
java.lang.String getID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |