Class AuthoritativeChange

java.lang.Object
com.soffid.iam.sync.api.AuthoritativeChange
All Implemented Interfaces:
Serializable

public class AuthoritativeChange extends Object implements Serializable
ValueObject AuthoritativeChange
See Also:
  • Constructor Details

  • Method Details

    • getId

      Gets value for attribute id
    • setId

      public void setId(AuthoritativeChangeIdentifier id)
      Sets value for attribute id
    • getObjectType

      public SoffidObjectType getObjectType()
      Gets value for attribute objectType
    • setObjectType

      public void setObjectType(SoffidObjectType objectType)
      Sets value for attribute objectType
    • getSourceSystem

      public String getSourceSystem()
      Gets value for attribute sourceSystem
    • setSourceSystem

      public void setSourceSystem(String sourceSystem)
      Sets value for attribute sourceSystem
    • getUser

      public User getUser()
      Gets value for attribute user
    • setUser

      public void setUser(User user)
      Sets value for attribute user
    • getAttributes

      public Map<String,Object> getAttributes()
      Gets value for attribute attributes
    • setAttributes

      public void setAttributes(Map<String,Object> attributes)
      Sets value for attribute attributes
    • getGroups

      public Set<String> getGroups()
      Gets value for attribute groups
    • setGroups

      public void setGroups(Set<String> groups)
      Sets value for attribute groups
    • getGroups2

      public Collection<UserGroup> getGroups2()
      Gets value for attribute groups2
    • setGroups2

      public void setGroups2(Collection<UserGroup> groups2)
      Sets value for attribute groups2
    • getGroup

      public Group getGroup()
      Gets value for attribute group
    • setGroup

      public void setGroup(Group group)
      Sets value for attribute group
    • getObject

      public CustomObject getObject()
      Gets value for attribute object
    • setObject

      public void setObject(CustomObject object)
      Sets value for attribute object
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object