Package com.coreos.dex.api
Class DexGrpc
java.lang.Object
com.coreos.dex.api.DexGrpc
Dex represents the dex gRPC service.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDex represents the dex gRPC service.static final classA stub to allow clients to do limited synchronous rpc calls to service Dex.static final classA stub to allow clients to do synchronous rpc calls to service Dex.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service Dex.static classBase class for the server implementation of the service Dex.static final classA stub to allow clients to do asynchronous rpc calls to service Dex. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(DexGrpc.AsyncService service) static io.grpc.MethodDescriptor<DexOuterClass.CreateClientReq,DexOuterClass.CreateClientResp> static io.grpc.MethodDescriptor<DexOuterClass.CreatePasswordReq,DexOuterClass.CreatePasswordResp> static io.grpc.MethodDescriptor<DexOuterClass.DeleteClientReq,DexOuterClass.DeleteClientResp> static io.grpc.MethodDescriptor<DexOuterClass.DeletePasswordReq,DexOuterClass.DeletePasswordResp> static io.grpc.MethodDescriptor<DexOuterClass.GetClientReq,DexOuterClass.GetClientResp> static io.grpc.MethodDescriptor<DexOuterClass.VersionReq,DexOuterClass.VersionResp> static io.grpc.MethodDescriptor<DexOuterClass.ListPasswordReq,DexOuterClass.ListPasswordResp> static io.grpc.MethodDescriptor<DexOuterClass.ListRefreshReq,DexOuterClass.ListRefreshResp> static io.grpc.MethodDescriptor<DexOuterClass.RevokeRefreshReq,DexOuterClass.RevokeRefreshResp> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<DexOuterClass.UpdateClientReq,DexOuterClass.UpdateClientResp> static io.grpc.MethodDescriptor<DexOuterClass.UpdatePasswordReq,DexOuterClass.UpdatePasswordResp> static io.grpc.MethodDescriptor<DexOuterClass.VerifyPasswordReq,DexOuterClass.VerifyPasswordResp> static DexGrpc.DexBlockingStubnewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic DexGrpc.DexBlockingV2StubnewBlockingV2Stub(io.grpc.Channel channel) Creates a new blocking-style stub that supports all types of calls on the servicestatic DexGrpc.DexFutureStubnewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic DexGrpc.DexStubnewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getGetClientMethod
public static io.grpc.MethodDescriptor<DexOuterClass.GetClientReq,DexOuterClass.GetClientResp> getGetClientMethod() -
getCreateClientMethod
public static io.grpc.MethodDescriptor<DexOuterClass.CreateClientReq,DexOuterClass.CreateClientResp> getCreateClientMethod() -
getUpdateClientMethod
public static io.grpc.MethodDescriptor<DexOuterClass.UpdateClientReq,DexOuterClass.UpdateClientResp> getUpdateClientMethod() -
getDeleteClientMethod
public static io.grpc.MethodDescriptor<DexOuterClass.DeleteClientReq,DexOuterClass.DeleteClientResp> getDeleteClientMethod() -
getCreatePasswordMethod
public static io.grpc.MethodDescriptor<DexOuterClass.CreatePasswordReq,DexOuterClass.CreatePasswordResp> getCreatePasswordMethod() -
getUpdatePasswordMethod
public static io.grpc.MethodDescriptor<DexOuterClass.UpdatePasswordReq,DexOuterClass.UpdatePasswordResp> getUpdatePasswordMethod() -
getDeletePasswordMethod
public static io.grpc.MethodDescriptor<DexOuterClass.DeletePasswordReq,DexOuterClass.DeletePasswordResp> getDeletePasswordMethod() -
getListPasswordsMethod
public static io.grpc.MethodDescriptor<DexOuterClass.ListPasswordReq,DexOuterClass.ListPasswordResp> getListPasswordsMethod() -
getGetVersionMethod
public static io.grpc.MethodDescriptor<DexOuterClass.VersionReq,DexOuterClass.VersionResp> getGetVersionMethod() -
getListRefreshMethod
public static io.grpc.MethodDescriptor<DexOuterClass.ListRefreshReq,DexOuterClass.ListRefreshResp> getListRefreshMethod() -
getRevokeRefreshMethod
public static io.grpc.MethodDescriptor<DexOuterClass.RevokeRefreshReq,DexOuterClass.RevokeRefreshResp> getRevokeRefreshMethod() -
getVerifyPasswordMethod
public static io.grpc.MethodDescriptor<DexOuterClass.VerifyPasswordReq,DexOuterClass.VerifyPasswordResp> getVerifyPasswordMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingV2Stub
Creates a new blocking-style stub that supports all types of calls on the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-