Interface AuthorizationConfiguration
- All Superinterfaces:
SecurityConfiguration
- All Known Implementing Classes:
AuthorizationConfigurationImpl
,CompositeAuthorizationConfiguration
,CugConfiguration
,OpenAuthorizationConfiguration
,PredefinedAuthorizationConfiguration
,PrincipalBasedAuthorizationConfiguration
,ReadOnlyAuthorizationConfiguration
,ThreeRolesAuthorizationConfiguration
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
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription@NotNull AccessControlManager
getAccessControlManager
(@NotNull Root root, @NotNull NamePathMapper namePathMapper) @NotNull PermissionProvider
getPermissionProvider
(@NotNull Root root, @NotNull String workspaceName, @NotNull Set<Principal> principals) @NotNull RestrictionProvider
Methods inherited from interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
getCommitHooks, getConflictHandlers, getContext, getMonitors, getName, getParameters, getProtectedItemImporters, getRepositoryInitializer, getValidators, getWorkspaceInitializer
-
Field Details
-
NAME
- See Also:
-
-
Method Details
-
getAccessControlManager
@NotNull @NotNull AccessControlManager getAccessControlManager(@NotNull @NotNull Root root, @NotNull @NotNull NamePathMapper namePathMapper) -
getRestrictionProvider
-
getPermissionProvider
@NotNull @NotNull PermissionProvider getPermissionProvider(@NotNull @NotNull Root root, @NotNull @NotNull String workspaceName, @NotNull @NotNull Set<Principal> principals)
-