lumis.portal.group.acl
Enum GroupPermissions

Package class diagram package GroupPermissions
java.lang.Object
  extended by java.lang.Enum<GroupPermissions>
      extended by lumis.portal.group.acl.GroupPermissions
All Implemented Interfaces:
Serializable, Comparable<GroupPermissions>, IPermission

@StableMinor(version="5.5",
             sinceVersion="4.0")
public enum GroupPermissions
extends Enum<GroupPermissions>
implements IPermission

Since:
4.0.0

Enum Constant Summary
MANAGE_GROUP
           
MANAGE_GROUP_SECURITY
           
 
Method Summary
static int[] getImplies()
           
static HashMap<Integer,Integer> getInheritPermissionsMap()
           
static String getPermissionsDefinition(Locale locale)
           
static int getRequiredPermissions()
           
 String implies()
           
 int inheritPermission()
           
 boolean isRequired()
           
 String localizedName(Locale locale)
           
 int value()
           
static GroupPermissions valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GroupPermissions[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface lumis.util.security.acl.IPermission
name, ordinal
 

Enum Constant Detail

MANAGE_GROUP_SECURITY

public static final GroupPermissions MANAGE_GROUP_SECURITY

MANAGE_GROUP

public static final GroupPermissions MANAGE_GROUP
Method Detail

values

public static GroupPermissions[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (GroupPermissions c : GroupPermissions.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static GroupPermissions valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

implies

public String implies()
Specified by:
implies in interface IPermission
Returns:

value

public int value()
Specified by:
value in interface IPermission

isRequired

public boolean isRequired()
Specified by:
isRequired in interface IPermission

localizedName

public String localizedName(Locale locale)

inheritPermission

public int inheritPermission()

getPermissionsDefinition

public static String getPermissionsDefinition(Locale locale)

getInheritPermissionsMap

public static HashMap<Integer,Integer> getInheritPermissionsMap()

getImplies

public static int[] getImplies()
                        throws PortalException
Throws:
PortalException

getRequiredPermissions

public static int getRequiredPermissions()
                                  throws PortalException
Throws:
PortalException


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.