Uses of Class
com.graphdbapi.driver.v1.Config.TrustStrategy.Strategy
-
Packages that use Config.TrustStrategy.Strategy Package Description com.graphdbapi.driver.v1 -
-
Uses of Config.TrustStrategy.Strategy in com.graphdbapi.driver.v1
Methods in com.graphdbapi.driver.v1 that return Config.TrustStrategy.Strategy Modifier and Type Method Description Config.TrustStrategy.StrategyConfig.TrustStrategy. strategy()Deprecated.返回所需的策略类型。static Config.TrustStrategy.StrategyConfig.TrustStrategy.Strategy. valueOf(String name)Returns the enum constant of this type with the specified name.static Config.TrustStrategy.Strategy[]Config.TrustStrategy.Strategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-