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.Subclasses with type arguments of type PathsConfig in io.helidon.webserver.securityClasses in io.helidon.webserver.security that implement interfaces with type arguments of type PathsConfigMethods in io.helidon.webserver.security that return PathsConfigModifier and TypeMethodDescriptionPathsConfig.Builder.build()Create an instance from this builder.PathsConfig.Builder.buildPrototype()Create an instance of the prototype.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()SecurityFeatureConfig.paths()Configuration for webserver 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.