Uses of Class
io.gravitee.discovery.consul.configuration.TrustStoreType
-
Packages that use TrustStoreType Package Description io.gravitee.discovery.consul.configuration -
-
Uses of TrustStoreType in io.gravitee.discovery.consul.configuration
Methods in io.gravitee.discovery.consul.configuration that return TrustStoreType Modifier and Type Method Description TrustStoreTypeConsulServiceDiscoveryConfiguration. getTrustStoreType()static TrustStoreTypeTrustStoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrustStoreType[]TrustStoreType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.gravitee.discovery.consul.configuration with parameters of type TrustStoreType Modifier and Type Method Description voidConsulServiceDiscoveryConfiguration. setTrustStoreType(TrustStoreType trustStoreType)
-