public class GrouperSoapParser extends Object
| Constructor and Description |
|---|
GrouperSoapParser(String sourceId,
String groupIdPrefix) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
parseFindAllGroups(org.springframework.http.ResponseEntity<String> response) |
List<Member> |
parseMembers(org.springframework.http.ResponseEntity<String> response) |
Optional<Group> |
parseOptionalGroupMembership(org.springframework.http.ResponseEntity<String> response) |
public List<Group> parseFindAllGroups(org.springframework.http.ResponseEntity<String> response) throws SAXException, IOException, ParserConfigurationException, XPathExpressionException
public List<Member> parseMembers(org.springframework.http.ResponseEntity<String> response) throws SAXException, IOException, ParserConfigurationException, XPathExpressionException
public Optional<Group> parseOptionalGroupMembership(org.springframework.http.ResponseEntity<String> response) throws SAXException, IOException, ParserConfigurationException, XPathExpressionException
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.