Uses of Interface
be.personify.iam.scim.storage.Storage
-
Packages that use Storage Package Description be.personify.iam.scim.storage be.personify.iam.scim.storage.impl -
-
Uses of Storage in be.personify.iam.scim.storage
Methods in be.personify.iam.scim.storage that return Storage Modifier and Type Method Description StorageStorageImplementationFactory. getStorageImplementation(Schema schema)Gets the storage implementation -
Uses of Storage in be.personify.iam.scim.storage.impl
Classes in be.personify.iam.scim.storage.impl that implement Storage Modifier and Type Class Description classConnectorStorageclassCouchBaseStorageclassDatabaseConnectorStorageStorage implementation that stores data into a database using the personify connector frameworkclassLDAPConnectorStorageStorage implementation that stores data into a LDAP using the personify connector frameworkclassMemoryStorageSample storage implementation that stores data into a volatile memory storeclassMongoStorageclassOrientDBStorage
-