站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

SecurityConstants - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.security
Interface SecurityConstants


public interface SecurityConstants

Version:
$Revision: 5448 $
Author:
Julien Viet, Anil.Saldhana@jboss.org

Field Summary
static java.lang.String AUTHENTICATED_ROLE_NAME
          The mandatory role name for each authenticated user.
static java.lang.String PERMISSION_RECURSIVE_IDENTIFIER
          An identifier that is added to the action in a permission to represent a recursive permission.
static java.lang.String UNCHECKED_ROLE_NAME
          Define the special role name that significate that a permission is unchecked.
 

Field Detail

UNCHECKED_ROLE_NAME

public static final java.lang.String UNCHECKED_ROLE_NAME
Define the special role name that significate that a permission is unchecked.


AUTHENTICATED_ROLE_NAME

public static final java.lang.String AUTHENTICATED_ROLE_NAME
The mandatory role name for each authenticated user.


PERMISSION_RECURSIVE_IDENTIFIER

public static final java.lang.String PERMISSION_RECURSIVE_IDENTIFIER
An identifier that is added to the action in a permission to represent a recursive permission.