Uses of Interface
com.ibm.di.config.interfaces.PropertyStoreConfig
-
Packages that use PropertyStoreConfig 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.base Provides classes that implement the Security Verify Directory Integrator configuration model.com.ibm.di.config.interfaces Provides the interfaces for the Security Verify Directory Integrator configuration model.com.ibm.di.config.xml Provides classes that implement the reading and writing of the Security Verify Directory Integrator configuration components.com.ibm.di.function Provides useful functions for the Security Verify 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 Modifier and Type Method Description 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. 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.void
TDIPropertiesMBean. 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
PropertyStoreConfigImpl
Implements the configuration for a single Property Store.Methods in com.ibm.di.config.base that return PropertyStoreConfig Modifier and Type Method Description PropertyStoreConfig
PropertyManagerImpl. getDefaultPropertyStore()
PropertyStoreConfig
PropertyManagerImpl. getPasswordPropertyStore()
PropertyStoreConfig
PropertyManagerImpl. getPropertyStore(java.lang.String name)
Methods in com.ibm.di.config.base with parameters of type PropertyStoreConfig Modifier and Type Method Description 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 Modifier and Type Method Description PropertyStoreConfig
PropertyManager. getDefaultPropertyStore()
Returns the designated default property store.PropertyStoreConfig
PropertyManager. getPasswordPropertyStore()
Returns the designated password property store.PropertyStoreConfig
PropertyManager. getPropertyStore(java.lang.String name)
Returns the named PropertyStoreConfig.Methods in com.ibm.di.config.interfaces with parameters of type PropertyStoreConfig Modifier and Type Method Description void
PropertyManager. addPropertyStore(PropertyStoreConfig psc)
Adds the property store config to the prop store collection.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.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 storevoid
PropertyManager. setDefaultPropertyStore(PropertyStoreConfig psc)
Sets the default property storeConstructors in com.ibm.di.config.interfaces with parameters of type PropertyStoreConfig Constructor Description TDIPropertyStore(PropertyStoreConfig psc)
Constructor for the TDIPropertyStore objectTDIPropertyStore(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 Modifier and Type Method Description PropertyStoreConfig
PropertyStoreFactory. parse(PropertyManager pm, org.w3c.dom.Element elem)
Methods in com.ibm.di.config.xml with parameters of type PropertyStoreConfig Modifier and Type Method Description void
PropertyStoreFactory. build(PropertyStoreConfig cc, org.w3c.dom.Element elem)
-
Uses of PropertyStoreConfig in com.ibm.di.function
Methods in com.ibm.di.function with parameters of type PropertyStoreConfig Modifier and Type Method Description static ConnectorInterface
SystemFunctions. loadConnector(PropertyStoreConfig psc)
-