Class Authorization.Stub
- java.lang.Object
-
- io.envoyproxy.envoy.service.auth.v2alpha.Authorization
-
- io.envoyproxy.envoy.service.auth.v2alpha.Authorization.Stub
-
- All Implemented Interfaces:
com.google.protobuf.Service,Authorization.Interface
- Enclosing class:
- Authorization
public static final class Authorization.Stub extends Authorization implements Authorization.Interface
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.envoyproxy.envoy.service.auth.v2alpha.Authorization
Authorization.BlockingInterface, Authorization.Interface, Authorization.Stub
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck(com.google.protobuf.RpcController controller, CheckRequest request, com.google.protobuf.RpcCallback<CheckResponse> done)Performs authorization check based on the attributes associated with the incoming request, and returns status `OK` or not `OK`.com.google.protobuf.RpcChannelgetChannel()-
Methods inherited from class io.envoyproxy.envoy.service.auth.v2alpha.Authorization
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
-
-
-
-
Method Detail
-
getChannel
public com.google.protobuf.RpcChannel getChannel()
-
check
public void check(com.google.protobuf.RpcController controller, CheckRequest request, com.google.protobuf.RpcCallback<CheckResponse> done)Description copied from class:AuthorizationPerforms authorization check based on the attributes associated with the incoming request, and returns status `OK` or not `OK`.
rpc Check(.envoy.service.auth.v2.CheckRequest) returns (.envoy.service.auth.v2.CheckResponse);- Specified by:
checkin interfaceAuthorization.Interface- Specified by:
checkin classAuthorization
-
-