| Package | Description |
|---|---|
| io.cellery.security.cell.sts.server.core.generated.envoy.service.auth.v2alpha | |
| io.cellery.security.cell.sts.server.core.service |
| Modifier and Type | Method and Description |
|---|---|
ExternalAuth.CheckRequest |
ExternalAuth.CheckRequest.Builder.build() |
ExternalAuth.CheckRequest |
ExternalAuth.CheckRequest.Builder.buildPartial() |
static ExternalAuth.CheckRequest |
ExternalAuth.CheckRequest.getDefaultInstance() |
ExternalAuth.CheckRequest |
ExternalAuth.CheckRequest.getDefaultInstanceForType() |
ExternalAuth.CheckRequest |
ExternalAuth.CheckRequest.Builder.getDefaultInstanceForType() |
static ExternalAuth.CheckRequest |
ExternalAuth.CheckRequest.parseDelimitedFrom(InputStream input) |
static ExternalAuth.CheckRequest |
ExternalAuth.CheckRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExternalAuth.CheckRequest |
ExternalAuth.CheckRequest.parseFrom(byte[] data) |
static ExternalAuth.CheckRequest |
ExternalAuth.CheckRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExternalAuth.CheckRequest |
ExternalAuth.CheckRequest.parseFrom(ByteBuffer data) |
static ExternalAuth.CheckRequest |
ExternalAuth.CheckRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExternalAuth.CheckRequest |
ExternalAuth.CheckRequest.parseFrom(com.google.protobuf.ByteString data) |
static ExternalAuth.CheckRequest |
ExternalAuth.CheckRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExternalAuth.CheckRequest |
ExternalAuth.CheckRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ExternalAuth.CheckRequest |
ExternalAuth.CheckRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExternalAuth.CheckRequest |
ExternalAuth.CheckRequest.parseFrom(InputStream input) |
static ExternalAuth.CheckRequest |
ExternalAuth.CheckRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<ExternalAuth.CheckRequest,ExternalAuth.CheckResponse> |
AuthorizationGrpc.getCheckMethod() |
com.google.protobuf.Parser<ExternalAuth.CheckRequest> |
ExternalAuth.CheckRequest.getParserForType() |
static com.google.protobuf.Parser<ExternalAuth.CheckRequest> |
ExternalAuth.CheckRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
ExternalAuth.CheckResponse |
AuthorizationGrpc.AuthorizationBlockingStub.check(ExternalAuth.CheckRequest request)
Performs authorization check based on the attributes associated with the
incoming request, and returns status `OK` or not `OK`.
|
com.google.common.util.concurrent.ListenableFuture<ExternalAuth.CheckResponse> |
AuthorizationGrpc.AuthorizationFutureStub.check(ExternalAuth.CheckRequest request)
Performs authorization check based on the attributes associated with the
incoming request, and returns status `OK` or not `OK`.
|
void |
AuthorizationGrpc.AuthorizationImplBase.check(ExternalAuth.CheckRequest request,
io.grpc.stub.StreamObserver<ExternalAuth.CheckResponse> responseObserver)
Performs authorization check based on the attributes associated with the
incoming request, and returns status `OK` or not `OK`.
|
void |
AuthorizationGrpc.AuthorizationStub.check(ExternalAuth.CheckRequest request,
io.grpc.stub.StreamObserver<ExternalAuth.CheckResponse> responseObserver)
Performs authorization check based on the attributes associated with the
incoming request, and returns status `OK` or not `OK`.
|
ExternalAuth.CheckResponse |
ExternalAuth.Authorization.BlockingInterface.check(com.google.protobuf.RpcController controller,
ExternalAuth.CheckRequest request) |
abstract void |
ExternalAuth.Authorization.check(com.google.protobuf.RpcController controller,
ExternalAuth.CheckRequest request,
com.google.protobuf.RpcCallback<ExternalAuth.CheckResponse> done)
Performs authorization check based on the attributes associated with the
incoming request, and returns status `OK` or not `OK`.
|
void |
ExternalAuth.Authorization.Interface.check(com.google.protobuf.RpcController controller,
ExternalAuth.CheckRequest request,
com.google.protobuf.RpcCallback<ExternalAuth.CheckResponse> done)
Performs authorization check based on the attributes associated with the
incoming request, and returns status `OK` or not `OK`.
|
void |
ExternalAuth.Authorization.Stub.check(com.google.protobuf.RpcController controller,
ExternalAuth.CheckRequest request,
com.google.protobuf.RpcCallback<ExternalAuth.CheckResponse> done) |
ExternalAuth.CheckRequest.Builder |
ExternalAuth.CheckRequest.Builder.mergeFrom(ExternalAuth.CheckRequest other) |
static ExternalAuth.CheckRequest.Builder |
ExternalAuth.CheckRequest.newBuilder(ExternalAuth.CheckRequest prototype) |
| Modifier and Type | Method and Description |
|---|---|
protected CellStsRequest |
CelleryCellInterceptorService.buildCellStsRequest(ExternalAuth.CheckRequest requestFromProxy) |
protected CellStsRequest |
CelleryGWInboundInterceptorService.buildCellStsRequest(ExternalAuth.CheckRequest requestFromProxy) |
void |
CelleryCellInterceptorService.check(ExternalAuth.CheckRequest requestFromProxy,
io.grpc.stub.StreamObserver<ExternalAuth.CheckResponse> responseObserver) |
protected CellStsRequest.CellStsRequestBuilder |
CelleryCellInterceptorService.getCellStsRequestBuilder(ExternalAuth.CheckRequest requestFromProxy) |
Copyright © 2019 WSO2. All rights reserved.