| Package | Description |
|---|---|
| oracle.security.jps.service.sso | |
| oracle.security.jps.service.sso.dispatcher |
| Modifier and Type | Method and Description |
|---|---|
ResponseDispatcher |
SsoProvider.getAutoLoginDispatcher(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String endpointUrl, java.lang.Object token, java.lang.String targetUrl, java.util.Map<java.lang.String,?> props)
Gets the dispatcher used to send the response to an SSO agent to initiate the auto login process.
|
ResponseDispatcher |
SsoProvider.getExtOpDispatcher(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String endpointUrl, SsoProvider.SsoOpType opType, java.util.Map<java.lang.String,?> props)
Gets the dispatcher used to send the response to an SSO agent to initiate the specified SSO process.
|
ResponseDispatcher |
SsoProvider.getLoginDispatcher(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String endpointUrl, java.lang.String successUrl, java.lang.String cancelUrl, java.util.Map<java.lang.String,?> props)
Gets the dispatcher used to send the response to an SSO agent to initiate the login process.
|
ResponseDispatcher |
SsoProvider.getLogoutDispatcher(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String endpointUrl, java.lang.String targetUrl, java.util.Map<java.lang.String,?> props)
Gets the dispatcher used to send the response to an SSO agent to initiate the log out process.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResponseDispatcher
This abstract class sends a
HttpServletResponse that can contain SSO provider specific status code, headers or cookies to initiate a particular SSO flow. |
class |
DynamicRedirector
This class calls
HttpServletResponse.sendError() to send an error response with SSO provider specific status code and descriptive message to initiate an SSO process. |
class |
Redirector
This class calls
HttpServletResponse.sendRedirect() to send a temporary redirect response to clients to initiate an SSO process. |