Uses of Interface
io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig
Packages that use GrpcSecurityHandlerConfig
-
Uses of GrpcSecurityHandlerConfig in io.helidon.webserver.grpc.security
Classes in io.helidon.webserver.grpc.security with type parameters of type GrpcSecurityHandlerConfigModifier and TypeClassDescriptionstatic classGrpcSecurityHandlerConfig.BuilderBase<BUILDER extends GrpcSecurityHandlerConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends GrpcSecurityHandlerConfig> Fluent API builder base forGrpcSecurityHandlerConfig.Classes in io.helidon.webserver.grpc.security that implement GrpcSecurityHandlerConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.grpc.security that return GrpcSecurityHandlerConfigModifier and TypeMethodDescriptionGrpcSecurityHandlerConfig.Builder.buildPrototype()static GrpcSecurityHandlerConfigGrpcSecurityHandlerConfig.create()Create a new instance with default values.static GrpcSecurityHandlerConfigDeprecated.static GrpcSecurityHandlerConfigCreate a new instance from configuration.GrpcSecurityHandler.prototype()Methods in io.helidon.webserver.grpc.security with parameters of type GrpcSecurityHandlerConfigModifier and TypeMethodDescriptionGrpcSecurityHandlerConfig.builder(GrpcSecurityHandlerConfig instance) Create a new fluent API builder from an existing instance.GrpcSecurityConfig.BuilderBase.defaults(GrpcSecurityHandlerConfig defaults) Default gRPC security handler.GrpcSecurityServiceConfig.BuilderBase.defaults(GrpcSecurityHandlerConfig defaults) Default security handler for this gRPC service.GrpcSecurityHandlerConfig.BuilderBase.from(GrpcSecurityHandlerConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)