public static interface ExternalAuth.DeniedHttpResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
This field allows the authorization service to send a response body data
to the the downstream client.
|
com.google.protobuf.ByteString |
getBodyBytes()
This field allows the authorization service to send a response body data
to the the downstream client.
|
Base.HeaderValueOption |
getHeaders(int index)
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
int |
getHeadersCount()
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
List<Base.HeaderValueOption> |
getHeadersList()
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
Base.HeaderValueOptionOrBuilder |
getHeadersOrBuilder(int index)
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
List<? extends Base.HeaderValueOptionOrBuilder> |
getHeadersOrBuilderList()
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
HttpStatusOuterClass.HttpStatus |
getStatus()
This field allows the authorization service to send a HTTP response status
code to the downstream client other than 403 (Forbidden).
|
HttpStatusOuterClass.HttpStatusOrBuilder |
getStatusOrBuilder()
This field allows the authorization service to send a HTTP response status
code to the downstream client other than 403 (Forbidden).
|
boolean |
hasStatus()
This field allows the authorization service to send a HTTP response status
code to the downstream client other than 403 (Forbidden).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStatus()
This field allows the authorization service to send a HTTP response status code to the downstream client other than 403 (Forbidden).
.envoy.type.HttpStatus status = 1 [(.validate.rules) = { ... }HttpStatusOuterClass.HttpStatus getStatus()
This field allows the authorization service to send a HTTP response status code to the downstream client other than 403 (Forbidden).
.envoy.type.HttpStatus status = 1 [(.validate.rules) = { ... }HttpStatusOuterClass.HttpStatusOrBuilder getStatusOrBuilder()
This field allows the authorization service to send a HTTP response status code to the downstream client other than 403 (Forbidden).
.envoy.type.HttpStatus status = 1 [(.validate.rules) = { ... }List<Base.HeaderValueOption> getHeadersList()
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;Base.HeaderValueOption getHeaders(int index)
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;int getHeadersCount()
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;List<? extends Base.HeaderValueOptionOrBuilder> getHeadersOrBuilderList()
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;Base.HeaderValueOptionOrBuilder getHeadersOrBuilder(int index)
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;String getBody()
This field allows the authorization service to send a response body data to the the downstream client.
string body = 3;com.google.protobuf.ByteString getBodyBytes()
This field allows the authorization service to send a response body data to the the downstream client.
string body = 3;Copyright © 2019 WSO2. All rights reserved.