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 bySecurityProviders when creating the credentials to apply to the call.
-
Method Details
-
property
Set a new property that may be used bySecurityProviders when creating the credentials to apply to the call.- Parameters:
name- property name.value- (new) property value.nullvalue removes the property with the given name.- Returns:
- the updated builder.
-
build
Description copied from interface:BuilderBuild the instance from this builder.- Specified by:
buildin interfaceBuilder<GrpcClientSecurity.Builder,GrpcClientSecurity> - Returns:
- instance of the built type
-