Class SecretServiceGrpc.SecretServiceImplBase
java.lang.Object
tech.justen.concord.goodwill.grpc.SecretServiceGrpc.SecretServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService,SecretServiceGrpc.AsyncService
- Direct Known Subclasses:
GrpcSecretService
- Enclosing class:
SecretServiceGrpc
public abstract static class SecretServiceGrpc.SecretServiceImplBase
extends Object
implements io.grpc.BindableService, SecretServiceGrpc.AsyncService
Base class for the server implementation of the service SecretService.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tech.justen.concord.goodwill.grpc.SecretServiceGrpc.AsyncService
createKeyPair, createSecretValue, createUsernamePassword, decryptString, deleteSecret, encryptString, exportAsFile, exportAsString, exportKeyPairAsFiles, generateKeyPair, getUsernamePassword, listAccessLevels, updateAccessLevels
-
Constructor Details
-
SecretServiceImplBase
public SecretServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-