public class UserMetadataGroupComputer extends AbstractGroupComputer
Modifier and Type | Field and Description |
---|---|
static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
UserMetadataGroupComputer(String xpath,
String groupPattern) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAllGroupIds()
Return all group ids.
|
List<String> |
getGroupMembers(String groupId)
Returns the members for a give group.
|
List<String> |
getGroupsForUser(NuxeoPrincipalImpl user)
Returns the group names for a give User.
|
List<String> |
getParentsGroupNames(String arg0)
Return parent groups.
|
List<String> |
getSubGroupsNames(String arg0)
Returns children groups.
|
boolean |
hasGroup(String groupId)
Default implementation that returns true if method
GroupComputer.getAllGroupIds() contains given group
name. |
searchGroups
public UserMetadataGroupComputer(String xpath, String groupPattern) throws ClientException
ClientException
public List<String> getAllGroupIds()
GroupComputer
public List<String> getGroupMembers(String groupId)
GroupComputer
public List<String> getGroupsForUser(NuxeoPrincipalImpl user)
GroupComputer
public List<String> getParentsGroupNames(String arg0)
GroupComputer
public List<String> getSubGroupsNames(String arg0)
GroupComputer
public boolean hasGroup(String groupId)
AbstractGroupComputer
GroupComputer.getAllGroupIds()
contains given group
name.hasGroup
in interface GroupComputer
hasGroup
in class AbstractGroupComputer
Copyright © 2015 Nuxeo SA. All rights reserved.