Uses of Class
com.ibm.di.config.interfaces.TDIPropertyStore

Packages that use TDIPropertyStore
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.interfaces Provides the interfaces for the Tivoli Directory Integrator configuration model. 
 

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

Methods in com.ibm.di.api.jmx.mbeans that return TDIPropertyStore
 TDIPropertyStore TDIPropertiesMBean.getDefaultStore()
          Gets the default property store.
 TDIPropertyStore TDIProperties.getDefaultStore()
          Gets the default property store.
 TDIPropertyStore TDIPropertiesMBean.getPasswordStore()
          Returns the password store.
 TDIPropertyStore TDIProperties.getPasswordStore()
          Returns the password store.
 TDIPropertyStore TDIPropertiesMBean.getPropertyStore(String name)
          Returns the named property store.
 TDIPropertyStore TDIProperties.getPropertyStore(String name)
          Returns the named property store.
 TDIPropertyStore TDIPropertiesMBean.setProperty(String key, Object value)
          Sets the property in the property store chosen by TDIProperties.
 TDIPropertyStore TDIProperties.setProperty(String key, Object value)
          Sets the property in the property store chosen by TDIProperties.
 TDIPropertyStore TDIPropertiesMBean.setProperty(String key, Object value, boolean protect)
          Sets the property in the property store chosen by TDIProperties.
 TDIPropertyStore TDIProperties.setProperty(String key, Object value, boolean protect)
          Sets the property in the property store chosen by TDIProperties.
 

Methods in com.ibm.di.api.jmx.mbeans with parameters of type TDIPropertyStore
 void TDIPropertiesMBean.setDefaultStore(TDIPropertyStore defaultStore)
          Sets the default property store.
 void TDIProperties.setDefaultStore(TDIPropertyStore defaultStore)
          Sets the default property store.
 void TDIPropertiesMBean.setPasswordStore(TDIPropertyStore passwordStore)
          Sets the password store.
 void TDIProperties.setPasswordStore(TDIPropertyStore passwordStore)
          Sets the password store.
 

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

Methods in com.ibm.di.api.local that return TDIPropertyStore
 TDIPropertyStore TDIProperties.getDefaultStore()
          Returns the default property store.
 TDIPropertyStore TDIProperties.getPasswordStore()
          Returns the password store.
 TDIPropertyStore TDIProperties.getPropertyStore(String name)
          Returns the named property store.
 TDIPropertyStore TDIProperties.setProperty(String key, Object value)
          Sets the property in the property store chosen by TDIProperties.
 TDIPropertyStore TDIProperties.setProperty(String key, Object value, boolean protect)
          Sets the property in the property store chosen by TDIProperties.
 

Methods in com.ibm.di.api.local with parameters of type TDIPropertyStore
 void TDIProperties.setDefaultStore(TDIPropertyStore defaultStore)
          Sets the default property store.
 void TDIProperties.setPasswordStore(TDIPropertyStore passwordStore)
          Sets the password store.
 

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

Methods in com.ibm.di.api.local.impl that return TDIPropertyStore
 TDIPropertyStore TDIPropertiesImpl.getDefaultStore()
          Returns the default property store.
 TDIPropertyStore TDIPropertiesImpl.getPasswordStore()
          Returns the password store.
 TDIPropertyStore TDIPropertiesImpl.getPropertyStore(String name)
          Returns the named property store.
 TDIPropertyStore TDIPropertiesImpl.setProperty(String key, Object value)
          Sets the property in the property store chosen by TDIProperties.
 TDIPropertyStore TDIPropertiesImpl.setProperty(String key, Object value, boolean protect)
          Sets the property in the property store chosen by TDIProperties.
 

Methods in com.ibm.di.api.local.impl with parameters of type TDIPropertyStore
 void TDIPropertiesImpl.setDefaultStore(TDIPropertyStore defaultStore)
          Sets the default property store.
 void TDIPropertiesImpl.setPasswordStore(TDIPropertyStore passwordStore)
          Sets the password store.
 

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

Methods in com.ibm.di.api.remote that return TDIPropertyStore
 TDIPropertyStore TDIProperties.getDefaultStore()
          Returns the default property store.
 TDIPropertyStore TDIProperties.getPasswordStore()
          Returns the password store.
 TDIPropertyStore TDIProperties.getPropertyStore(String name)
          Returns the named property store.
 TDIPropertyStore TDIProperties.setProperty(String key, Object value)
          Sets the property in the property store chosen by TDIProperties.
 TDIPropertyStore TDIProperties.setProperty(String key, Object value, boolean protect)
          Sets the property in the property store chosen by TDIProperties.
 

Methods in com.ibm.di.api.remote with parameters of type TDIPropertyStore
 void TDIProperties.setDefaultStore(TDIPropertyStore defaultStore)
          Sets the default property store.
 void TDIProperties.setPasswordStore(TDIPropertyStore passwordStore)
          Sets the password store.
 

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

Methods in com.ibm.di.api.remote.impl that return TDIPropertyStore
 TDIPropertyStore TDIPropertiesImpl.getDefaultStore()
          Returns the default property store.
 TDIPropertyStore TDIPropertiesImpl.getPasswordStore()
          Returns the password store.
 TDIPropertyStore TDIPropertiesImpl.getPropertyStore(String name)
          Returns the named property store.
 TDIPropertyStore TDIPropertiesImpl.setProperty(String key, Object value)
          Sets the property in the property store chosen by TDIProperties.
 TDIPropertyStore TDIPropertiesImpl.setProperty(String key, Object value, boolean protect)
          Sets the property in the property store chosen by TDIProperties.
 

Methods in com.ibm.di.api.remote.impl with parameters of type TDIPropertyStore
 void TDIPropertiesImpl.setDefaultStore(TDIPropertyStore defaultStore)
          Sets the default property store.
 void TDIPropertiesImpl.setPasswordStore(TDIPropertyStore passwordStore)
          Sets the password store.
 

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

Fields in com.ibm.di.config.interfaces with type parameters of type TDIPropertyStore
protected  List<TDIPropertyStore> TDIProperties.stores
           
 

Methods in com.ibm.di.config.interfaces that return TDIPropertyStore
 TDIPropertyStore TDIProperties.getDefaultStore()
           
 TDIPropertyStore ExternalPropertiesDelegator.getNamedXP(String name)
          Deprecated. Returns the extern property config named name
 TDIPropertyStore TDIProperties.getPasswordStore()
           
 TDIPropertyStore TDIProperties.getPropertyStore(String name)
           
 TDIPropertyStore TDIProperties.setProperty(String key, Object value)
          Sets the property in the property store chosen by TDIProperties.
 TDIPropertyStore TDIProperties.setProperty(String key, Object value, boolean protect)
          Sets the property in the property store chosen by TDIProperties.
 

Methods in com.ibm.di.config.interfaces that return types with arguments of type TDIPropertyStore
protected  List<TDIPropertyStore> TDIProperties.selectStore(String key, boolean read)
          Returns the preferred store for a property key
 

Methods in com.ibm.di.config.interfaces with parameters of type TDIPropertyStore
 void TDIProperties.setDefaultStore(TDIPropertyStore defaultStore)
           
 void TDIProperties.setPasswordStore(TDIPropertyStore passwordStore)