public class LdapResultsTransformationOutput extends Object
| Constructor and Description |
|---|
LdapResultsTransformationOutput() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getGroupNameToDescription()
These are the new group name to description mappings
|
Map<String,String> |
getGroupNameToDisplayName()
These are the new group name to display name mappings
|
Map<String,List<String>> |
getMembershipResults()
These are the new group name to subject ids results after your transformations
|
LdapResultsTransformationOutput |
setGroupNameToDescription(Map<String,String> groupNameToDescription) |
LdapResultsTransformationOutput |
setGroupNameToDisplayName(Map<String,String> groupNameToDisplayName) |
LdapResultsTransformationOutput |
setMembershipResults(Map<String,List<String>> membershipResults) |
public Map<String,List<String>> getMembershipResults()
public LdapResultsTransformationOutput setMembershipResults(Map<String,List<String>> membershipResults)
membershipResults - the membershipResults to setpublic Map<String,String> getGroupNameToDisplayName()
public LdapResultsTransformationOutput setGroupNameToDisplayName(Map<String,String> groupNameToDisplayName)
groupNameToDisplayName - the groupNameToDisplayName to setpublic Map<String,String> getGroupNameToDescription()
public LdapResultsTransformationOutput setGroupNameToDescription(Map<String,String> groupNameToDescription)
groupNameToDescription - the groupNameToDescription to setCopyright © 2016 Internet2. All rights reserved.