Uses of Class
io.helidon.webserver.security.SecurityHandlerConfig.Builder
Packages that use SecurityHandlerConfig.Builder
-
Uses of SecurityHandlerConfig.Builder in io.helidon.webserver.security
Methods in io.helidon.webserver.security that return SecurityHandlerConfig.BuilderModifier and TypeMethodDescriptionSecurityHandler.builder()
Create a new fluent API builder for security handler.SecurityHandlerConfig.builder()
Create a new fluent API builder to customize configuration.SecurityHandlerConfig.builder
(SecurityHandlerConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.webserver.security with type arguments of type SecurityHandlerConfig.BuilderModifier and TypeMethodDescriptionstatic SecurityHandler
SecurityHandler.create
(Consumer<SecurityHandlerConfig.Builder> consumer) Create a new instance, customizing its configuration.SecurityFeatureConfig.BuilderBase.defaults
(Consumer<SecurityHandlerConfig.Builder> consumer) The default security handler.PathsConfig.BuilderBase.handler
(Consumer<SecurityHandlerConfig.Builder> consumer)