Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Uses of Class
oracle.security.jps.service.sso.SsoServiceException

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(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.util.Collection creds, java.util.Map 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(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 props)
          Gets the dispatcher used to send the response to an SSO agent to initiate the auto login 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 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 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(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.util.Map props)
          This method sends a response to initiate the SSO authentication process at the specific authentication level.
 void SsoService.logout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.util.Map 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.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Copyright © 2010, Oracle. All rights reserved.