@Name(value="shibbGroupManagerActions") @Scope(value=CONVERSATION) @Install(precedence=10) public class ShibbolethGroupManagerActionsBean extends AbstractUserGroupManagement
DEFAULT_LISTING_MODE, DETAILS_VIEW_MODE, MAIN_TAB_HOME, MAIN_TABS_CATEGORY, NUXEO_ADMIN_CATEGORY, USER_CENTER_CATEGORY, USERS_GROUPS_HOME, USERS_GROUPS_HOME_SUB_TAB, USERS_GROUPS_MANAGEMENT_ACCESS_FILTER, USERS_GROUPS_MANAGER, USERS_GROUPS_MANAGER_SUB_TAB, VALID_CHARS, VIEW_HOME
Constructor and Description |
---|
ShibbolethGroupManagerActionsBean() |
Modifier and Type | Method and Description |
---|---|
void |
clearSearch() |
void |
createGroup() |
void |
createGroup(boolean createAnotherGroup) |
void |
deleteGroup() |
String |
editGroup() |
boolean |
getAllowCreateGroup() |
boolean |
getAllowDeleteGroup() |
boolean |
getAllowEditGroup() |
DocumentModel |
getNewGroup() |
DocumentModel |
getSelectedGroup() |
boolean |
isSelectedGroupReadOnly() |
void |
onUsersListingChanged() |
void |
setSelectedGroup(String group) |
void |
updateGroup() |
String |
viewGroup() |
String |
viewGroup(String groupName) |
getDetailsMode, getListingMode, getSearchString, isShowCreateForm, isShowUserOrGroup, setDetailsMode, setListingMode, setSearchString, toggleShowCreateForm, toggleShowUserOrGroup
public void createGroup() throws ClientException
ClientException
public void createGroup(boolean createAnotherGroup) throws ClientException
ClientException
public void deleteGroup() throws ClientException
ClientException
public String editGroup() throws ClientException
ClientException
public DocumentModel getNewGroup() throws ClientException
ClientException
public boolean isSelectedGroupReadOnly()
public void updateGroup() throws ClientException
ClientException
public String viewGroup() throws ClientException
ClientException
public String viewGroup(String groupName) throws ClientException
ClientException
public void clearSearch()
public boolean getAllowCreateGroup() throws ClientException
ClientException
public boolean getAllowDeleteGroup() throws ClientException
ClientException
public boolean getAllowEditGroup() throws ClientException
ClientException
public DocumentModel getSelectedGroup()
public void setSelectedGroup(String group) throws ClientException
ClientException
@Observer(value="shibbGroupsListingChanged") public void onUsersListingChanged()
Copyright © 2015 Nuxeo SA. All rights reserved.