Uses of Interface
io.helidon.webserver.security.SecurityHandlerConfig
Packages that use SecurityHandlerConfig
-
Uses of SecurityHandlerConfig in io.helidon.webserver.security
Classes in io.helidon.webserver.security with type parameters of type SecurityHandlerConfigModifier and TypeClassDescriptionstatic classSecurityHandlerConfig.BuilderBase<BUILDER extends SecurityHandlerConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends SecurityHandlerConfig> Fluent API builder base forSecurityHandler.Classes in io.helidon.webserver.security that implement SecurityHandlerConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.security that return SecurityHandlerConfigModifier and TypeMethodDescriptionSecurityHandlerConfig.Builder.buildPrototype()static SecurityHandlerConfigSecurityHandlerConfig.create()Create a new instance with default values.static SecurityHandlerConfigCreate a new instance from configuration.SecurityHandler.prototype()Methods in io.helidon.webserver.security with parameters of type SecurityHandlerConfigModifier 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)