Package io.deephaven.proto.auth.grpc
Class AuthApiGrpc
java.lang.Object
io.deephaven.proto.auth.grpc.AuthApiGrpc
@Generated(value="by gRPC proto compiler (version 1.46.0)",
comments="Source: deephaven_enterprise/proto/auth_service.proto")
public final class AuthApiGrpc
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
static class
static final class
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic io.deephaven.shadow.core.io.grpc.MethodDescriptor<AuthenticateByCookieRequest,
AuthenticateByCookieResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<AuthenticateByDelegateTokenRequest,
AuthenticateByDelegateTokenResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<AuthenticateByExternalRequest,
AuthenticateByExternalResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<AuthenticateByPasswordRequest,
AuthenticateByPasswordResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<AuthenticateByPublicKeyRequest,
AuthenticateByPublicKeyResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<GetNonceRequest,
GetNonceResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<GetTokenAsRequest,
GetTokenAsResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<GetTokenRequest,
GetTokenResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<InvalidateCookieRequest,
InvalidateCookieResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<PingRequest,
PingResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<RefreshCookieRequest,
RefreshCookieResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<ReloadRequest,
ReloadResponse> static io.deephaven.shadow.core.io.grpc.ServiceDescriptor
static io.deephaven.shadow.core.io.grpc.MethodDescriptor<VerifyChallengeRequest,
VerifyChallengeResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<VerifyTokenRequest,
VerifyTokenResponse> newBlockingStub
(io.deephaven.shadow.core.io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub
(io.deephaven.shadow.core.io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AuthApiGrpc.AuthApiStub
newStub
(io.deephaven.shadow.core.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
-
getPingMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<PingRequest,PingResponse> getPingMethod() -
getAuthenticateByPasswordMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<AuthenticateByPasswordRequest,AuthenticateByPasswordResponse> getAuthenticateByPasswordMethod() -
getAuthenticateByPublicKeyMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<AuthenticateByPublicKeyRequest,AuthenticateByPublicKeyResponse> getAuthenticateByPublicKeyMethod() -
getAuthenticateByDelegateTokenMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<AuthenticateByDelegateTokenRequest,AuthenticateByDelegateTokenResponse> getAuthenticateByDelegateTokenMethod() -
getAuthenticateByExternalMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<AuthenticateByExternalRequest,AuthenticateByExternalResponse> getAuthenticateByExternalMethod() -
getAuthenticateByCookieMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<AuthenticateByCookieRequest,AuthenticateByCookieResponse> getAuthenticateByCookieMethod() -
getRefreshCookieMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<RefreshCookieRequest,RefreshCookieResponse> getRefreshCookieMethod() -
getInvalidateCookieMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<InvalidateCookieRequest,InvalidateCookieResponse> getInvalidateCookieMethod() -
getGetNonceMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<GetNonceRequest,GetNonceResponse> getGetNonceMethod() -
getGetTokenMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<GetTokenRequest,GetTokenResponse> getGetTokenMethod() -
getGetTokenAsMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<GetTokenAsRequest,GetTokenAsResponse> getGetTokenAsMethod() -
getVerifyTokenMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<VerifyTokenRequest,VerifyTokenResponse> getVerifyTokenMethod() -
getReloadMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<ReloadRequest,ReloadResponse> getReloadMethod() -
getVerifyChallengeMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<VerifyChallengeRequest,VerifyChallengeResponse> getVerifyChallengeMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static AuthApiGrpc.AuthApiBlockingStub newBlockingStub(io.deephaven.shadow.core.io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static AuthApiGrpc.AuthApiFutureStub newFutureStub(io.deephaven.shadow.core.io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.deephaven.shadow.core.io.grpc.ServiceDescriptor getServiceDescriptor()
-