public interface IPersonExtension
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAttributeValue(Person person,
java.lang.String attrName)
Constructs the value for the specified attribute using the person's data
|
java.util.Collection<java.lang.String> |
getDependentAttributes(java.lang.String categoryName,
java.lang.String profileName,
java.lang.String attrName)
Gets the required attributes needed to construct the attribute value
|
java.util.Collection<java.lang.String> getDependentAttributes(java.lang.String categoryName,
java.lang.String profileName,
java.lang.String attrName)
categoryName - Category name ("*" means all categories)profileName - Profile name ("*" means all profiles)attrName - Attribute namejava.lang.Object getAttributeValue(Person person, java.lang.String attrName)
Person - Person objectattrName - Attribute nameIBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.