Uses of Class
nl.lexemmens.podman.enumeration.TlsVerify
-
Packages that use TlsVerify Package Description nl.lexemmens.podman.config.podman nl.lexemmens.podman.enumeration -
-
Uses of TlsVerify in nl.lexemmens.podman.config.podman
Fields in nl.lexemmens.podman.config.podman declared as TlsVerify Modifier and Type Field Description protected TlsVerifyPodmanConfiguration. tlsVerifyWhether Podman should verify TLS/SSL certificates.Methods in nl.lexemmens.podman.config.podman that return TlsVerify Modifier and Type Method Description TlsVerifyPodmanConfiguration. getTlsVerify()Returns the value of the tlsVerify setting -
Uses of TlsVerify in nl.lexemmens.podman.enumeration
Methods in nl.lexemmens.podman.enumeration that return TlsVerify Modifier and Type Method Description static TlsVerifyTlsVerify. valueOf(String name)Returns the enum constant of this type with the specified name.static TlsVerify[]TlsVerify. values()Returns an array containing the constants of this enum type, in the order they are declared.
-