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.
  • Constructor Details

    • RevocationConfigImpl

      protected RevocationConfigImpl(RevocationConfig.BuilderBase<?,?> builder)
      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

      public Optional<URI> ocspResponderUri()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object