Skip navigation links


oracle.iam.grc.sod.vo
Class DataTransformationType

java.lang.Object
  extended by oracle.iam.grc.sod.vo.DataTransformationType

All Implemented Interfaces:
java.io.Serializable

public class DataTransformationType
extends java.lang.Object
implements java.io.Serializable

This interface represents the Data transformation process input. An instance of its implementation would be created by the framework, and will get utilized to form the input of SoD analysis, if needed.

See Also:
Serialized Form

Constructor Summary
DataTransformationType()
           

 

Method Summary
 java.util.Map getIdMDutyKeyAttrNameMap()
          This method returns the Map having key attribute for different Duty Types like Duty name, Key Duty Attribute name in IdM which is used to uniquely identify the Duty in IdM Engine
 java.util.List getIdMToSoDDutyAttrMap()
          The method returns the List of Maps which have attribute mapping between IdM System duty representation and the same in SoD Engine
 java.util.Map getIdMToSoDUserAttrMap()
          This method returns the Map having attribute mapping between IdM System user representation and the same in SoD Engine
 java.lang.String getIdMUserKeyAttrName()
          This method returns Key User Attribute name in IdM which is used to uniquely identify the User in IdM Engine
 java.lang.String getImplClassName()
          This method returns the name of the service component implementation class for the current @seeDataTransformationType
 java.lang.String getSoDUserKeyAttrName()
          This method returns Key User Attribute name in SoD which is used to uniquely identify the User in SoD Engine

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DataTransformationType

public DataTransformationType()

Method Detail

getIdMToSoDUserAttrMap

public java.util.Map getIdMToSoDUserAttrMap()
This method returns the Map having attribute mapping between IdM System user representation and the same in SoD Engine

getIdMToSoDDutyAttrMap

public java.util.List getIdMToSoDDutyAttrMap()
The method returns the List of Maps which have attribute mapping between IdM System duty representation and the same in SoD Engine

getIdMUserKeyAttrName

public java.lang.String getIdMUserKeyAttrName()
This method returns Key User Attribute name in IdM which is used to uniquely identify the User in IdM Engine

getSoDUserKeyAttrName

public java.lang.String getSoDUserKeyAttrName()
This method returns Key User Attribute name in SoD which is used to uniquely identify the User in SoD Engine

getIdMDutyKeyAttrNameMap

public java.util.Map getIdMDutyKeyAttrNameMap()
This method returns the Map having key attribute for different Duty Types like Duty name, Key Duty Attribute name in IdM which is used to uniquely identify the Duty in IdM Engine

getImplClassName

public java.lang.String getImplClassName()
This method returns the name of the service component implementation class for the current @seeDataTransformationType

Skip navigation links


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.