Uses of Class
org.teiid.mongodb.MongoDBConfiguration.SecurityType
-
-
Uses of MongoDBConfiguration.SecurityType in org.teiid.mongodb
Methods in org.teiid.mongodb that return MongoDBConfiguration.SecurityType Modifier and Type Method Description static MongoDBConfiguration.SecurityTypeMongoDBConfiguration.SecurityType. valueOf(String name)Returns the enum constant of this type with the specified name.static MongoDBConfiguration.SecurityType[]MongoDBConfiguration.SecurityType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-