Package org.openiam.idm.srvc.synch.dto
Class SynchConfig
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.base.KeyNameDTO
-
- org.openiam.base.AbstractMetadataTypeDTO
-
- org.openiam.idm.srvc.recon.dto.AbstractConfig
-
- org.openiam.idm.srvc.synch.dto.SynchConfig
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
,MatchConfig
public class SynchConfig extends AbstractConfig implements MatchConfig
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
POLICY_TRANSFORMATION
static String
SCRIPT_TRANSFORMATION
-
Fields inherited from class org.openiam.base.AbstractMetadataTypeDTO
mdGrouping, mdTypeId, metadataTypeName
-
Fields inherited from class org.openiam.base.KeyNameDTO
name_
-
Fields inherited from class org.openiam.base.BaseObject
DELETE, NEW, objectState, requestClientIP, requestorLogin, requestorSessionID, requestorUserId, UPDATE
-
-
Constructor Summary
Constructors Constructor Description SynchConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getManagedSysId()
-
Methods inherited from class org.openiam.base.KeyNameDTO
equals, getName, hashCode, setName, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
Methods inherited from interface org.openiam.idm.srvc.recon.dto.MatchConfig
getCustomMatchAttr, getMatchFieldName, getMatchSrcFieldName
-
-
-
-
Field Detail
-
POLICY_TRANSFORMATION
public static final String POLICY_TRANSFORMATION
- See Also:
- Constant Field Values
-
SCRIPT_TRANSFORMATION
public static final String SCRIPT_TRANSFORMATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getManagedSysId
public String getManagedSysId()
- Specified by:
getManagedSysId
in interfaceMatchConfig
-
-