Uses of Interface
io.helidon.common.tls.RevocationConfig
Packages that use RevocationConfig
- 
Uses of RevocationConfig in io.helidon.common.tlsClasses 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.Methods in io.helidon.common.tls that return RevocationConfigModifier and TypeMethodDescriptionRevocationConfig.Builder.build()RevocationConfig.Builder.buildPrototype()static RevocationConfigRevocationConfig.create()Create a new instance with default values.static RevocationConfigDeprecated.static RevocationConfigCreate a new instance from configuration.Methods in io.helidon.common.tls that return types with arguments of type RevocationConfigModifier and TypeMethodDescriptionTlsConfig.BuilderBase.revocation()Certificate revocation check configuration.TlsConfig.BuilderBase.TlsConfigImpl.revocation()TlsConfig.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.TlsConfig.BuilderBase.revocation(RevocationConfig revocation) Certificate revocation check configuration.
create(io.helidon.config.Config)