Class GrpcClientSecurity.Builder
java.lang.Object
io.helidon.security.integration.grpc.GrpcClientSecurity.Builder
- All Implemented Interfaces:
Builder<GrpcClientSecurity.Builder,
,GrpcClientSecurity> Supplier<GrpcClientSecurity>
- Enclosing class:
- GrpcClientSecurity
public static final class GrpcClientSecurity.Builder
extends Object
implements Builder<GrpcClientSecurity.Builder,GrpcClientSecurity>
A builder of
GrpcClientSecurity
instances.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build the instance from this builder.Set a new property that may be used bySecurityProvider
s when creating the credentials to apply to the call.
-
Method Details
-
property
Set a new property that may be used bySecurityProvider
s when creating the credentials to apply to the call.- Parameters:
name
- property name.value
- (new) property value.null
value removes the property with the given name.- Returns:
- the updated builder.
-
build
Description copied from interface:Builder
Build the instance from this builder.- Specified by:
build
in interfaceBuilder<GrpcClientSecurity.Builder,
GrpcClientSecurity> - Returns:
- instance of the built type
-