Uses of Class
io.grpc.CallCredentials
-
Packages that use CallCredentials Package Description io.grpc The gRPC core public API.io.grpc.auth Implementations ofCallCredentialsand authentication related API.io.grpc.stub API for the Stub layer. -
-
Uses of CallCredentials in io.grpc
Subclasses of CallCredentials in io.grpc Modifier and Type Class Description classCompositeCallCredentialsUses multipleCallCredentialsas if they were one.Methods in io.grpc that return CallCredentials Modifier and Type Method Description CallCredentialsCompositeChannelCredentials. getCallCredentials()CallCredentialsCallOptions. getCredentials()Returns the call credentials.Methods in io.grpc with parameters of type CallCredentials Modifier and Type Method Description static ChannelCredentialsCompositeChannelCredentials. create(ChannelCredentials channelCreds, CallCredentials callCreds)CallOptionsCallOptions. withCallCredentials(CallCredentials credentials)Returns a newCallOptionswith the given call credentials.Constructors in io.grpc with parameters of type CallCredentials Constructor Description CompositeCallCredentials(CallCredentials creds1, CallCredentials creds2) -
Uses of CallCredentials in io.grpc.auth
Methods in io.grpc.auth that return CallCredentials Modifier and Type Method Description static CallCredentialsMoreCallCredentials. from(com.google.auth.Credentials creds)Converts a Google Auth LibraryCredentialstoCallCredentials. -
Uses of CallCredentials in io.grpc.stub
Methods in io.grpc.stub with parameters of type CallCredentials Modifier and Type Method Description SAbstractStub. withCallCredentials(CallCredentials credentials)Returns a new stub that uses the given call credentials.
-