| 
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResponseDispatcher
This interface defines APIs for sending a response to initiate an SSO process.
| 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 | 
|---|
void addCookie(javax.servlet.http.Cookie cookie)
cookie - the Cookie to be added
void addHeader(java.lang.String name,
               java.lang.String value)
name - the name of the headervalue - the value of the header
void dispatch()
              throws SsoServiceException
SsoServiceException - if failed to send the response
  | 
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||