Uses of Class
com.ibm.di.config.interfaces.TDIProperties
-
Packages that use TDIProperties Package Description com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local 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 TDIProperties in com.ibm.di.api.local.impl
Constructors in com.ibm.di.api.local.impl with parameters of type TDIProperties Constructor Description TDIPropertiesImpl(TDIProperties aTDIProperties, SessionImpl aSession)Constructor -
Uses of TDIProperties in com.ibm.di.config.base
Methods in com.ibm.di.config.base that return TDIProperties Modifier and Type Method Description TDIPropertiesMetamergeConfigImpl. getTDIProperties()This method returns the associated TDIProperties object -
Uses of TDIProperties in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return TDIProperties Modifier and Type Method Description TDIPropertiesExternalPropertiesDelegator. getEPObjects()Deprecated.TDIPropertiesMetamergeConfig. getTDIProperties()This method returns the associated TDIProperties objectprotected TDIPropertiesTDIProperties. selectTDIProperties(java.lang.String key, TDIProperties defaultProps)Returns the TDIProperties object associated with the key.Methods in com.ibm.di.config.interfaces with parameters of type TDIProperties Modifier and Type Method Description voidTDIPropertyStore. initialize(TDIProperties context)Initializes data structures.protected TDIPropertiesTDIProperties. selectTDIProperties(java.lang.String key, TDIProperties defaultProps)Returns the TDIProperties object associated with the key.Constructors in com.ibm.di.config.interfaces with parameters of type TDIProperties Constructor Description TDIPropertyStore(PropertyStoreConfig psc, TDIProperties context)Constructor for the TDIPropertyStore object -
Uses of TDIProperties in com.ibm.di.config.xml
Methods in com.ibm.di.config.xml that return TDIProperties Modifier and Type Method Description TDIPropertiesMetamergeConfigFS. getTDIProperties()Deprecated.This method returns the associated TDIProperties object -
Uses of TDIProperties in com.ibm.di.function
Methods in com.ibm.di.function that return TDIProperties Modifier and Type Method Description TDIPropertiesUserFunctions. getTDIProperties()Returns the TDIProperties object for the current configuration
-