public class IdentityRequest extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
IdentityRequest.IdentityRequestBuilder |
Modifier and Type | Field and Description |
---|---|
protected String |
contentType |
protected String |
contextPath |
protected Map<String,javax.servlet.http.Cookie> |
cookies |
protected Map<String,String> |
headers |
protected String |
method |
protected Map<String,String[]> |
parameters |
protected String |
pathInfo |
protected String |
pathTranslated |
protected String |
queryString |
protected String |
requestURI |
protected StringBuffer |
requestURL |
protected String |
servletPath |
protected String |
tenantDomain |
Modifier | Constructor and Description |
---|---|
protected |
IdentityRequest(IdentityRequest.IdentityRequestBuilder builder) |
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
String |
getContextPath() |
Map<String,javax.servlet.http.Cookie> |
getCookieMap() |
javax.servlet.http.Cookie[] |
getCookies() |
String |
getHeader(String name) |
Map<String,String> |
getHeaderMap() |
Enumeration<String> |
getHeaderNames() |
Enumeration<String> |
getHeaders(String name) |
String |
getMethod() |
String |
getParameter(String paramName) |
Map<String,String[]> |
getParameterMap() |
Enumeration<String> |
getParameterNames() |
String[] |
getParameterValues(String paramName) |
String |
getPathInfo() |
String |
getPathTranslated() |
String |
getQueryString() |
String |
getRequestURI() |
StringBuffer |
getRequestURL() |
String |
getServletPath() |
String |
getTenantDomain() |
protected String tenantDomain
protected String contextPath
protected String method
protected String pathInfo
protected String pathTranslated
protected String queryString
protected String requestURI
protected StringBuffer requestURL
protected String servletPath
protected String contentType
protected IdentityRequest(IdentityRequest.IdentityRequestBuilder builder)
public Enumeration<String> getHeaders(String name)
public Enumeration<String> getHeaderNames()
public javax.servlet.http.Cookie[] getCookies()
public Enumeration<String> getParameterNames()
public String getTenantDomain()
public String getContextPath()
public String getMethod()
public String getPathInfo()
public String getPathTranslated()
public String getQueryString()
public String getRequestURI()
public StringBuffer getRequestURL()
public String getServletPath()
public String getContentType()
Copyright © 2016 WSO2. All rights reserved.