Skip navigation links

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

E14650-04


oracle.security.jps.service.sso
Interface ResponseDispatcher

All Known Implementing Classes:
AbstractResponseDispatcher, DynamicRedirector, Redirector

public interface ResponseDispatcher

This interface defines APIs for sending a response to initiate an SSO process.

Since:
11gR1+
Version:
1.0
Author:
yiwawang

Method Summary
 void addCookie(javax.servlet.http.Cookie cookie)
          Adds the specified cookie to the response.
 void addHeader(java.lang.String name, java.lang.String value)
          Adds a response header with the given name and value.
 void dispatch()
          Sends the response to initiate an SSO process.

 

Method Detail

addCookie

void addCookie(javax.servlet.http.Cookie cookie)
Adds the specified cookie to the response.
Parameters:
cookie - the Cookie to be added

addHeader

void addHeader(java.lang.String name,
               java.lang.String value)
Adds a response header with the given name and value.
Parameters:
name - the name of the header
value - the value of the header

dispatch

void dispatch()
              throws SsoServiceException
Sends the response to initiate an SSO process.
Throws:
SsoServiceException - if failed to send the response

Skip navigation links

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

E14650-04


Copyright © 2011, Oracle. All rights reserved.