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 voidTDIProperties. addPropertyStore(PropertyStoreConfig config)Adds a property store to the end of the list of TDI-P's list of property stores.voidTDIPropertiesMBean. addPropertyStore(PropertyStoreConfig config)Adds a property store to the end of the list of TDI-P's list of property stores.voidTDIProperties. insertPropertyStore(PropertyStoreConfig config, int atIndex)Inserts a connector interface at the given index.voidTDIPropertiesMBean. 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 voidTDIProperties. addPropertyStore(PropertyStoreConfig config)Adds a property store to the end of the list of TDI-P's list of property stores.voidTDIProperties. 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 voidTDIPropertiesImpl. addPropertyStore(PropertyStoreConfig config)Adds a property store to the end of the list of TDI-P's list of property stores.voidTDIPropertiesImpl. 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 voidTDIProperties. addPropertyStore(PropertyStoreConfig config)Adds a property store to the end of the list of TDI-P's list of property stores.voidTDIProperties. 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 voidTDIPropertiesImpl. addPropertyStore(PropertyStoreConfig config)Adds a property store to the end of the list of TDI-P's list of property stores.voidTDIPropertiesImpl. 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 classPropertyStoreConfigImplImplements the configuration for a single Property Store.Methods in com.ibm.di.config.base that return PropertyStoreConfig Modifier and Type Method Description PropertyStoreConfigPropertyManagerImpl. getDefaultPropertyStore()PropertyStoreConfigPropertyManagerImpl. getPasswordPropertyStore()PropertyStoreConfigPropertyManagerImpl. getPropertyStore(java.lang.String name)Methods in com.ibm.di.config.base with parameters of type PropertyStoreConfig Modifier and Type Method Description voidPropertyManagerImpl. addPropertyStore(PropertyStoreConfig psc)booleanPropertyManagerImpl. isStdStore(PropertyStoreConfig psc)Method determines if the Property Store Config passed in is as standard property store.voidPropertyManagerImpl. setDefaultPasswordStore(PropertyStoreConfig psc)voidPropertyManagerImpl. 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 PropertyStoreConfigPropertyManager. getDefaultPropertyStore()Returns the designated default property store.PropertyStoreConfigPropertyManager. getPasswordPropertyStore()Returns the designated password property store.PropertyStoreConfigPropertyManager. 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 voidPropertyManager. addPropertyStore(PropertyStoreConfig psc)Adds the property store config to the prop store collection.voidTDIProperties. addPropertyStore(PropertyStoreConfig config)Adds a property store to the end of the list of TDI-P's list of property stores.voidTDIProperties. insertPropertyStore(PropertyStoreConfig config, int atIndex)Inserts a connector interface at the given index.booleanPropertyManager. isStdStore(PropertyStoreConfig psc)Method determines if the Property Store Config passed in is as standard property store.voidPropertyManager. setDefaultPasswordStore(PropertyStoreConfig psc)Sets the default password storevoidPropertyManager. 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 PropertyStoreConfigPropertyStoreFactory. 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 voidPropertyStoreFactory. 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 ConnectorInterfaceSystemFunctions. loadConnector(PropertyStoreConfig psc)
-