com.atlassian.jira.security.groups
Class DefaultGroupManager

java.lang.Object
  extended by com.atlassian.jira.security.groups.DefaultGroupManager
All Implemented Interfaces:
GroupManager

public class DefaultGroupManager
extends Object
implements GroupManager

Default implementation of GroupManager.

Since:
v3.13

Constructor Summary
DefaultGroupManager(UserManager userManager)
           
 
Method Summary
 Group getGroup(String groupname)
          Returns the Group for this groupname, else null if no such Group exists.
 boolean groupExists(String groupname)
          Returns true if the given group name exists.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGroupManager

public DefaultGroupManager(UserManager userManager)
Method Detail

groupExists

public boolean groupExists(String groupname)
Description copied from interface: GroupManager
Returns true if the given group name exists.

Specified by:
groupExists in interface GroupManager
Parameters:
groupname - The group name.
Returns:
true if the given group name exists.

getGroup

public Group getGroup(String groupname)
Description copied from interface: GroupManager
Returns the Group for this groupname, else null if no such Group exists.

Specified by:
getGroup in interface GroupManager
Parameters:
groupname - The group name.
Returns:
The Group for this groupname, else null if no such Group exists.


Copyright © 2002-2009 Atlassian. All Rights Reserved.