public class InboundAuthenticationResponse extends Object implements Serializable
Constructor and Description |
---|
InboundAuthenticationResponse() |
Modifier and Type | Method and Description |
---|---|
void |
addCookie(String key,
javax.servlet.http.Cookie values) |
void |
addParameters(String key,
String value) |
void |
addResponseHeader(String key,
String values) |
Map<String,javax.servlet.http.Cookie> |
getCookies() |
String |
getParameter(String key) |
Map<String,String> |
getParameters() |
String |
getRedirectURL() |
Map<String,String> |
getResponseHeaders() |
int |
getStatusCode() |
void |
setCookies(Map<String,javax.servlet.http.Cookie> cookies) |
void |
setRedirectURL(String redirectURL) |
void |
setResponseHeaders(Map<String,String> responseHeaders) |
void |
setStatusCode(int statusCode) |
Copyright © 2015 WSO2. All rights reserved.