public interface RoleEntityAttributeMapping
Modifier and Type | Method and Description |
---|---|
java.util.Map |
map_columnCode_to_entityName()
Returns OIM 9.1 attributes mapped to 11g attributes (i.e., Groups.Group Name->Role Name)
|
java.util.Map |
map_entityName_to_columnCode()
Returns OIM 11g attributes mapped to OIM 9.1 attributes (the reverse
of @see getMappingEntityAttrAndColumnCode).
|
java.util.Map map_columnCode_to_entityName() throws java.lang.Exception
map
containing the mapping.java.lang.Exception
java.util.Map map_entityName_to_columnCode() throws java.lang.Exception
map
containing the mapping.java.lang.Exception