Uses of Class
com.ibm.di.store.PropertyStore
-
Packages that use PropertyStore Package Description com.ibm.di.connector Provides classes for the Directory Integrator's connectors.com.ibm.di.store Provides classes for the Security Verify Directory Integrator system store. -
-
Uses of PropertyStore in com.ibm.di.connector
Fields in com.ibm.di.connector declared as PropertyStore Modifier and Type Field Description protected PropertyStorePropertiesConnector. systemStoreThePropertyStoreobject. -
Uses of PropertyStore in com.ibm.di.store
Methods in com.ibm.di.store that return PropertyStore Modifier and Type Method Description static PropertyStoreStoreFactory. getDefaultPropertyStore()Returns the default property store.static PropertyStoreStoreFactory. getPropertyStore(java.lang.String name)Returns the PropertyStore identified by name.
-