Uses of Class
io.helidon.webserver.security.PathsConfig.Builder
Packages that use PathsConfig.Builder
-
Uses of PathsConfig.Builder in io.helidon.webserver.security
Subclasses with type arguments of type PathsConfig.Builder in io.helidon.webserver.securityClasses in io.helidon.webserver.security that implement interfaces with type arguments of type PathsConfig.BuilderMethods in io.helidon.webserver.security that return PathsConfig.BuilderModifier and TypeMethodDescriptionstatic PathsConfig.BuilderPathsConfig.builder()Create a new fluent API builder to customize configuration.static PathsConfig.BuilderPathsConfig.builder(PathsConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.webserver.security with type arguments of type PathsConfig.BuilderModifier and TypeMethodDescriptionSecurityFeatureConfig.BuilderBase.addPath(Consumer<PathsConfig.Builder> consumer) Configuration for webserver paths.