lumis.portal.channel.acl
Enum ChannelPermissions
java.lang.Object
java.lang.Enum<ChannelPermissions>
lumis.portal.channel.acl.ChannelPermissions
- All Implemented Interfaces:
- Serializable, Comparable<ChannelPermissions>, IPermission
@StableMinor(version="4.1",
sinceVersion="4.0")
public enum ChannelPermissions
- extends Enum<ChannelPermissions>
- implements IPermission
Represents permissions for a channel.
- Since:
- 4.0.0
MANAGE_CHANNEL_SECURITY
public static final ChannelPermissions MANAGE_CHANNEL_SECURITY
MANAGE_CHANNEL
public static final ChannelPermissions MANAGE_CHANNEL
MANAGE_LOCAL_USER
public static final ChannelPermissions MANAGE_LOCAL_USER
MANAGE_LOCAL_GROUP_SECURITY
public static final ChannelPermissions MANAGE_LOCAL_GROUP_SECURITY
MANAGE_LOCAL_GROUP
public static final ChannelPermissions MANAGE_LOCAL_GROUP
MANAGE_PAGE_SECURITY
public static final ChannelPermissions MANAGE_PAGE_SECURITY
MANAGE_PAGE
public static final ChannelPermissions MANAGE_PAGE
MANAGE_PAGE_LAYOUT
public static final ChannelPermissions MANAGE_PAGE_LAYOUT
VIEW_PAGE
public static final ChannelPermissions VIEW_PAGE
MANAGE_PAGE_TEMPLATE_SECURITY
public static final ChannelPermissions MANAGE_PAGE_TEMPLATE_SECURITY
MANAGE_PAGE_TEMPLATE
public static final ChannelPermissions MANAGE_PAGE_TEMPLATE
MANAGE_PAGE_TEMPLATE_LAYOUT
public static final ChannelPermissions MANAGE_PAGE_TEMPLATE_LAYOUT
VIEW_PAGE_TEMPLATE
public static final ChannelPermissions VIEW_PAGE_TEMPLATE
MANAGE_SERVICE_INSTANCE_SECURITY
public static final ChannelPermissions MANAGE_SERVICE_INSTANCE_SECURITY
MANAGE_SERVICE_INSTANCE
public static final ChannelPermissions MANAGE_SERVICE_INSTANCE
VIEW_SERVICE_INSTANCE
public static final ChannelPermissions VIEW_SERVICE_INSTANCE
MANAGE_LOCAL_USER_MEMBERSHIP
public static final ChannelPermissions MANAGE_LOCAL_USER_MEMBERSHIP
MANAGE_LOCAL_GROUP_MEMBERSHIP
public static final ChannelPermissions MANAGE_LOCAL_GROUP_MEMBERSHIP
values
public static final ChannelPermissions[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(ChannelPermissions c : ChannelPermissions.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static ChannelPermissions 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
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 4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.