public interface ResponseDispatcher
| Modifier and Type | Method and Description |
|---|---|
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.
|
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