Uses of Interface
io.helidon.webserver.security.PathsConfig
Packages that use PathsConfig
-
Uses of PathsConfig in io.helidon.webserver.security
Classes in io.helidon.webserver.security with type parameters of type PathsConfigModifier and TypeClassDescriptionstatic classPathsConfig.BuilderBase<BUILDER extends PathsConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends PathsConfig> Fluent API builder base forPathsConfig.Classes in io.helidon.webserver.security that implement PathsConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.security that return PathsConfigModifier and TypeMethodDescriptionPathsConfig.Builder.build()PathsConfig.Builder.buildPrototype()static PathsConfigPathsConfig.create()Create a new instance with default values.static PathsConfigCreate a new instance from configuration.Methods in io.helidon.webserver.security that return types with arguments of type PathsConfigModifier and TypeMethodDescriptionSecurityFeatureConfig.BuilderBase.paths()Configuration for webserver paths.SecurityFeatureConfig.BuilderBase.SecurityFeatureConfigImpl.paths()Methods in io.helidon.webserver.security with parameters of type PathsConfigModifier and TypeMethodDescriptionSecurityFeatureConfig.BuilderBase.addPath(PathsConfig path) Configuration for webserver paths.static PathsConfig.BuilderPathsConfig.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.Method parameters in io.helidon.webserver.security with type arguments of type PathsConfigModifier and TypeMethodDescriptionSecurityFeatureConfig.BuilderBase.addPaths(List<? extends PathsConfig> paths) Configuration for webserver paths.SecurityFeatureConfig.BuilderBase.paths(List<? extends PathsConfig> paths) Configuration for webserver paths.