public class VootClientImpl extends Object implements VootClient
| Constructor and Description |
|---|
VootClientImpl(String accessTokenUri,
String clientId,
String clientSecret,
String spaceDelimitedScopes,
String serviceUrl) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
groups(String userId) |
boolean |
hasAccess(String userId,
String groupId) |
public boolean hasAccess(String userId, String groupId)
hasAccess in interface VootClientpublic List<Group> groups(String userId)
groups in interface VootClientCopyright © 2012–2017 Pivotal Software, Inc.. All rights reserved.