Uses of Class
io.helidon.common.tls.RevocationConfig.BuilderBase
Packages that use RevocationConfig.BuilderBase
-
Uses of RevocationConfig.BuilderBase in io.helidon.common.tls
Classes in io.helidon.common.tls with type parameters of type RevocationConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
RevocationConfig.BuilderBase<BUILDER extends RevocationConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends RevocationConfig> Fluent API builder base forRevocationConfig
.Subclasses of RevocationConfig.BuilderBase in io.helidon.common.tlsMethods in io.helidon.common.tls with parameters of type RevocationConfig.BuilderBaseModifier and TypeMethodDescriptionRevocationConfig.BuilderBase.from
(RevocationConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.common.tls with parameters of type RevocationConfig.BuilderBaseModifierConstructorDescriptionprotected
RevocationConfigImpl
(RevocationConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.