Uses of Interface
org.apache.jackrabbit.core.security.authorization.AccessControlConstants
-
-
Uses of AccessControlConstants in org.apache.jackrabbit.core.security.authorization
Classes in org.apache.jackrabbit.core.security.authorization that implement AccessControlConstants Modifier and Type Class Description classAbstractAccessControlProviderAbstractAccessControlProvider...classAbstractACLTemplateAbstractACLTemplate... -
Uses of AccessControlConstants in org.apache.jackrabbit.core.security.authorization.acl
Classes in org.apache.jackrabbit.core.security.authorization.acl that implement AccessControlConstants Modifier and Type Class Description classACLEditorACLEditor...classACLProviderThe ACLProvider generates access control policies out of the items stored in the workspace applying the following rules: ANodeis considered access controlled if an ACL has been explicitly assigned to it by adding the mixin typerep:AccessControllableand adding child node of typerep:aclthat forms the acl. a Property is considered 'access controlled' if its parent Node is. An ACL is never assigned to aPropertyitem. ANodethat is not access controlled may inherit the ACL.classEntryCollectorEntryCollectorcollects ACEs defined and effective for a givenNodeand listens to access control modifications in order to inform listeners. -
Uses of AccessControlConstants in org.apache.jackrabbit.core.security.authorization.combined
Classes in org.apache.jackrabbit.core.security.authorization.combined that implement AccessControlConstants Modifier and Type Class Description classCombinedProviderCombinedProvider... -
Uses of AccessControlConstants in org.apache.jackrabbit.core.security.authorization.principalbased
Classes in org.apache.jackrabbit.core.security.authorization.principalbased that implement AccessControlConstants Modifier and Type Class Description classACLEditorACLEditor...classACLProviderACLProvider... -
Uses of AccessControlConstants in org.apache.jackrabbit.core.security.user
Classes in org.apache.jackrabbit.core.security.user that implement AccessControlConstants Modifier and Type Class Description classUserAccessControlProviderImplementation of theAccessControlProviderinterface that is used to protected the 'security workspace' containing the user and group data.
-