| Class and Description |
|---|
| net.devh.boot.grpc.client.security.AuthenticatingClientInterceptors
Use the
CallCredentialsHelper or create the CallCredentials and StubTransformers
yourself. |
| Method and Description |
|---|
| net.devh.boot.grpc.client.security.AuthenticatingClientInterceptors.basicAuthInterceptor(String, String)
Use the (potentially) more secure
CallCredentials. |
| net.devh.boot.grpc.client.security.AuthenticatingClientInterceptors.bearerAuth(String)
Use
StubTransformers to set the credentials directly on AbstractStubs. |
| net.devh.boot.grpc.client.security.AuthenticatingClientInterceptors.callCredentialsInterceptor(CallCredentials)
Use
StubTransformers to set the credentials directly on AbstractStubs. |
| net.devh.boot.grpc.client.config.GrpcChannelProperties.setHost(List<String>) |
| net.devh.boot.grpc.client.config.GrpcChannelProperties.setHost(String) |
| net.devh.boot.grpc.client.config.GrpcChannelProperties.setPort(List<String>) |
| net.devh.boot.grpc.client.config.GrpcChannelProperties.setPort(String) |