public class HttpIdentityResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HttpIdentityResponse.HttpIdentityResponseBuilder |
Modifier | Constructor and Description |
---|---|
protected |
HttpIdentityResponse(HttpIdentityResponse.HttpIdentityResponseBuilder builder) |
Modifier and Type | Method and Description |
---|---|
String |
getBody() |
String |
getContentType() |
Map<String,javax.servlet.http.Cookie> |
getCookies() |
Map<String,String> |
getHeaders() |
Map<String,String[]> |
getParameters() |
String |
getParameterValue(String paramName) |
String[] |
getParameterValues(String paramName) |
String |
getRedirectURL() |
int |
getStatusCode() |
protected HttpIdentityResponse(HttpIdentityResponse.HttpIdentityResponseBuilder builder)
Copyright © 2016 WSO2. All rights reserved.