Package com.soffid.iam.sync.api
Class AuthoritativeChange
java.lang.Object
com.soffid.iam.sync.api.AuthoritativeChange
- All Implemented Interfaces:
Serializable
ValueObject AuthoritativeChange
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthoritativeChange(AuthoritativeChange otherBean) AuthoritativeChange(AuthoritativeChangeIdentifier id, SoffidObjectType objectType, String sourceSystem, User user, Map<String, Object> attributes, Set<String> groups, Collection<UserGroup> groups2, Group group, CustomObject object) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute attributesgetGroup()Gets value for attribute groupGets value for attribute groupsGets value for attribute groups2getId()Gets value for attribute idGets value for attribute objectGets value for attribute objectTypeGets value for attribute sourceSystemgetUser()Gets value for attribute uservoidsetAttributes(Map<String, Object> attributes) Sets value for attribute attributesvoidSets value for attribute groupvoidSets value for attribute groupsvoidsetGroups2(Collection<UserGroup> groups2) Sets value for attribute groups2voidSets value for attribute idvoidsetObject(CustomObject object) Sets value for attribute objectvoidsetObjectType(SoffidObjectType objectType) Sets value for attribute objectTypevoidsetSourceSystem(String sourceSystem) Sets value for attribute sourceSystemvoidSets value for attribute usertoString()Returns a string representation of the value object.
-
Constructor Details
-
AuthoritativeChange
public AuthoritativeChange() -
AuthoritativeChange
public AuthoritativeChange(AuthoritativeChangeIdentifier id, SoffidObjectType objectType, String sourceSystem, User user, Map<String, Object> attributes, Set<String> groups, Collection<UserGroup> groups2, Group group, CustomObject object) -
AuthoritativeChange
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getObjectType
Gets value for attribute objectType -
setObjectType
Sets value for attribute objectType -
getSourceSystem
Gets value for attribute sourceSystem -
setSourceSystem
Sets value for attribute sourceSystem -
getUser
Gets value for attribute user -
setUser
Sets value for attribute user -
getAttributes
Gets value for attribute attributes -
setAttributes
Sets value for attribute attributes -
getGroups
Gets value for attribute groups -
setGroups
Sets value for attribute groups -
getGroups2
Gets value for attribute groups2 -
setGroups2
Sets value for attribute groups2 -
getGroup
Gets value for attribute group -
setGroup
Sets value for attribute group -
getObject
Gets value for attribute object -
setObject
Sets value for attribute object -
toString
Returns a string representation of the value object.
-