Package com.coreos.dex.api
Class DexGrpc.DexImplBase
java.lang.Object
com.coreos.dex.api.DexGrpc.DexImplBase
- All Implemented Interfaces:
DexGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- DexGrpc
public abstract static class DexGrpc.DexImplBase
extends Object
implements io.grpc.BindableService, DexGrpc.AsyncService
Base class for the server implementation of the service Dex.
Dex represents the dex gRPC service.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.coreos.dex.api.DexGrpc.AsyncService
createClient, createPassword, deleteClient, deletePassword, getClient, getVersion, listPasswords, listRefresh, revokeRefresh, updateClient, updatePassword, verifyPassword
-
Constructor Details
-
DexImplBase
public DexImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-