org.opennms.acl.util
Class Constants

java.lang.Object
  extended by org.opennms.acl.util.Constants

public class Constants
extends Object

Constants class.

Since:
jdk 1.5.0
Version:
$Id: $
Author:
Massimiliano Dessì (desmax74@yahoo.it)

Field Summary
static String ALGORITHM_SHA
          Constant ALGORITHM_SHA="SHA-1"
static String AUTHORITIES
          Constant AUTHORITIES="authorities"
static String AUTHORITIES_ITEMS
          Constant AUTHORITIES_ITEMS="authItems"
static String AUTHORITY
          Constant AUTHORITY="authority"
static String AUTHORITY_DETAIL
          Constant AUTHORITY_DETAIL="authorityDetail"
static String AUTHORITY_ID
          Constant AUTHORITY_ID="aid"
static String AUTHORITY_ITEMS
          Constant AUTHORITY_ITEMS="authorityItems"
static String COMMA
          Constant COMMA=","
static String CONFIG_ACL_CACHE
          Constant CONFIG_ACL_CACHE="aclCacheName"
static String DELETE
          Constant DELETE="delete"
static String GROUP
          Constant GROUP="group"
static String GROUP_AUTHORITIES
          Constant GROUP_AUTHORITIES="groupAuthorities"
static String GROUP_ID
          Constant GROUP_ID="gid"
static String GROUPS
          Constant GROUPS="groups"
static String ID
          Constant ID="id"
static String INCLUDE_HIDDEN
          Constant INCLUDE_HIDDEN="includedHidden"
static String LOG_NAME
          Constant LOG_NAME="logfile_application"
static String MESSAGE
          Constant MESSAGE="msg"
static String MSG_AUTHORITY_DELETE_FAILURE
          Constant MSG_AUTHORITY_DELETE_FAILURE="authority.delete.failure"
static String MSG_AUTHORITY_DELETE_SUCCESS
          Constant MSG_AUTHORITY_DELETE_SUCCESS="authority.delete.success"
static String OS_SEPARATOR
          Constant OS_SEPARATOR="System.getProperty(file.separator)"
static String PAGE
          Constant PAGE="page"
static String PAGE_NUMBER
          Constant PAGE_NUMBER="pg"
static String PAGER
          Constant PAGER="pager"
static String REDIRECT_AUTHORITY_LIST
          Constant REDIRECT_AUTHORITY_LIST="redirect:authority.list.page"
static String REDIRECT_GROUP_LIST
          Constant REDIRECT_GROUP_LIST="redirect:group.list.page"
static String REDIRECT_USER_AUTHORITIES
          Constant REDIRECT_USER_AUTHORITIES="redirect:user.authorities.page"
static String REDIRECT_USER_LIST
          Constant REDIRECT_USER_LIST="redirect:user.list.page"
static String ROLE_ADMIN
          Constant ROLE_ADMIN="ROLE_ADMIN"
static String ROLE_VIEW_USER
          Constant ROLE_VIEW_USER="ROLE_VIEW_USER"
static String STRATEGIES
          Constant STRATEGIES="strategies"
static String UI_ITEMS
          Constant UI_ITEMS="items"
static String UI_MODE
          Constant UI_MODE="mode"
static String UI_PAGE
          Constant UI_PAGE="pg"
static String UI_USER
          Constant UI_USER="user"
static String UI_USER_AUTHORITIES
          Constant UI_USER_AUTHORITIES="userAuthorities"
static String UI_USER_GROUPS
          Constant UI_USER_GROUPS="userGroups"
static String UI_USERS
          Constant UI_USERS="users"
static String USER
          Constant USER="user"
static String USER_SID
          Constant USER_SID="sid"
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OS_SEPARATOR

public static final String OS_SEPARATOR
Constant OS_SEPARATOR="System.getProperty(file.separator)"


LOG_NAME

public static final String LOG_NAME
Constant LOG_NAME="logfile_application"

See Also:
Constant Field Values

ID

public static String ID
Constant ID="id"


STRATEGIES

public static String STRATEGIES
Constant STRATEGIES="strategies"


COMMA

public static String COMMA
Constant COMMA=","


UI_USERS

public static String UI_USERS
Constant UI_USERS="users"


UI_USER

public static String UI_USER
Constant UI_USER="user"


UI_PAGE

public static String UI_PAGE
Constant UI_PAGE="pg"


UI_ITEMS

public static String UI_ITEMS
Constant UI_ITEMS="items"


USER_SID

public static String USER_SID
Constant USER_SID="sid"


AUTHORITY_ID

public static String AUTHORITY_ID
Constant AUTHORITY_ID="aid"


GROUP_ID

public static String GROUP_ID
Constant GROUP_ID="gid"


UI_MODE

public static String UI_MODE
Constant UI_MODE="mode"


UI_USER_AUTHORITIES

public static String UI_USER_AUTHORITIES
Constant UI_USER_AUTHORITIES="userAuthorities"


UI_USER_GROUPS

public static String UI_USER_GROUPS
Constant UI_USER_GROUPS="userGroups"


PAGE

public static final String PAGE
Constant PAGE="page"

See Also:
Constant Field Values

PAGER

public static final String PAGER
Constant PAGER="pager"

See Also:
Constant Field Values

PAGE_NUMBER

public static String PAGE_NUMBER
Constant PAGE_NUMBER="pg"


USER

public static String USER
Constant USER="user"


GROUPS

public static String GROUPS
Constant GROUPS="groups"


GROUP

public static String GROUP
Constant GROUP="group"


AUTHORITIES

public static String AUTHORITIES
Constant AUTHORITIES="authorities"


AUTHORITY

public static String AUTHORITY
Constant AUTHORITY="authority"


AUTHORITY_ITEMS

public static String AUTHORITY_ITEMS
Constant AUTHORITY_ITEMS="authorityItems"


GROUP_AUTHORITIES

public static String GROUP_AUTHORITIES
Constant GROUP_AUTHORITIES="groupAuthorities"


AUTHORITY_DETAIL

public static String AUTHORITY_DETAIL
Constant AUTHORITY_DETAIL="authorityDetail"


INCLUDE_HIDDEN

public static String INCLUDE_HIDDEN
Constant INCLUDE_HIDDEN="includedHidden"


MESSAGE

public static String MESSAGE
Constant MESSAGE="msg"


DELETE

public static String DELETE
Constant DELETE="delete"


MSG_AUTHORITY_DELETE_SUCCESS

public static String MSG_AUTHORITY_DELETE_SUCCESS
Constant MSG_AUTHORITY_DELETE_SUCCESS="authority.delete.success"


MSG_AUTHORITY_DELETE_FAILURE

public static String MSG_AUTHORITY_DELETE_FAILURE
Constant MSG_AUTHORITY_DELETE_FAILURE="authority.delete.failure"


REDIRECT_AUTHORITY_LIST

public static String REDIRECT_AUTHORITY_LIST
Constant REDIRECT_AUTHORITY_LIST="redirect:authority.list.page"


REDIRECT_GROUP_LIST

public static String REDIRECT_GROUP_LIST
Constant REDIRECT_GROUP_LIST="redirect:group.list.page"


REDIRECT_USER_LIST

public static String REDIRECT_USER_LIST
Constant REDIRECT_USER_LIST="redirect:user.list.page"


REDIRECT_USER_AUTHORITIES

public static String REDIRECT_USER_AUTHORITIES
Constant REDIRECT_USER_AUTHORITIES="redirect:user.authorities.page"


CONFIG_ACL_CACHE

public static String CONFIG_ACL_CACHE
Constant CONFIG_ACL_CACHE="aclCacheName"


ROLE_ADMIN

public static String ROLE_ADMIN
Constant ROLE_ADMIN="ROLE_ADMIN"


ROLE_VIEW_USER

public static String ROLE_VIEW_USER
Constant ROLE_VIEW_USER="ROLE_VIEW_USER"


AUTHORITIES_ITEMS

public static String AUTHORITIES_ITEMS
Constant AUTHORITIES_ITEMS="authItems"


ALGORITHM_SHA

public static final String ALGORITHM_SHA
Constant ALGORITHM_SHA="SHA-1"

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2011. All Rights Reserved.