Package | Description |
---|---|
org.apache.jackrabbit.oak.benchmark.authorization | |
org.apache.jackrabbit.oak.jcr.delegate |
This package contains the delegates for the various JCR API entities.
|
org.apache.jackrabbit.oak.security.authorization.accesscontrol | |
org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol | |
org.apache.jackrabbit.oak.spi.security.authorization.permission | |
org.apache.jackrabbit.oak.spi.security.authorization.principalbased.impl |
Modifier and Type | Method and Description |
---|---|
static boolean |
Utils.addEntry(@NotNull JackrabbitAccessControlManager acMgr,
@NotNull java.security.Principal principal,
@NotNull java.lang.String path,
@NotNull Privilege[] privileges) |
Modifier and Type | Class and Description |
---|---|
class |
JackrabbitAccessControlManagerDelegator
This implementation of
JackrabbitAccessControlManager delegates back to a
delegatee wrapping each call into a SessionOperation closure. |
Constructor and Description |
---|
JackrabbitAccessControlManagerDelegator(@NotNull SessionDelegate delegate,
@NotNull JackrabbitAccessControlManager acManager) |
Modifier and Type | Class and Description |
---|---|
class |
AccessControlManagerImpl
Default implementation of the
JackrabbitAccessControlManager interface. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAccessControlManager
Default implementation of the
JackrabbitAccessControlManager interface. |
Modifier and Type | Method and Description |
---|---|
boolean |
AggregationFilter.stop(@NotNull JackrabbitAccessControlManager accessControlManager,
@NotNull java.util.Set<java.security.Principal> principals)
Determine if computing effective access control policies for the given set of principals should stop after the
given
accessControlManager completed. |
Modifier and Type | Method and Description |
---|---|
boolean |
AggregationFilterImpl.stop(@NotNull JackrabbitAccessControlManager accessControlManager,
@NotNull java.util.Set<java.security.Principal> principals) |
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.