Module io.helidon.common.tls
Package io.helidon.common.tls
Class RevocationConfig.BuilderBase.RevocationConfigImpl
java.lang.Object
io.helidon.common.tls.RevocationConfig.BuilderBase.RevocationConfigImpl
- All Implemented Interfaces:
Prototype.Api
,RevocationConfig
- Enclosing class:
RevocationConfig.BuilderBase<BUILDER extends RevocationConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends RevocationConfig>
protected static class RevocationConfig.BuilderBase.RevocationConfigImpl
extends Object
implements RevocationConfig
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.common.tls.RevocationConfig
RevocationConfig.Builder, RevocationConfig.BuilderBase<BUILDER extends RevocationConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends RevocationConfig> -
Constructor Summary
ModifierConstructorDescriptionprotected
RevocationConfigImpl
(RevocationConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
RevocationConfigImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
enabled
public boolean enabled() -
preferCrlOverOcsp
public boolean preferCrlOverOcsp() -
checkOnlyEndEntity
public boolean checkOnlyEndEntity() -
fallbackEnabled
public boolean fallbackEnabled() -
softFailEnabled
public boolean softFailEnabled() -
ocspResponderUri
-
toString
-
equals
-
hashCode
public int hashCode()
-