|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.plugin.rest.admin.controller.GroupsController
public class GroupsController
| Field Summary | |
|---|---|
protected org.apache.log4j.Logger |
logger
|
| Constructor Summary | |
|---|---|
GroupsController()
|
|
| Method Summary | |
|---|---|
void |
addGroup(Directory directory,
RestGroup group)
Adds a group to the directory in question, if the directory permissions allow. |
void |
deleteGroup(Directory directory,
String groupName)
Removes a group from the directory, if the directory permissions allow. |
RestGroup |
getGroup(Directory directory,
String groupName)
Returns the group with the specified name |
RestGroups |
getGroups(Directory directory,
String searchTerm)
Returns a list of groups in the directory that match the search term |
void |
setDirectoryManager(DirectoryManager directoryManager)
|
void |
updateGroup(Directory directory,
RestGroup group)
Updates a group, based on their identifier, if directory permissions allow. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final org.apache.log4j.Logger logger
| Constructor Detail |
|---|
public GroupsController()
| Method Detail |
|---|
public RestGroups getGroups(Directory directory,
String searchTerm)
directory -
public RestGroup getGroup(Directory directory,
String groupName)
groupName -
public void addGroup(Directory directory,
RestGroup group)
directory - group -
public void deleteGroup(Directory directory,
String groupName)
directory - groupName -
public void updateGroup(Directory directory,
RestGroup group)
directory - group - public void setDirectoryManager(DirectoryManager directoryManager)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||