Uses of Class
org.apache.jackrabbit.core.security.authorization.AbstractAccessControlProvider
-
-
Uses of AbstractAccessControlProvider in org.apache.jackrabbit.core.security.authorization.acl
Subclasses of AbstractAccessControlProvider in org.apache.jackrabbit.core.security.authorization.acl Modifier and Type Class Description 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. -
Uses of AbstractAccessControlProvider in org.apache.jackrabbit.core.security.authorization.combined
Subclasses of AbstractAccessControlProvider in org.apache.jackrabbit.core.security.authorization.combined Modifier and Type Class Description classCombinedProviderCombinedProvider... -
Uses of AbstractAccessControlProvider in org.apache.jackrabbit.core.security.authorization.principalbased
Subclasses of AbstractAccessControlProvider in org.apache.jackrabbit.core.security.authorization.principalbased Modifier and Type Class Description classACLProviderACLProvider... -
Uses of AbstractAccessControlProvider in org.apache.jackrabbit.core.security.user
Subclasses of AbstractAccessControlProvider in org.apache.jackrabbit.core.security.user Modifier and Type Class Description classUserAccessControlProviderImplementation of theAccessControlProviderinterface that is used to protected the 'security workspace' containing the user and group data.
-