Class SecretServiceGrpc.SecretServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<SecretServiceGrpc.SecretServiceBlockingStub>
io.grpc.stub.AbstractBlockingStub<SecretServiceGrpc.SecretServiceBlockingStub>
tech.justen.concord.goodwill.grpc.SecretServiceGrpc.SecretServiceBlockingStub
- Enclosing class:
SecretServiceGrpc
public static final class SecretServiceGrpc.SecretServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<SecretServiceGrpc.SecretServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service SecretService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) decryptString(SecretsProto.SecretString request) generateKeyPair(SecretsProto.SecretParams request) listAccessLevels(SecretsProto.SecretRef request) Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected SecretServiceGrpc.SecretServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<SecretServiceGrpc.SecretServiceBlockingStub>
-
createKeyPair
-
generateKeyPair
-
createUsernamePassword
public SecretsProto.CreateSecretResponse createUsernamePassword(SecretsProto.CreateUsernamePasswordRequest request) -
createSecretValue
public SecretsProto.CreateSecretResponse createSecretValue(SecretsProto.CreateSecretValueRequest request) -
deleteSecret
-
updateAccessLevels
public SecretsProto.SecretResponse updateAccessLevels(SecretsProto.UpdateSecretAccessRequest request) -
listAccessLevels
-
exportKeyPairAsFiles
-
getUsernamePassword
-
exportAsFile
-
exportAsString
-
decryptString
-
encryptString
-