| Modifier and Type | Method and Description |
|---|---|
Group |
GroupFactory.buildFrom(com.atlassian.user.Group hibernateObject,
Expansions expansions) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Group> |
GroupFactory.buildFrom(Iterable<? extends com.atlassian.user.Group> entities,
Expansions expansions) |
PageResponse<Group> |
GroupServiceImpl.GroupFinderImpl.fetchMany(PageRequest pageRequest) |
com.atlassian.fugue.Option<Group> |
GroupServiceImpl.GroupFinderImpl.fetchOne() |
| Modifier and Type | Method and Description |
|---|---|
PersonService.PersonFinder |
PersonServiceImpl.PersonFinderImpl.withMembershipOf(Group group) |
| Constructor and Description |
|---|
GroupServiceImpl(com.atlassian.user.GroupManager groupManager,
ConfluenceAccessManager confluenceAccessManager,
UserAccessorInternal userAccessor,
ModelFactory<com.atlassian.user.Group,Group> groupFactory,
FinderProxyFactory finderProxyFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<ContentPermission> |
ContentRestrictionServiceImpl.getPreExistingContentPermissionForGroup(ContentEntityObject ceo,
String permissionType,
Group group)
Gets pre-existing
ContentPermission (singular, optional) for the Group and OperationKey (as String permissionType) specified. |
| Modifier and Type | Method and Description |
|---|---|
Set<Group> |
ShareEvent.getGroupNames() |
| Constructor and Description |
|---|
ShareEvent(Content content,
Content contentContainer,
Set<Person> users,
Set<String> emails,
Set<Group> groupNames,
ContentBody note,
KnownUser sender) |
| Modifier and Type | Method and Description |
|---|---|
Navigation.GroupNav |
Navigation.group(Group group)
a builder to produce a url to a user group
|
Navigation.Builder |
Navigation.ExperimentalNav.group(Group group) |
| Modifier and Type | Method and Description |
|---|---|
SingleFetcher<Group> |
GroupService.GroupFinder.withName(String groupName)
Restrict the fetched group to matching the given groupName
|
| Modifier and Type | Method and Description |
|---|---|
PersonService.PersonFinder |
PersonService.PersonFinder.withMembershipOf(Group group)
Restrict the finder to just users that are members of the given group
|
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<Group> |
SubjectMatchers.groupWithName(String name) |
| Modifier and Type | Method and Description |
|---|---|
Navigation.GroupNav |
RestNavigationImpl.group(Group group) |
| Modifier and Type | Method and Description |
|---|---|
Group |
ExperimentalGroupResource.getGroup(String groupName,
String expand)
Get the user group with the group name
|
| Modifier and Type | Method and Description |
|---|---|
PageResponse<Group> |
ExperimentalGroupResource.getGroups(String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Get a paginated collection of user groups
|
PageResponse<Group> |
ExperimentalUserResource.getGroups(com.atlassian.sal.api.user.UserKey userKey,
String username,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Get a paginated collection of groups that the given user is a member of
|
| Modifier and Type | Method and Description |
|---|---|
PageResponse<Person> |
ExperimentalGroupResource.getMembers(Group group,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Get a paginated collection of users in the given group
|
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupResource.getGroup(String groupName,
String expand)
Get the user group with the group name
|
| Modifier and Type | Method and Description |
|---|---|
PageResponse<Group> |
GroupResource.getGroups(String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Get a paginated collection of user groups
|
PageResponse<Group> |
UserResource.getGroups(com.atlassian.sal.api.user.UserKey userKey,
String username,
String accountId,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Get a paginated collection of groups that the given user is a member of
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ContentRestrictionResource.addIndividualGroupRestriction(ContentId contentId,
OperationKey operationKey,
Group group)
Adds singular direct
ContentRestriction for operationKey and group for the content identified by contentId parameter. |
javax.ws.rs.core.Response |
ContentRestrictionResource.deleteIndividualGroupRestriction(ContentId contentId,
OperationKey operationKey,
Group group)
Deletes singular direct
ContentRestriction for operationKey and user from the content identified by contentId parameter. |
javax.ws.rs.core.Response |
ContentRestrictionResource.getIndividualGroupRestrictionStatus(ContentId contentId,
OperationKey operationKey,
Group group)
Answers the question
"Whether group, identified by
groupName is a subject of the restriction for operation operationKey directly specified on a content with ID of ccontentId" |
PageResponse<Person> |
GroupResource.getMembers(Group group,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Get a paginated collection of users in the given group
|
| Modifier and Type | Method and Description |
|---|---|
RemotePersonService.RemotePersonFinder |
RemotePersonServiceImpl.RemotePersonFinderImpl.withMembershipOf(Group group) |
RemotePersonService.RemotePersonFinder |
RemotePersonService.RemotePersonFinder.withMembershipOf(Group group) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Group>> |
RemoteGroupServiceImpl.RemoteGroupFinderImpl.fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<PageResponse<Group>> |
RemoteGroupService.RemoteGroupFinder.fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Group>> |
RemoteGroupServiceImpl.RemoteGroupFinderImpl.fetchOne() |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Group>> |
RemoteGroupService.RemoteGroupFinder.fetchOne() |
| Modifier and Type | Field and Description |
|---|---|
static Group |
GroupHelper.ADMINISTRATORS |
static Group |
GroupHelper.CONF_ADMINS |
static Group |
GroupHelper.ONDEMAND_ALACARTE_USERS |
static Group |
GroupHelper.ONDEMAND_BALSAMIC_MOCKUP_EDITORS |
static Group |
GroupHelper.ONDEMAND_BAMBOO_USERS |
static Group |
GroupHelper.ONDEMAND_CONFLUENCE_ADMINISTRATORS |
static Group |
GroupHelper.ONDEMAND_JIRA_ADMINISTRATORS |
static Group |
GroupHelper.ONDEMAND_JIRA_DEVELOPERS |
static Group |
GroupHelper.ONDEMAND_JIRA_USERS
Groups in ondemand.
|
static Group |
GroupHelper.ONDEMAND_SITE_ADMINS |
static Group |
GroupHelper.ONDEMAND_SYSTEM_ADMINISTRATORS |
static Group |
GroupHelper.SYS_ADMINS |
static Group |
GroupHelper.USERS |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
UserRest.searchGroups(com.atlassian.crowd.embedded.api.SearchRestriction searchRestriction,
int startIndex,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
UserRpc.getGroups()
Retrieves existing groups
|
List<Group> |
UserRpc.getUserGroups(String username)
Retrieves the groups that a user matching the specified username belongs to
|
| Modifier and Type | Method and Description |
|---|---|
List<GlobalPermission> |
PermissionsRpc.getGlobalPermissions(Group group) |
boolean |
PermissionsRpc.revokeAllPermissions(Group group)
Deprecated.
Old XMLRPC method. Use
PermissionsRest instead. |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
UserManager.searchGroups(com.atlassian.crowd.embedded.api.SearchRestriction searchRestriction,
int startIndex,
int maxResults)
Searches for groups matching the following criteria.
|
List<Group> |
DefaultUserManager.searchGroups(com.atlassian.crowd.embedded.api.SearchRestriction searchRestriction,
int startIndex,
int maxResults) |
List<Group> |
CrowdUserManager.searchGroups(com.atlassian.crowd.embedded.api.SearchRestriction searchRestriction,
int startIndex,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserManager.addGroupToGroup(Group childGroup,
Group parentGroup)
Add childGroup to parentGroup.
|
void |
DefaultUserManager.addGroupToGroup(Group childGroup,
Group parentGroup) |
void |
CrowdUserManager.addGroupToGroup(Group childGroup,
Group parentGroup) |
boolean |
OnDemandCrowdDirectoryConfiguration.isValidGroup(Group group) |
boolean |
DirectoryConfiguration.isValidGroup(Group group)
Returns
true if the provided group details are valid for creation on this configuration. |
boolean |
DefaultDirectoryConfiguration.isValidGroup(Group group) |
boolean |
CrowdDirectoryConfiguration.isValidGroup(Group group) |
| Modifier and Type | Method and Description |
|---|---|
UserWithDetails |
TestUserFactory.createTestUser(List<Group> groups)
Generates a user and creates it via the manager, and also adds the user to the given groups.
|
UserWithDetails |
TestUserFactory.createTestUser(List<Group> groups,
String username)
Generates a user with the specified username and creates it via the manager.
|
void |
UserManager.resetData(Set<User> usersToKeep,
Set<Group> groupsToKeep,
Map<Group,HashSet<User>> userGroupMembershipsToKeep)
Return the User/Group/Membership data to a clean state.
|
void |
UserManager.resetData(Set<User> usersToKeep,
Set<Group> groupsToKeep,
Map<Group,HashSet<User>> userGroupMembershipsToKeep)
Return the User/Group/Membership data to a clean state.
|
void |
DefaultUserManager.resetData(Set<User> usersToKeep,
Set<Group> groupsToKeep,
Map<Group,HashSet<User>> userGroupMembershipsToKeep) |
void |
DefaultUserManager.resetData(Set<User> usersToKeep,
Set<Group> groupsToKeep,
Map<Group,HashSet<User>> userGroupMembershipsToKeep) |
void |
CrowdUserManager.resetData(Set<User> usersToKeep,
Set<Group> groupsToKeep,
Map<Group,HashSet<User>> userGroupMembershipsToKeep) |
void |
CrowdUserManager.resetData(Set<User> usersToKeep,
Set<Group> groupsToKeep,
Map<Group,HashSet<User>> userGroupMembershipsToKeep) |
| Modifier and Type | Method and Description |
|---|---|
GroupPickerPopup |
GroupPickerPopup.select(Group group) |
| Constructor and Description |
|---|
ViewGroupMembersAdminPage(Group group) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
ShareDialog.isRecipientVisible(Group group) |
ShareDialog |
ShareDialog.typeAndSelectGroup(Group group) |
| Modifier and Type | Method and Description |
|---|---|
protected Group |
AbstractExternalRequestAcceptanceTest.createGroup() |
protected Group |
AbstractExternalRequestAcceptanceTest.createGroup(String name) |
Copyright © 2003–2017 Atlassian. All rights reserved.