Class LdapResultsTransformationInput

java.lang.Object
edu.internet2.middleware.grouper.app.loader.ldap.LdapResultsTransformationInput

public class LdapResultsTransformationInput extends Object
  • Constructor Details

    • LdapResultsTransformationInput

      public LdapResultsTransformationInput()
  • Method Details

    • getMembershipResults

      public Map<String,List<String>> getMembershipResults()
      These are the original group name to subject ids results that would be returned if this transformation is not done. This takes into account all other jexl changes.
      Returns:
      the membershipResults
    • setMembershipResults

      public LdapResultsTransformationInput setMembershipResults(Map<String,List<String>> membershipResults)
      Parameters:
      membershipResults - the membershipResults to set
      Returns:
      this
    • getGroupNameToDisplayName

      public Map<String,String> getGroupNameToDisplayName()
      These are the original group name to display name mappings
      Returns:
      the groupNameToDisplayName
    • setGroupNameToDisplayName

      public LdapResultsTransformationInput setGroupNameToDisplayName(Map<String,String> groupNameToDisplayName)
      Parameters:
      groupNameToDisplayName - the groupNameToDisplayName to set
      Returns:
      this
    • getGroupNameToDescription

      public Map<String,String> getGroupNameToDescription()
      These are the original group name to description mappings
      Returns:
      the groupNameToDescription
    • setGroupNameToDescription

      public LdapResultsTransformationInput setGroupNameToDescription(Map<String,String> groupNameToDescription)
      Parameters:
      groupNameToDescription - the groupNameToDescription to set
      Returns:
      this
    • getLdapSearchResults

      public List<LdapEntry> getLdapSearchResults()
      Contains the data directly out of LDAP
      Returns:
      the ldapSearchResults
    • setLdapSearchResults

      public LdapResultsTransformationInput setLdapSearchResults(List<LdapEntry> ldapSearchResults)
      Parameters:
      ldapSearchResults - the ldapSearchResults to set
      Returns:
      this