Package nl.surfnet.coin.api.client.domain

Examples of nl.surfnet.coin.api.client.domain.Group20


  }

  @Override
  public List<Group20> getGroups20(String userId, String onBehalfOf) {
    if (userId.equalsIgnoreCase("admin")) {
      return asList(new Group20("urn:collab:group:dev.surfteams.nl:nl:surfnet:diensten:admin_apis"));
    }
    return new ArrayList<Group20>();
  }
View Full Code Here

TOP

Related Classes of nl.surfnet.coin.api.client.domain.Group20

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.