Uses of Class
com.opensymphony.user.Group

Packages that use Group
com.atlassian.core.user   
com.atlassian.jira.issue.customfields.converters   
com.atlassian.jira.issue.customfields.impl   
com.atlassian.jira.issue.subscription   
com.atlassian.jira.jelly Methods called when executing a Jelly Tag. 
com.atlassian.jira.jelly.tag.admin   
com.atlassian.jira.permission   
com.atlassian.jira.scheme   
com.atlassian.jira.scheme.mapper   
com.atlassian.jira.security   
com.atlassian.jira.security.groups   
com.atlassian.jira.security.util   
com.atlassian.jira.user.util   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.bean   
com.opensymphony.user   
mock.user   
 

Uses of Group in com.atlassian.core.user
 

Methods in com.atlassian.core.user that return Group
static Group GroupUtils.getGroup(String name)
          Deprecated. Get a group from the underlying user manager.
static Group GroupUtils.getGroupSafely(String name)
          Deprecated. This method gets a group from OSUser - however if the group does not exist, it tries to create it and then return it (mitigates the need for a setup file).
 

Methods in com.atlassian.core.user with parameters of type Group
static void GroupUtils.removeGroup(Group group)
          Deprecated. This will remove a group, and remove any users from that group
 

Uses of Group in com.atlassian.jira.issue.customfields.converters
 

Methods in com.atlassian.jira.issue.customfields.converters that return Group
 Group GroupConverterImpl.getGroup(String stringValue)
           
 Group GroupConverter.getGroup(String stringValue)
          Deprecated. Use GroupConverter.getGroupObject(String stringValue). Since 4.3
 

Methods in com.atlassian.jira.issue.customfields.converters with parameters of type Group
 String GroupConverterImpl.getString(Group group)
           
 String GroupConverter.getString(Group group)
           
 

Uses of Group in com.atlassian.jira.issue.customfields.impl
 

Methods in com.atlassian.jira.issue.customfields.impl that return Group
protected  Group MultiGroupCFType.convertStringToType(String string)
           
 

Methods in com.atlassian.jira.issue.customfields.impl that return types with arguments of type Group
protected  Comparator<Group> MultiGroupCFType.getTypeComparator()
           
 

Uses of Group in com.atlassian.jira.issue.subscription
 

Methods in com.atlassian.jira.issue.subscription with parameters of type Group
 void DefaultSubscriptionManager.deleteSubscriptionsForGroup(Group group)
           
 void SubscriptionManager.deleteSubscriptionsForGroup(Group group)
           
 

Uses of Group in com.atlassian.jira.jelly
 

Methods in com.atlassian.jira.jelly that return Group
 Group GroupAware.getGroup()
           
 Group GroupContextAccessorImpl.getGroup()
           
 

Methods in com.atlassian.jira.jelly with parameters of type Group
 void GroupContextAccessorImpl.setGroup(Group group)
           
 void GroupContextAccessor.setGroup(Group group)
           
 

Uses of Group in com.atlassian.jira.jelly.tag.admin
 

Methods in com.atlassian.jira.jelly.tag.admin that return Group
 Group AddUserToGroup.getGroup()
           
 

Methods in com.atlassian.jira.jelly.tag.admin with parameters of type Group
 void CreateGroup.setGroup(Group group)
           
 void AddUserToGroup.setGroup(Group group)
           
 

Uses of Group in com.atlassian.jira.permission
 

Methods in com.atlassian.jira.permission that return types with arguments of type Group
 Collection<Group> DefaultPermissionSchemeManager.getGroups(Long entityTypeId, org.ofbiz.core.entity.GenericValue project)
           
 

Uses of Group in com.atlassian.jira.scheme
 

Methods in com.atlassian.jira.scheme that return types with arguments of type Group
 Collection<Group> AbstractSchemeManager.getGroups(Long entityTypeId, org.ofbiz.core.entity.GenericValue project)
           
 Collection<Group> SchemeManager.getGroups(Long permissionId, org.ofbiz.core.entity.GenericValue project)
           
 

Uses of Group in com.atlassian.jira.scheme.mapper
 

Methods in com.atlassian.jira.scheme.mapper with parameters of type Group
 void RoleToGroupsMapping.addMappedGroup(Group group)
           
 void SchemeTransformResult.addRoleMappingForGroup(GroupToRoleMapping groupToRoleMapping, Group group)
          This creates an association between a groupName and a ProjectRole.
 

Uses of Group in com.atlassian.jira.security
 

Methods in com.atlassian.jira.security that return types with arguments of type Group
 Collection<Group> AbstractPermissionManager.getAllGroups(int permissionId, org.ofbiz.core.entity.GenericValue project)
          Retrieve all groups that are used in the permission globally and in the project entity
 Collection<Group> SubvertedPermissionManager.getAllGroups(int permType, org.ofbiz.core.entity.GenericValue entity)
          Not implemented.
 Collection<Group> PermissionManager.getAllGroups(int permissionId, org.ofbiz.core.entity.GenericValue project)
          Deprecated. Use PermissionManager.getAllGroups(int, com.atlassian.jira.project.Project) instead. Since v4.3
 Collection<Group> GlobalPermissionManager.getGroups(int permissionId)
          Deprecated. Use GlobalPermissionManager.getGroupsWithPermission(int). Since 4.3
 Collection<Group> DefaultGlobalPermissionManager.getGroups(int permissionId)
          Retrieve all the groups with this permission
 

Uses of Group in com.atlassian.jira.security.groups
 

Methods in com.atlassian.jira.security.groups that return Group
 Group DefaultGroupManager.getGroup(String groupName)
           
 Group GroupManager.getGroup(String groupName)
          Deprecated. Use GroupManager.getGroupObject(String groupName) Since v4.3.
 

Methods in com.atlassian.jira.security.groups with parameters of type Group
 boolean DefaultGroupManager.isUserInGroup(User user, Group group)
           
 boolean GroupManager.isUserInGroup(User user, Group group)
          Deprecated. Use GroupManager.isUserInGroup(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.Group) instead. Since v4.4.
 

Uses of Group in com.atlassian.jira.security.util
 

Methods in com.atlassian.jira.security.util that return types with arguments of type Group
 Set<Group> GroupSelectorUtils.getGroups(Object cfValue)
          Given an object (usually a custom field value) find the associated group.
 

Methods in com.atlassian.jira.security.util with parameters of type Group
 String GroupSelectorUtils.getGroupDisplayName(Group group)
          Deprecated. since v3.8 this is a very short term method as it will not work with external User/Group management.
 boolean GroupSelectorUtils.updateGroupName(Group group, String oldVal, String newVal)
          Deprecated. since v3.8 this is a very short term method as it will not work with external User/Group management.
 

Uses of Group in com.atlassian.jira.user.util
 

Methods in com.atlassian.jira.user.util that return Group
static Group OSUserConverter.convertToOSGroup(com.atlassian.crowd.embedded.api.Group crowdGroup)
          Convert a Crowd Group to an OSUser Group If a group is already an OSGroup the group will be returned unchanged.
 Group UserUtilImpl.getGroup(String groupName)
          Deprecated. This method returns a com.opensymphony.group.com.opensymphony.user.Group which is itself deprecated. In the future this method will change to return Group. Currently com.opensymphony.user.com.opensymphony.user.Group implements Group. Your code should use the Group interface if possible.
 Group DefaultUserManager.getGroup(String groupName)
           
 Group UserUtil.getGroup(String groupName)
          Deprecated. Since v4.3. Use UserUtil.getGroupObject(String).
 Group UserManager.getGroup(String groupName)
          Deprecated. Since v4.3. Use UserManager.getGroupObject(String).
 

Methods in com.atlassian.jira.user.util that return types with arguments of type Group
static Set<Group> OSUserConverter.convertToOSGroups(Iterable<com.atlassian.crowd.embedded.api.Group> crowdGroups)
          Convert a collection of Crowd Groups to OS User Groups If any group is already an OSGroup that group will be returned unchanged.
 Set<Group> DefaultUserManager.getAllGroups()
           
 Set<Group> UserManager.getAllGroups()
          Deprecated. Use UserManager.getGroups(). Since v4.3
 

Methods in com.atlassian.jira.user.util with parameters of type Group
 void UserUtilImpl.addUserToGroup(Group group, User userToAdd)
           
 void UserUtil.addUserToGroup(Group group, User userToAdd)
          Deprecated. Use UserUtil.addUserToGroup(com.atlassian.crowd.embedded.api.Group, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
 int GroupNameComparator.compare(Group g1, Group g2)
           
 void UserUtilImpl.removeUserFromGroup(Group group, User userToRemove)
           
 void UserUtil.removeUserFromGroup(Group group, User userToRemove)
          Deprecated. Use UserUtil.removeUserFromGroup(com.atlassian.crowd.embedded.api.Group, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
 

Method parameters in com.atlassian.jira.user.util with type arguments of type Group
 void UserUtilImpl.addUserToGroups(Collection<Group> groups, User userToAdd)
           
 void UserUtil.addUserToGroups(Collection<Group> groups, User userToAdd)
          Deprecated. Use UserUtil.addUserToGroups(java.util.Collection, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
 SortedSet<User> UserUtilImpl.getUsersInGroups(Collection<Group> groups)
           
 SortedSet<User> UserUtil.getUsersInGroups(Collection<Group> groups)
          Deprecated. Use UserUtil.getAllUsersInGroups(java.util.Collection) instead. Since v4.3
 void UserUtilImpl.removeUserFromGroups(Collection<Group> groups, User userToRemove)
           
 void UserUtil.removeUserFromGroups(Collection<Group> groups, User userToRemove)
          Deprecated. Use UserUtil.removeUserFromGroups(java.util.Collection, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
 

Uses of Group in com.atlassian.jira.web.action.admin
 

Methods in com.atlassian.jira.web.action.admin with parameters of type Group
protected  void GlobalPermissions.createPermission(int permType, Group group)
           
 

Uses of Group in com.atlassian.jira.web.bean
 

Methods in com.atlassian.jira.web.bean that return types with arguments of type Group
 List<Group> GroupBrowserFilter.getFilteredGroups()
           
 

Uses of Group in com.opensymphony.user
 

Methods in com.opensymphony.user that return Group
 Group UserManager.createGroup(String name)
          Deprecated. Create a new Group with given name.
 Group UserManager.getGroup(String name)
          Deprecated. Return Group with given name.
 

Methods in com.opensymphony.user that return types with arguments of type Group
 List<Group> UserManager.getGroups()
          Deprecated. Return all known Groups from all AccessProviders that allow listing.
 

Methods in com.opensymphony.user with parameters of type Group
 boolean User.addToGroup(Group group)
          Deprecated. Use CrowdService.addUserToGroup(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.Group) instead. Since v4.4.
 boolean User.inGroup(Group group)
          Deprecated. Use GroupManager.isUserInGroup(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.Group) instead. Since v4.4.
 boolean User.removeFromGroup(Group group)
          Deprecated. Use CrowdService.removeUserFromGroup(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.Group)} instead. Since v4.4.
 

Uses of Group in mock.user
 

Methods in mock.user with parameters of type Group
 boolean MockOSUser.addToGroup(Group group)
           
 boolean MockOSUser.inGroup(Group group)
           
 boolean MockOSUser.removeFromGroup(Group group)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.