org.sonar.api.security
Class DefaultGroups

java.lang.Object
  extended by org.sonar.api.security.DefaultGroups

public final class DefaultGroups
extends Object

Name of the default user groups

Since:
3.2

Field Summary
static String ADMINISTRATORS
           
static String ANYONE
           
static String USERS
           
 
Method Summary
static boolean isAnyone(String groupName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANYONE

public static final String ANYONE
See Also:
Constant Field Values

ADMINISTRATORS

public static final String ADMINISTRATORS
See Also:
Constant Field Values

USERS

public static final String USERS
See Also:
Constant Field Values
Method Detail

isAnyone

public static boolean isAnyone(String groupName)


Copyright © 2009-2014 SonarSource. All Rights Reserved.