Interface AccessControlConstants
-
- All Known Implementing Classes:
AbstractAccessControlProvider,AbstractACLTemplate,ACLEditor,ACLEditor,ACLProvider,ACLProvider,CombinedProvider,EntryCollector,UserAccessControlProvider
public interface AccessControlConstantsAccessControlConstants...
-
-
Field Summary
Fields Modifier and Type Field Description static NameN_ACCESSCONTROLPrincipalBased-ACL: Name of the root-node of all access-control-nodes that store the privileges for individual principals.static NameN_POLICYDefault name for a node of type rep:Policy.static NameN_REPO_POLICYName name for a node of type rep:Policy storing repository level privileges.static NameNT_REP_ACCESS_CONTROLrep:AccessControl nodetypestatic NameNT_REP_ACCESS_CONTROLLABLErep:AccessControllable nodetypestatic NameNT_REP_ACErep:ACE nodetypestatic NameNT_REP_ACLrep:ACL nodetypestatic NameNT_REP_DENY_ACErep:DenyACE nodetypestatic NameNT_REP_GRANT_ACErep:GrantACE nodetypestatic NameNT_REP_PRINCIPAL_ACCESS_CONTROLrep:PrincipalAccessControl nodetypestatic NameNT_REP_REPO_ACCESS_CONTROLLABLErep:RepoAccessControllable nodetypestatic NameP_GLOBrep: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 NameP_PRINCIPAL_NAMErep:principalName property namestatic NameP_PRIVILEGESrep:privileges property name
-
-
-
Field Detail
-
N_POLICY
static final Name N_POLICY
Default name for a node of type rep:Policy.
-
N_REPO_POLICY
static final Name N_REPO_POLICY
Name name for a node of type rep:Policy storing repository level privileges.
-
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_REPO_ACCESS_CONTROLLABLE
static final Name NT_REP_REPO_ACCESS_CONTROLLABLE
rep:RepoAccessControllable 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
-
-