public class RPSigninResponse extends WSFederationAction
request, response
Constructor and Description |
---|
RPSigninResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String wresult,
String wctx)
Creates a new instance of RPSigninResponse
|
Modifier and Type | Method and Description |
---|---|
void |
process()
Processes the sign-in response, redirecting the browser wreply URL
supplied in the sign-in request via the HttpServletResponse passed to
the constructor.
|
static void |
setAttrMapInSession(SessionProvider sessionProvider,
Map attrMap,
Object session)
Sets the attribute map in the session
|
public RPSigninResponse(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String wresult, String wctx)
request
- HTTP Servlet requestresponse
- HTTP Servlet responsewresult
- wresult parameter from requestwctx
- wctx parameter from requestpublic void process() throws WSFederationException, IOException
process
in class WSFederationAction
WSFederationException
IOException
public static void setAttrMapInSession(SessionProvider sessionProvider, Map attrMap, Object session) throws SessionException
sessionProvider
- Session providerattrMap
- the Attribute Mapsession
- the valid session objectSessionException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.