public class InboundAuthenticationRequest extends Object implements Serializable
Constructor and Description |
---|
InboundAuthenticationRequest() |
Modifier and Type | Method and Description |
---|---|
void |
addCookie(String key,
javax.servlet.http.Cookie values) |
void |
addResponseHeader(String key,
String values) |
Map<String,javax.servlet.http.Cookie> |
getCookies() |
Map<String,String> |
getHeaders() |
Map<String,String[]> |
getParameters() |
void |
setCookies(Map<String,javax.servlet.http.Cookie> cookies) |
void |
setHeaders(Map<String,String> headers) |
void |
setParameters(Map<String,String[]> parameters) |
public void addCookie(String key, javax.servlet.http.Cookie values)
Copyright © 2015 WSO2. All rights reserved.