Package com.soffid.iam.sync.intf
Class ExtensibleObjectMapping
java.lang.Object
com.soffid.iam.iga.api.ObjectMapping
com.soffid.iam.sync.intf.ExtensibleObjectMapping
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExtensibleObjectMapping(ObjectMapping otherBean) ExtensibleObjectMapping(Long id, String systemObject, SoffidObjectType soffidObject, String condition, Long dispatcherId, boolean authoritative) ExtensibleObjectMapping(Long id, String systemObject, SoffidObjectType soffidObject, String customObjectType, String condition, Long dispatcherId) ExtensibleObjectMapping(String systemObject, SoffidObjectType soffidObject, Long dispatcherId) -
Method Summary
Modifier and TypeMethodDescriptionbooleanappliesToSoffidObject(ExtensibleObject soffidObject) booleanappliesToSystemObject(ExtensibleObject soffidObject) voidsetAttributes(Collection<AttributeMapping> attributes) voidsetProperties(Map<String, String> properties) voidsetTriggers(Collection<ObjectMappingTrigger> triggers) Methods inherited from class com.soffid.iam.iga.api.ObjectMapping
getCondition, getDispatcherId, getId, getSoffidCustomObject, getSoffidObject, getSystemObject, isAuthoritative, setAuthoritative, setCondition, setDispatcherId, setId, setSoffidCustomObject, setSoffidObject, setSystemObject, toString
-
Constructor Details
-
ExtensibleObjectMapping
public ExtensibleObjectMapping() -
ExtensibleObjectMapping
public ExtensibleObjectMapping(Long id, String systemObject, SoffidObjectType soffidObject, String condition, Long dispatcherId, boolean authoritative) -
ExtensibleObjectMapping
-
ExtensibleObjectMapping
-
ExtensibleObjectMapping
public ExtensibleObjectMapping(String systemObject, SoffidObjectType soffidObject, Long dispatcherId)
-
-
Method Details
-
getAttributes
-
setAttributes
-
getProperties
-
setProperties
-
getTriggers
-
setTriggers
-
appliesToSoffidObject
-
appliesToSystemObject
-