Interface DevServicesOpenFGAConfig.Tls

Enclosing interface:
DevServicesOpenFGAConfig

public static interface DevServicesOpenFGAConfig.Tls
TLS configuration to use for the DevServices OpenFGA instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    Path to file containing a PEM encoded certificate to use for the DevServices OpenFGA instance.
    Path to file containing a PEM encoded private key to use for the DevServices OpenFGA instance.
  • Method Details

    • pemCertificatePath

      String pemCertificatePath()
      Path to file containing a PEM encoded certificate to use for the DevServices OpenFGA instance.
    • pemKeyPath

      String pemKeyPath()
      Path to file containing a PEM encoded private key to use for the DevServices OpenFGA instance.