Uses of Interface
org.apache.jackrabbit.core.security.authorization.AccessControlUtils
-
-
Uses of AccessControlUtils in org.apache.jackrabbit.core.security.authorization
Classes in org.apache.jackrabbit.core.security.authorization that implement AccessControlUtils Modifier and Type Class Description class
AbstractAccessControlProvider
AbstractAccessControlProvider
... -
Uses of AccessControlUtils in org.apache.jackrabbit.core.security.authorization.acl
Classes in org.apache.jackrabbit.core.security.authorization.acl that implement AccessControlUtils Modifier and Type Class Description class
ACLProvider
The ACLProvider generates access control policies out of the items stored in the workspace applying the following rules: ANode
is considered access controlled if an ACL has been explicitly assigned to it by adding the mixin typerep:AccessControllable
and adding child node of typerep:acl
that forms the acl. a Property is considered 'access controlled' if its parent Node is. An ACL is never assigned to aProperty
item. ANode
that is not access controlled may inherit the ACL. -
Uses of AccessControlUtils in org.apache.jackrabbit.core.security.authorization.combined
Classes in org.apache.jackrabbit.core.security.authorization.combined that implement AccessControlUtils Modifier and Type Class Description class
CombinedProvider
CombinedProvider
... -
Uses of AccessControlUtils in org.apache.jackrabbit.core.security.authorization.principalbased
Classes in org.apache.jackrabbit.core.security.authorization.principalbased that implement AccessControlUtils Modifier and Type Class Description class
ACLProvider
ACLProvider
... -
Uses of AccessControlUtils in org.apache.jackrabbit.core.security.user
Classes in org.apache.jackrabbit.core.security.user that implement AccessControlUtils Modifier and Type Class Description class
UserAccessControlProvider
Implementation of theAccessControlProvider
interface that is used to protected the 'security workspace' containing the user and group data.
-