* @throws ProcessingException
*/
public PrincipalGroup[] getPrincipalGroups(Principal caller)
throws ProcessingException {
try {
SlideToken slidetoken = new SlideTokenImpl(new CredentialsToken(caller));
String userspath = config.getUsersPath();
ObjectNode userobjects = structure.retrieve(slidetoken,
userspath);