Provide method to open user context.
Public Methods
-
OpenUserContextAction(UCH*uch)
- Basic Constructor
-
void execute(map<string, string>* requestMap, map<string, string>* responseMap)
- Open User Context.
Documentation
Provide method to open user context.
OpenUserContextAction(UCH*uch)
-
Basic Constructor
- Parameters:
- uch - an UCH Object
void execute(map<string, string>* requestMap, map<string, string>* responseMap)
-
Open User Context.
If request doesn't contain Basic Authentication Header then ask for basic authentication.
Else if user authentication failed then response with response status 401 Authentication failed.
If authentication succeeded then open a new session.
If forwardto request attribute is specified then redirect to that URL.
- Parameters:
- request - an Object of Map<String, String>
response - an Object of Map<String, String>
uch - an Object of UCH
@throws ServletException an Object of ServletException
@throws IOException an Object of IOException
- This class has no child classes.
- Author:
- Parikshit Thakur & Team, Trace R&D Center
- Version:
- Revision: 1.1
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.