Uses of Interface
io.helidon.common.tls.RevocationConfig
Packages that use RevocationConfig
-
Uses of RevocationConfig in io.helidon.common.tls
Classes in io.helidon.common.tls with type parameters of type RevocationConfigModifier and TypeClassDescriptionstatic classRevocationConfig.BuilderBase<BUILDER extends RevocationConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends RevocationConfig>Fluent API builder base forRevocationConfig.Classes in io.helidon.common.tls that implement RevocationConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type RevocationConfig in io.helidon.common.tlsClasses in io.helidon.common.tls that implement interfaces with type arguments of type RevocationConfigMethods in io.helidon.common.tls that return RevocationConfigModifier and TypeMethodDescriptionRevocationConfig.Builder.build()Create an instance from this builder.RevocationConfig.Builder.buildPrototype()Create an instance of the prototype.static RevocationConfigRevocationConfig.create()Create a new instance with default values.static RevocationConfigCreate a new instance from configuration.Methods in io.helidon.common.tls that return types with arguments of type RevocationConfigModifier and TypeMethodDescriptionTlsMaterial.BuilderBase.revocation()Certificate revocation check configuration.TlsMaterial.BuilderBase.TlsMaterialImpl.revocation()TlsMaterial.revocation()Certificate revocation check configuration.Methods in io.helidon.common.tls with parameters of type RevocationConfigModifier and TypeMethodDescriptionstatic RevocationConfig.BuilderRevocationConfig.builder(RevocationConfig instance) Create a new fluent API builder from an existing instance.RevocationConfig.BuilderBase.from(RevocationConfig prototype) Update this builder from an existing prototype instance.TlsMaterial.BuilderBase.revocation(RevocationConfig revocation) Certificate revocation check configuration.Method parameters in io.helidon.common.tls with type arguments of type RevocationConfigModifier and TypeMethodDescriptionTlsMaterial.BuilderBase.revocation(Supplier<? extends RevocationConfig> supplier) Certificate revocation check configuration.