Uses of Class
com.ibm.di.config.interfaces.TDIPropertyStore
-
Packages that use TDIPropertyStore Package Description 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 Security Verify 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 Modifier and Type Method Description TDIPropertyStore
TDIProperties. getDefaultStore()
Gets the default property store.TDIPropertyStore
TDIPropertiesMBean. getDefaultStore()
Gets the default property store.TDIPropertyStore
TDIProperties. getPasswordStore()
Returns the password store.TDIPropertyStore
TDIPropertiesMBean. getPasswordStore()
Returns the password store.TDIPropertyStore
TDIProperties. getPropertyStore(java.lang.String name)
Returns the named property store.TDIPropertyStore
TDIPropertiesMBean. getPropertyStore(java.lang.String name)
Returns the named property store.TDIPropertyStore
TDIProperties. setProperty(java.lang.String key, java.lang.Object value)
Sets the property in the property store chosen by TDIProperties.TDIPropertyStore
TDIProperties. setProperty(java.lang.String key, java.lang.Object value, boolean protect)
Sets the property in the property store chosen by TDIProperties.TDIPropertyStore
TDIPropertiesMBean. setProperty(java.lang.String key, java.lang.Object value)
Sets the property in the property store chosen by TDIProperties.TDIPropertyStore
TDIPropertiesMBean. setProperty(java.lang.String key, java.lang.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 Modifier and Type Method Description void
TDIProperties. setDefaultStore(TDIPropertyStore defaultStore)
Sets the default property store.void
TDIPropertiesMBean. setDefaultStore(TDIPropertyStore defaultStore)
Sets the default property store.void
TDIProperties. setPasswordStore(TDIPropertyStore passwordStore)
Sets the password store.void
TDIPropertiesMBean. 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 Modifier and Type Method Description TDIPropertyStore
TDIProperties. getDefaultStore()
Returns the default property store.TDIPropertyStore
TDIProperties. getPasswordStore()
Returns the password store.TDIPropertyStore
TDIProperties. getPropertyStore(java.lang.String name)
Returns the named property store.TDIPropertyStore
TDIProperties. setProperty(java.lang.String key, java.lang.Object value)
Sets the property in the property store chosen by TDIProperties.TDIPropertyStore
TDIProperties. setProperty(java.lang.String key, java.lang.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 Modifier and Type Method Description 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 Modifier and Type Method Description TDIPropertyStore
TDIPropertiesImpl. getDefaultStore()
Returns the default property store.TDIPropertyStore
TDIPropertiesImpl. getPasswordStore()
Returns the password store.TDIPropertyStore
TDIPropertiesImpl. getPropertyStore(java.lang.String name)
Returns the named property store.TDIPropertyStore
TDIPropertiesImpl. setProperty(java.lang.String key, java.lang.Object value)
Sets the property in the property store chosen by TDIProperties.TDIPropertyStore
TDIPropertiesImpl. setProperty(java.lang.String key, java.lang.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 Modifier and Type Method Description 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 Modifier and Type Method Description TDIPropertyStore
TDIProperties. getDefaultStore()
Returns the default property store.TDIPropertyStore
TDIProperties. getPasswordStore()
Returns the password store.TDIPropertyStore
TDIProperties. getPropertyStore(java.lang.String name)
Returns the named property store.TDIPropertyStore
TDIProperties. setProperty(java.lang.String key, java.lang.Object value)
Sets the property in the property store chosen by TDIProperties.TDIPropertyStore
TDIProperties. setProperty(java.lang.String key, java.lang.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 Modifier and Type Method Description 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 Modifier and Type Method Description TDIPropertyStore
TDIPropertiesImpl. getDefaultStore()
Returns the default property store.TDIPropertyStore
TDIPropertiesImpl. getPasswordStore()
Returns the password store.TDIPropertyStore
TDIPropertiesImpl. getPropertyStore(java.lang.String name)
Returns the named property store.TDIPropertyStore
TDIPropertiesImpl. setProperty(java.lang.String key, java.lang.Object value)
Sets the property in the property store chosen by TDIProperties.TDIPropertyStore
TDIPropertiesImpl. setProperty(java.lang.String key, java.lang.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 Modifier and Type Method Description 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 Modifier and Type Field Description protected java.util.List<TDIPropertyStore>
TDIProperties. stores
Methods in com.ibm.di.config.interfaces that return TDIPropertyStore Modifier and Type Method Description TDIPropertyStore
TDIProperties. getDefaultStore()
TDIPropertyStore
ExternalPropertiesDelegator. getNamedXP(java.lang.String name)
Deprecated.Returns the extern property config named name >TDIPropertyStore
TDIProperties. getPasswordStore()
TDIPropertyStore
TDIProperties. getPropertyStore(java.lang.String name)
TDIPropertyStore
TDIProperties. setProperty(java.lang.String key, java.lang.Object value)
Sets the property in the property store chosen by TDIProperties.TDIPropertyStore
TDIProperties. setProperty(java.lang.String key, java.lang.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 Modifier and Type Method Description protected java.util.List<TDIPropertyStore>
TDIProperties. selectStore(java.lang.String key, boolean read)
Returns the preferred store for a property keyMethods in com.ibm.di.config.interfaces with parameters of type TDIPropertyStore Modifier and Type Method Description void
TDIProperties. setDefaultStore(TDIPropertyStore defaultStore)
void
TDIProperties. setPasswordStore(TDIPropertyStore passwordStore)
-