Uses of Interface
io.helidon.webserver.security.PathsConfig
-
Uses of PathsConfig in io.helidon.webserver.security
Modifier and TypeClassDescriptionstatic class
PathsConfig.BuilderBase<BUILDER extends PathsConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends PathsConfig> Fluent API builder base forPathsConfig
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionPathsConfig.Builder.build()
PathsConfig.Builder.buildPrototype()
static PathsConfig
PathsConfig.create()
Create a new instance with default values.static PathsConfig
Create a new instance from configuration.Modifier and TypeMethodDescriptionSecurityFeatureConfig.BuilderBase.paths()
Configuration for webserver paths.SecurityFeatureConfig.BuilderBase.SecurityFeatureConfigImpl.paths()
Modifier and TypeMethodDescriptionSecurityFeatureConfig.BuilderBase.addPath
(PathsConfig path) Configuration for webserver paths.static PathsConfig.Builder
PathsConfig.builder
(PathsConfig instance) Create a new fluent API builder from an existing instance.PathsConfig.BuilderBase.from
(PathsConfig prototype) Update this builder from an existing prototype instance.Modifier and TypeMethodDescriptionSecurityFeatureConfig.BuilderBase.addPaths
(List<? extends PathsConfig> paths) Configuration for webserver paths.SecurityFeatureConfig.BuilderBase.paths
(List<? extends PathsConfig> paths) Configuration for webserver paths.