|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1.1) E14650-02 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SsoServiceException | |
|---|---|
| oracle.security.jps.service.sso | |
| oracle.security.jps.service.sso.dispatcher | |
| Uses of SsoServiceException in oracle.security.jps.service.sso |
|---|
| Methods in oracle.security.jps.service.sso that throw SsoServiceException | |
|---|---|
void |
SsoService.autoLogin(HttpServletRequest request, HttpServletResponse response, java.util.Collection<Credential> creds, java.util.Map<java.lang.String,?> props)This method sends a response to initiate the SSO auto login process. |
void |
ResponseDispatcher.dispatch()Sends the response to initiate an SSO process. |
ResponseDispatcher |
SsoProvider.getAutoLoginDispatcher(HttpServletRequest request, 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.getLoginDispatcher(HttpServletRequest request, 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(HttpServletRequest request, 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. |
void |
SsoProvider.initialize(SsoServiceConfig serviceConfig)Initializes the SSO Provider. |
void |
SsoService.login(HttpServletRequest request, HttpServletResponse response, java.util.Map<java.lang.String,?> props)This method sends a response to initiate the SSO authentication process at the specific authentication level. |
void |
SsoService.logout(HttpServletRequest request, HttpServletResponse response, java.util.Map<java.lang.String,?> props)This method sends a response to initiate the global logout process supported by the underlying SSO provider. |
| Uses of SsoServiceException in oracle.security.jps.service.sso.dispatcher |
|---|
| Methods in oracle.security.jps.service.sso.dispatcher that throw SsoServiceException | |
|---|---|
void |
DynamicRedirector.dispatch()Sends an error response to the clients by calling HttpServletResponse.sendError() with SSO provider specific status code and descriptive message. |
void |
Redirector.dispatch()Sends a redirect response to the location URL constructed with endpointUrl appended with supplied query parameters. |
|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1.1) E14650-02 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||