Uses of Interface
com.ibm.di.config.interfaces.PropertyStoreConfig

Packages that use PropertyStoreConfig
com.ibm.di.api.jmx.mbeans Provides classes for the MBeans of the JMX layer. 
com.ibm.di.api.local Provides interfaces for managing the local session of the server API. 
com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local session of the server API. 
com.ibm.di.api.remote Provides interfaces for managing the remote session of the server API. 
com.ibm.di.api.remote.impl Provides implementations of the interfaces for managing the remote session of the server API. 
com.ibm.di.config.base Provides classes that implement the Tivoli Directory Integrator configuration model. 
com.ibm.di.config.interfaces Provides the interfaces for the Tivoli Directory Integrator configuration model. 
com.ibm.di.config.xml Provides classes that implement the reading and writing of the Tivoli Directory Integrator configuration components. 
com.ibm.di.function Provides useful functions for the Tivoli Directory Integrator. 
 

Uses of PropertyStoreConfig in com.ibm.di.api.jmx.mbeans
 

Methods in com.ibm.di.api.jmx.mbeans with parameters of type PropertyStoreConfig
 void TDIPropertiesMBean.addPropertyStore(PropertyStoreConfig config)
          Adds a property store to the end of the list of TDI-P's list of property stores.
 void TDIProperties.addPropertyStore(PropertyStoreConfig config)
          Adds a property store to the end of the list of TDI-P's list of property stores.
 void TDIPropertiesMBean.insertPropertyStore(PropertyStoreConfig config, int atIndex)
          Inserts a connector interface at the given index.
 void TDIProperties.insertPropertyStore(PropertyStoreConfig config, int atIndex)
          Inserts a connector interface at the given index.
 

Uses of PropertyStoreConfig in com.ibm.di.api.local
 

Methods in com.ibm.di.api.local with parameters of type PropertyStoreConfig
 void TDIProperties.addPropertyStore(PropertyStoreConfig config)
          Adds a property store to the end of the list of TDI-P's list of property stores.
 void TDIProperties.insertPropertyStore(PropertyStoreConfig config, int atIndex)
          Inserts a connector interface at the given index.
 

Uses of PropertyStoreConfig in com.ibm.di.api.local.impl
 

Methods in com.ibm.di.api.local.impl with parameters of type PropertyStoreConfig
 void TDIPropertiesImpl.addPropertyStore(PropertyStoreConfig config)
          Adds a property store to the end of the list of TDI-P's list of property stores.
 void TDIPropertiesImpl.insertPropertyStore(PropertyStoreConfig config, int atIndex)
          Inserts a connector interface at the given index.
 

Uses of PropertyStoreConfig in com.ibm.di.api.remote
 

Methods in com.ibm.di.api.remote with parameters of type PropertyStoreConfig
 void TDIProperties.addPropertyStore(PropertyStoreConfig config)
          Adds a property store to the end of the list of TDI-P's list of property stores.
 void TDIProperties.insertPropertyStore(PropertyStoreConfig config, int atIndex)
          Inserts a connector interface at the given index.
 

Uses of PropertyStoreConfig in com.ibm.di.api.remote.impl
 

Methods in com.ibm.di.api.remote.impl with parameters of type PropertyStoreConfig
 void TDIPropertiesImpl.addPropertyStore(PropertyStoreConfig config)
          Adds a property store to the end of the list of TDI-P's list of property stores.
 void TDIPropertiesImpl.insertPropertyStore(PropertyStoreConfig config, int atIndex)
          Inserts a connector interface at the given index.
 

Uses of PropertyStoreConfig in com.ibm.di.config.base
 

Classes in com.ibm.di.config.base that implement PropertyStoreConfig
 class PropertyStoreConfigImpl
          Implements the configuration for a single Property Store.
 

Methods in com.ibm.di.config.base that return PropertyStoreConfig
 PropertyStoreConfig PropertyManagerImpl.getDefaultPropertyStore()
           
 PropertyStoreConfig PropertyManagerImpl.getPasswordPropertyStore()
           
 PropertyStoreConfig PropertyManagerImpl.getPropertyStore(String name)
           
 

Methods in com.ibm.di.config.base with parameters of type PropertyStoreConfig
 void PropertyManagerImpl.addPropertyStore(PropertyStoreConfig psc)
           
 boolean PropertyManagerImpl.isStdStore(PropertyStoreConfig psc)
          Method determines if the Property Store Config passed in is as standard property store.
 void PropertyManagerImpl.setDefaultPasswordStore(PropertyStoreConfig psc)
           
 void PropertyManagerImpl.setDefaultPropertyStore(PropertyStoreConfig psc)
           
 

Uses of PropertyStoreConfig in com.ibm.di.config.interfaces
 

Methods in com.ibm.di.config.interfaces that return PropertyStoreConfig
 PropertyStoreConfig PropertyManager.getDefaultPropertyStore()
          Returns the designated default property store.
 PropertyStoreConfig PropertyManager.getPasswordPropertyStore()
          Returns the designated password property store.
 PropertyStoreConfig PropertyManager.getPropertyStore(String name)
          Returns the named PropertyStoreConfig.
 

Methods in com.ibm.di.config.interfaces with parameters of type PropertyStoreConfig
 void TDIProperties.addPropertyStore(PropertyStoreConfig config)
          Adds a property store to the end of the list of TDI-P's list of property stores.
 void PropertyManager.addPropertyStore(PropertyStoreConfig psc)
          Adds the property store config to the prop store collection.
 void TDIProperties.insertPropertyStore(PropertyStoreConfig config, int atIndex)
          Inserts a connector interface at the given index.
 boolean PropertyManager.isStdStore(PropertyStoreConfig psc)
          Method determines if the Property Store Config passed in is as standard property store.
 void PropertyManager.setDefaultPasswordStore(PropertyStoreConfig psc)
          Sets the default password store
 void PropertyManager.setDefaultPropertyStore(PropertyStoreConfig psc)
          Sets the default property store
 

Constructors in com.ibm.di.config.interfaces with parameters of type PropertyStoreConfig
TDIPropertyStore(PropertyStoreConfig psc)
          Constructor for the TDIPropertyStore object
TDIPropertyStore(PropertyStoreConfig psc, TDIProperties context)
          Constructor for the TDIPropertyStore object
 

Uses of PropertyStoreConfig in com.ibm.di.config.xml
 

Methods in com.ibm.di.config.xml that return PropertyStoreConfig
 PropertyStoreConfig PropertyStoreFactory.parse(PropertyManager pm, Element elem)
           
 

Methods in com.ibm.di.config.xml with parameters of type PropertyStoreConfig
 void PropertyStoreFactory.build(PropertyStoreConfig cc, Element elem)
           
 

Uses of PropertyStoreConfig in com.ibm.di.function
 

Methods in com.ibm.di.function with parameters of type PropertyStoreConfig
static ConnectorInterface SystemFunctions.loadConnector(PropertyStoreConfig psc)