Uses of Interface
org.apache.jackrabbit.core.security.authorization.AccessControlProvider
-
-
Uses of AccessControlProvider in org.apache.jackrabbit.core.security
Methods in org.apache.jackrabbit.core.security with parameters of type AccessControlProvider Modifier and Type Method Description voidAccessManager. init(AMContext context, AccessControlProvider acProvider, WorkspaceAccessManager wspAccessMgr)Initialize this access manager.voidDefaultAccessManager. init(AMContext amContext, AccessControlProvider acProvider, WorkspaceAccessManager wspAccessManager) -
Uses of AccessControlProvider in org.apache.jackrabbit.core.security.authorization
Classes in org.apache.jackrabbit.core.security.authorization that implement AccessControlProvider Modifier and Type Class Description classAbstractAccessControlProviderAbstractAccessControlProvider...Methods in org.apache.jackrabbit.core.security.authorization that return AccessControlProvider Modifier and Type Method Description AccessControlProviderAccessControlProviderFactory. createProvider(Session systemSession, WorkspaceSecurityConfig config)Creates an AccessControlProvider for the workspace of the given system session.AccessControlProviderAccessControlProviderFactoryImpl. createProvider(Session systemSession, WorkspaceSecurityConfig config) -
Uses of AccessControlProvider in org.apache.jackrabbit.core.security.authorization.acl
Classes in org.apache.jackrabbit.core.security.authorization.acl that implement AccessControlProvider 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 AccessControlProvider in org.apache.jackrabbit.core.security.authorization.combined
Classes in org.apache.jackrabbit.core.security.authorization.combined that implement AccessControlProvider Modifier and Type Class Description classCombinedProviderCombinedProvider... -
Uses of AccessControlProvider in org.apache.jackrabbit.core.security.authorization.principalbased
Classes in org.apache.jackrabbit.core.security.authorization.principalbased that implement AccessControlProvider Modifier and Type Class Description classACLProviderACLProvider... -
Uses of AccessControlProvider in org.apache.jackrabbit.core.security.simple
Methods in org.apache.jackrabbit.core.security.simple that return AccessControlProvider Modifier and Type Method Description protected AccessControlProviderSimpleSecurityManager. getAccessControlProvider(Session systemSession, String workspaceName)Always returnsnull.Methods in org.apache.jackrabbit.core.security.simple with parameters of type AccessControlProvider Modifier and Type Method Description voidSimpleAccessManager. init(AMContext context, AccessControlProvider acProvider, WorkspaceAccessManager wspAccessManager)Initialize this access manager. -
Uses of AccessControlProvider in org.apache.jackrabbit.core.security.user
Classes in org.apache.jackrabbit.core.security.user that implement AccessControlProvider Modifier and Type Class Description classUserAccessControlProviderImplementation of theAccessControlProviderinterface that is used to protected the 'security workspace' containing the user and group data.
-