Uses of Interface
com.ibm.di.config.interfaces.ExposedProperty
-
Packages that use ExposedProperty Package Description 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. -
-
Uses of ExposedProperty in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement ExposedProperty Modifier and Type Class Description class
ExposedPropertyImpl
Implementation of ExposedProperty interface.Methods in com.ibm.di.config.base that return ExposedProperty Modifier and Type Method Description ExposedProperty
SolutionInterfaceImpl. addExposedProperty(java.lang.String propertyName, java.lang.String storeName)
ExposedProperty
SolutionInterfaceImpl. getExposedProperty(java.lang.String propertyName, java.lang.String storeName)
-
Uses of ExposedProperty in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return ExposedProperty Modifier and Type Method Description ExposedProperty
SolutionInterface. addExposedProperty(java.lang.String propertyName, java.lang.String storeName)
Convenience method to create an ExposedProperty object in the exposed properties container.ExposedProperty
SolutionInterface. getExposedProperty(java.lang.String propertyName, java.lang.String storeName)
Returns the ExposedProperty object using name and storename
-