Uses of Class
io.helidon.security.integration.grpc.GrpcClientSecurity.Builder
-
Packages that use GrpcClientSecurity.Builder Package Description io.helidon.security.integration.grpc Integration library forGrpcServer
. -
-
Uses of GrpcClientSecurity.Builder in io.helidon.security.integration.grpc
Methods in io.helidon.security.integration.grpc that return GrpcClientSecurity.Builder Modifier and Type Method Description static GrpcClientSecurity.Builder
GrpcClientSecurity. builder(SecurityContext securityContext)
Obtain aGrpcClientSecurity
builder.static GrpcClientSecurity.Builder
GrpcClientSecurity. builder(ServerRequest req)
Obtain aGrpcClientSecurity
builder.GrpcClientSecurity.Builder
GrpcClientSecurity.Builder. property(String name, Object value)
Set a new property that may be used bySecurityProvider
s when creating the credentials to apply to the call.
-