Interface AccessControlConstants
-
public interface AccessControlConstants
-
-
Field Summary
Fields Modifier and Type Field Description static Name
N_POLICY
Default name for a node of type rep:Policy.static Name
N_REP_PRINCIPAL_NAME
rep:principalNamestatic Name
N_REP_PRIVILEGES
rep:privilegesstatic Name
N_REPO_POLICY
Name for a node of type 'rep:repoPolicy'.static Name
NT_REP_ACCESS_CONTROLLABLE
rep:AccessControllable nodetypestatic Name
NT_REP_ACL
static Name
NT_REP_DENY_ACE
static Name
NT_REP_GRANT_ACE
static Name
NT_REP_REPO_ACCESS_CONTROLLABLE
rep:RepoAccessControllable node type.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.
-
-
-
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 for a node of type 'rep:repoPolicy'.
-
NT_REP_REPO_ACCESS_CONTROLLABLE
static final Name NT_REP_REPO_ACCESS_CONTROLLABLE
rep:RepoAccessControllable node type.
-
NT_REP_ACCESS_CONTROLLABLE
static final Name NT_REP_ACCESS_CONTROLLABLE
rep:AccessControllable nodetype
-
NT_REP_GRANT_ACE
static final Name NT_REP_GRANT_ACE
-
NT_REP_DENY_ACE
static final Name NT_REP_DENY_ACE
-
NT_REP_ACL
static final Name NT_REP_ACL
-
N_REP_PRINCIPAL_NAME
static final Name N_REP_PRINCIPAL_NAME
rep:principalName
-
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.
-
N_REP_PRIVILEGES
static final Name N_REP_PRIVILEGES
rep:privileges
-
-