Class LdapResultsTransformationOutput

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

public class LdapResultsTransformationOutput extends Object
  • Constructor Details

    • LdapResultsTransformationOutput

      public LdapResultsTransformationOutput()
  • Method Details

    • getMembershipResults

      public Map<String,List<String>> getMembershipResults()
      These are the new group name to subject ids results after your transformations
      Returns:
      the membershipResults
    • setMembershipResults

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

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

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

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

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