Uses of Interface
io.helidon.webserver.security.SecurityHandlerConfig
Packages that use SecurityHandlerConfig
-
Uses of SecurityHandlerConfig in io.helidon.webserver.security
Classes in io.helidon.webserver.security with type parameters of type SecurityHandlerConfigModifier and TypeClassDescriptionstatic class
SecurityHandlerConfig.BuilderBase<BUILDER extends SecurityHandlerConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends SecurityHandlerConfig> Fluent API builder base forSecurityHandler
.Classes in io.helidon.webserver.security that implement SecurityHandlerConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.security that return SecurityHandlerConfigModifier and TypeMethodDescriptionSecurityHandlerConfig.Builder.buildPrototype()
static SecurityHandlerConfig
SecurityHandlerConfig.create()
Create a new instance with default values.static SecurityHandlerConfig
Create a new instance from configuration.SecurityHandler.prototype()
Methods in io.helidon.webserver.security with parameters of type SecurityHandlerConfigModifier and TypeMethodDescriptionSecurityHandlerConfig.builder
(SecurityHandlerConfig instance) Create a new fluent API builder from an existing instance.SecurityFeatureConfig.BuilderBase.defaults
(SecurityHandlerConfig defaultsConfig) The default security handler.SecurityHandlerConfig.BuilderBase.from
(SecurityHandlerConfig prototype) Update this builder from an existing prototype instance.PathsConfig.BuilderBase.handler
(SecurityHandlerConfig handlerConfig)