Class LdapSyncObjectContainer

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

public class LdapSyncObjectContainer extends Object
objects and metadata
  • Constructor Details

    • LdapSyncObjectContainer

      public LdapSyncObjectContainer()
  • Method Details

    • getLdapSyncData

      public LdapSyncData getLdapSyncData()
      reference back to sync data
      Returns:
      the sync data
    • setLdapSyncData

      public void setLdapSyncData(LdapSyncData ldapSyncData1)
      reference back to sync data
      Parameters:
      ldapSyncData1 -
    • lookupAttributeToIndexZeroIndexed

      public Integer lookupAttributeToIndexZeroIndexed(String attributeName, boolean exceptionIfNotFound)
      Returns:
    • getLdapSyncObjects

      public List<LdapSyncObject> getLdapSyncObjects()
      list of users or groups
      Returns:
      list
    • setLdapSyncObjects

      public void setLdapSyncObjects(List<LdapSyncObject> ldapSyncObjects1)
      list of users or groups
      Parameters:
      ldapSyncObjects1 -
    • getAttributeMetadatas

      public List<LdapSyncAttributeMetadata> getAttributeMetadatas()
      list of attribute metadata matches the order of the attributes in the ldap sync object
      Returns:
      metadata
    • setAttributeMetadata

      public void setAttributeMetadata(List<LdapSyncAttributeMetadata> attributeMetadata1)
      list of attribute metadata matches the order of the attributes in the ldap sync object
      Parameters:
      attributeMetadata1 -