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 PropertyStore
PropertiesConnector. systemStore
ThePropertyStore
object. -
Uses of PropertyStore in com.ibm.di.store
Methods in com.ibm.di.store that return PropertyStore Modifier and Type Method Description static PropertyStore
StoreFactory. getDefaultPropertyStore()
Returns the default property store.static PropertyStore
StoreFactory. getPropertyStore(java.lang.String name)
Returns the PropertyStore identified by name.
-