Uses of Class
io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
Packages that use SecurityHandlerConfig.BuilderBase
-
Uses of SecurityHandlerConfig.BuilderBase in io.helidon.webserver.security
Classes in io.helidon.webserver.security with type parameters of type SecurityHandlerConfig.BuilderBaseModifier and TypeClassDescriptionstatic classSecurityHandlerConfig.BuilderBase<BUILDER extends SecurityHandlerConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends SecurityHandlerConfig> Fluent API builder base forSecurityHandler.Subclasses of SecurityHandlerConfig.BuilderBase in io.helidon.webserver.securityMethods in io.helidon.webserver.security with parameters of type SecurityHandlerConfig.BuilderBaseModifier and TypeMethodDescriptionSecurityHandlerConfig.BuilderBase.from(SecurityHandlerConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webserver.security with parameters of type SecurityHandlerConfig.BuilderBaseModifierConstructorDescriptionprotectedSecurityHandlerConfigImpl(SecurityHandlerConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.