public static interface ExternalAuth.CheckResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ExternalAuth.DeniedHttpResponse |
getDeniedResponse()
Supplies http attributes for a denied response.
|
ExternalAuth.DeniedHttpResponseOrBuilder |
getDeniedResponseOrBuilder()
Supplies http attributes for a denied response.
|
ExternalAuth.CheckResponse.HttpResponseCase |
getHttpResponseCase() |
ExternalAuth.OkHttpResponse |
getOkResponse()
Supplies http attributes for an ok response.
|
ExternalAuth.OkHttpResponseOrBuilder |
getOkResponseOrBuilder()
Supplies http attributes for an ok response.
|
com.google.rpc.Status |
getStatus()
Status `OK` allows the request.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
Status `OK` allows the request.
|
boolean |
hasDeniedResponse()
Supplies http attributes for a denied response.
|
boolean |
hasOkResponse()
Supplies http attributes for an ok response.
|
boolean |
hasStatus()
Status `OK` allows the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStatus()
Status `OK` allows the request. Any other status indicates the request should be denied.
.google.rpc.Status status = 1;com.google.rpc.Status getStatus()
Status `OK` allows the request. Any other status indicates the request should be denied.
.google.rpc.Status status = 1;com.google.rpc.StatusOrBuilder getStatusOrBuilder()
Status `OK` allows the request. Any other status indicates the request should be denied.
.google.rpc.Status status = 1;boolean hasDeniedResponse()
Supplies http attributes for a denied response.
.envoy.service.auth.v2alpha.DeniedHttpResponse denied_response = 2;ExternalAuth.DeniedHttpResponse getDeniedResponse()
Supplies http attributes for a denied response.
.envoy.service.auth.v2alpha.DeniedHttpResponse denied_response = 2;ExternalAuth.DeniedHttpResponseOrBuilder getDeniedResponseOrBuilder()
Supplies http attributes for a denied response.
.envoy.service.auth.v2alpha.DeniedHttpResponse denied_response = 2;boolean hasOkResponse()
Supplies http attributes for an ok response.
.envoy.service.auth.v2alpha.OkHttpResponse ok_response = 3;ExternalAuth.OkHttpResponse getOkResponse()
Supplies http attributes for an ok response.
.envoy.service.auth.v2alpha.OkHttpResponse ok_response = 3;ExternalAuth.OkHttpResponseOrBuilder getOkResponseOrBuilder()
Supplies http attributes for an ok response.
.envoy.service.auth.v2alpha.OkHttpResponse ok_response = 3;ExternalAuth.CheckResponse.HttpResponseCase getHttpResponseCase()
Copyright © 2019 WSO2. All rights reserved.