Interface AuthorizationConfiguration
-
- All Superinterfaces:
SecurityConfiguration
- All Known Implementing Classes:
AuthorizationConfigurationImpl
,CompositeAuthorizationConfiguration
,CugConfiguration
,OpenAuthorizationConfiguration
,PredefinedAuthorizationConfiguration
,PrincipalBasedAuthorizationConfiguration
,ReadOnlyAuthorizationConfiguration
,ThreeRolesAuthorizationConfiguration
public interface AuthorizationConfiguration extends SecurityConfiguration
Configuration for access control management and permission evaluation.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
SecurityConfiguration.Default
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull AccessControlManager
getAccessControlManager(@NotNull Root root, @NotNull NamePathMapper namePathMapper)
@NotNull PermissionProvider
getPermissionProvider(@NotNull Root root, @NotNull String workspaceName, @NotNull Set<Principal> principals)
@NotNull RestrictionProvider
getRestrictionProvider()
-
Methods inherited from interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
getCommitHooks, getConflictHandlers, getContext, getMonitors, getName, getParameters, getProtectedItemImporters, getRepositoryInitializer, getValidators, getWorkspaceInitializer
-
-
-
-
Field Detail
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAccessControlManager
@NotNull @NotNull AccessControlManager getAccessControlManager(@NotNull @NotNull Root root, @NotNull @NotNull NamePathMapper namePathMapper)
-
getRestrictionProvider
@NotNull @NotNull RestrictionProvider getRestrictionProvider()
-
getPermissionProvider
@NotNull @NotNull PermissionProvider getPermissionProvider(@NotNull @NotNull Root root, @NotNull @NotNull String workspaceName, @NotNull @NotNull Set<Principal> principals)
-
-