Package com.sun.identity.saml2.plugins
Interface IDPECPSessionMapper
- 
@SupportedAll public interface IDPECPSessionMapper
This interfaceIDPECPSessionMapperis used to find a valid session from HTTP servlet request on IDP with ECP profile. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetSession(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Returns user valid session. 
 - 
 
- 
- 
Method Detail
- 
getSession
Object getSession(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws SAML2Exception
Returns user valid session.- Parameters:
 request- HttpServletRequestresponse- HttpServletResponse- Returns:
 - a vaild user session or null if not found
 - Throws:
 SAML2Exception- if error occurs.
 
 - 
 
 -