org.apache.jackrabbit.core.security.authorization
Interface AccessControlConstants

All Known Implementing Classes:
AbstractAccessControlProvider, AbstractACLTemplate, ACLEditor, ACLEditor, ACLProvider, ACLProvider, CombinedProvider, EntryCollector, UserAccessControlProvider

public interface AccessControlConstants

AccessControlConstants...


Field Summary
static Name N_ACCESSCONTROL
          PrincipalBased-ACL: Name of the root-node of all access-control-nodes that store the privileges for individual principals.
static Name N_POLICY
          Default name for a node of type rep:Policy.
static Name NT_REP_ACCESS_CONTROL
          rep:AccessControl nodetype
static Name NT_REP_ACCESS_CONTROLLABLE
          rep:AccessControllable nodetype
static Name NT_REP_ACE
          rep:ACE nodetype
static Name NT_REP_ACL
          rep:ACL nodetype
static Name NT_REP_DENY_ACE
          rep:DenyACE nodetype
static Name NT_REP_GRANT_ACE
          rep:GrantACE nodetype
static Name NT_REP_PRINCIPAL_ACCESS_CONTROL
          rep:PrincipalAccessControl nodetype
static Name P_GLOB
          rep:glob property name used to restrict the number of child nodes or properties that are affected by an ACL inherited from a parent node.
static Name P_PRINCIPAL_NAME
          rep:principalName property name
static Name P_PRIVILEGES
          rep:privileges property name
 

Field Detail

N_POLICY

static final Name N_POLICY
Default name for a node of type rep:Policy.


N_ACCESSCONTROL

static final Name N_ACCESSCONTROL
PrincipalBased-ACL: Name of the root-node of all access-control-nodes that store the privileges for individual principals. This node is created upon initializing this provider.


P_PRIVILEGES

static final Name P_PRIVILEGES
rep:privileges property name


P_PRINCIPAL_NAME

static final Name P_PRINCIPAL_NAME
rep:principalName property name


P_GLOB

static final Name P_GLOB
rep:glob property name used to restrict the number of child nodes or properties that are affected by an ACL inherited from a parent node.


NT_REP_ACCESS_CONTROLLABLE

static final Name NT_REP_ACCESS_CONTROLLABLE
rep:AccessControllable nodetype


NT_REP_ACL

static final Name NT_REP_ACL
rep:ACL nodetype


NT_REP_ACE

static final Name NT_REP_ACE
rep:ACE nodetype


NT_REP_GRANT_ACE

static final Name NT_REP_GRANT_ACE
rep:GrantACE nodetype


NT_REP_DENY_ACE

static final Name NT_REP_DENY_ACE
rep:DenyACE nodetype


NT_REP_ACCESS_CONTROL

static final Name NT_REP_ACCESS_CONTROL
rep:AccessControl nodetype


NT_REP_PRINCIPAL_ACCESS_CONTROL

static final Name NT_REP_PRINCIPAL_ACCESS_CONTROL
rep:PrincipalAccessControl nodetype



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.