Class and Description |
---|
net.devh.boot.grpc.client.security.AuthenticatingClientInterceptors
Use the
CallCredentialsHelper or create the CallCredentials and StubTransformer s
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
StubTransformer s to set the credentials directly on AbstractStub s. |
net.devh.boot.grpc.client.security.AuthenticatingClientInterceptors.callCredentialsInterceptor(CallCredentials)
Use
StubTransformer s to set the credentials directly on AbstractStub s. |
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) |