Uses of Interface
io.helidon.webserver.security.SecurityHandlerConfig
-
Uses of SecurityHandlerConfig in io.helidon.webserver.security
Modifier and TypeClassDescriptionstatic class
SecurityHandlerConfig.BuilderBase<BUILDER extends SecurityHandlerConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends SecurityHandlerConfig> Fluent API builder base forSecurityHandler
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier 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()
Modifier 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)