Interface CheckResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CheckResponse, CheckResponse.Builder

public interface CheckResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasStatus

      boolean hasStatus()
       Status `OK` allows the request. Any other status indicates the request should be denied.
       
      .google.rpc.Status status = 1;
      Returns:
      Whether the status field is set.
    • getStatus

      Status getStatus()
       Status `OK` allows the request. Any other status indicates the request should be denied.
       
      .google.rpc.Status status = 1;
      Returns:
      The status.
    • getStatusOrBuilder

      StatusOrBuilder getStatusOrBuilder()
       Status `OK` allows the request. Any other status indicates the request should be denied.
       
      .google.rpc.Status status = 1;
    • hasDeniedResponse

      boolean hasDeniedResponse()
       Supplies http attributes for a denied response.
       
      .envoy.service.auth.v2.DeniedHttpResponse denied_response = 2;
      Returns:
      Whether the deniedResponse field is set.
    • getDeniedResponse

      DeniedHttpResponse getDeniedResponse()
       Supplies http attributes for a denied response.
       
      .envoy.service.auth.v2.DeniedHttpResponse denied_response = 2;
      Returns:
      The deniedResponse.
    • getDeniedResponseOrBuilder

      DeniedHttpResponseOrBuilder getDeniedResponseOrBuilder()
       Supplies http attributes for a denied response.
       
      .envoy.service.auth.v2.DeniedHttpResponse denied_response = 2;
    • hasOkResponse

      boolean hasOkResponse()
       Supplies http attributes for an ok response.
       
      .envoy.service.auth.v2.OkHttpResponse ok_response = 3;
      Returns:
      Whether the okResponse field is set.
    • getOkResponse

      OkHttpResponse getOkResponse()
       Supplies http attributes for an ok response.
       
      .envoy.service.auth.v2.OkHttpResponse ok_response = 3;
      Returns:
      The okResponse.
    • getOkResponseOrBuilder

      OkHttpResponseOrBuilder getOkResponseOrBuilder()
       Supplies http attributes for an ok response.
       
      .envoy.service.auth.v2.OkHttpResponse ok_response = 3;
    • getHttpResponseCase

      CheckResponse.HttpResponseCase getHttpResponseCase()