public interface PropertyResolver<V>
| Modifier and Type | Method and Description |
|---|---|
V |
resolveProperty(Object configurationType,
Class<V> propertyClass)
Resolve property value from configuration (usually XML configuration) to real property value, which will be used
in IDM configuration
|
V resolveProperty(Object configurationType, Class<V> propertyClass)
configurationType - object from XML configuration. Type of this object is usually String (for simple text value of XML property)
or org.picketlink.identity.federation.core.config.idm.ObjectType (for property value containing "Object" element with other propertiespropertyClass - type of property to returnCopyright © 2013. All Rights Reserved.