Uses of Class
io.helidon.webserver.security.SecurityHandlerConfig.Builder
Packages that use SecurityHandlerConfig.Builder
-
Uses of SecurityHandlerConfig.Builder in io.helidon.webserver.security
Subclasses with type arguments of type SecurityHandlerConfig.Builder in io.helidon.webserver.securityClasses in io.helidon.webserver.security that implement interfaces with type arguments of type SecurityHandlerConfig.BuilderMethods 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 SecurityHandlerSecurityHandler.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) Security handler configuration for this protected path.