Interface PrivilegeConfiguration
- All Superinterfaces:
SecurityConfiguration
Interface for the privilege management configuration.
-
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 org.apache.jackrabbit.api.security.authorization.PrivilegeManagergetPrivilegeManager(@NotNull org.apache.jackrabbit.oak.api.Root root, @NotNull org.apache.jackrabbit.oak.namepath.NamePathMapper namePathMapper) Creates a new instance ofPrivilegeManager.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
-
getPrivilegeManager
@NotNull @NotNull org.apache.jackrabbit.api.security.authorization.PrivilegeManager getPrivilegeManager(@NotNull @NotNull org.apache.jackrabbit.oak.api.Root root, @NotNull @NotNull org.apache.jackrabbit.oak.namepath.NamePathMapper namePathMapper) Creates a new instance ofPrivilegeManager.- Parameters:
root- The root for which the privilege manager should be created.namePathMapper- The name and path mapper to be used.- Returns:
- A new
PrivilegeManager.
-