java.lang.Object
edu.internet2.middleware.grouper.app.ldapProvisioning.LdapSyncObject

public class LdapSyncObject extends Object
one ldap group or user
  • Constructor Details

    • LdapSyncObject

      public LdapSyncObject()
  • Method Details

    • getLdapSyncObjectContainer

      public LdapSyncObjectContainer getLdapSyncObjectContainer()
      link back up to container
      Returns:
    • setLdapSyncObjectContainer

      public void setLdapSyncObjectContainer(LdapSyncObjectContainer ldapSyncObjectContainer1)
      link back up to container
      Parameters:
      ldapSyncObjectContainer1 -
    • getDn

      public String getDn()
      dn of object
      Returns:
    • setDn

      public void setDn(String dn1)
      dn of object
      Parameters:
      dn1 -
    • getAttributes

      public Object[] getAttributes()
      non membership attributes. these are in the same order as the schema dictate, and are the same type as the schema dictates note: value could be: LdapSyncAttributeCondition.ATTRIBUTE_NOT_EXIST, or LdapSyncAttributeCondition.ATTRIBUTE_EXIST_WITH_NO_VALUE
      Returns:
      attributes
    • setAttributes

      public void setAttributes(Object[] attributes1)
      non membership attributes. these are in the same order as the schema dictate, and are the same type as the schema dictates note: value could be: LdapSyncAttributeCondition.ATTRIBUTE_NOT_EXIST, or LdapSyncAttributeCondition.ATTRIBUTE_EXIST_WITH_NO_VALUE
      Parameters:
      attributes1 -