Interface PrivilegeConfiguration

All Superinterfaces:
SecurityConfiguration

public interface PrivilegeConfiguration extends SecurityConfiguration
Interface for the privilege management configuration.
  • Field Details

  • 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 of PrivilegeManager.
      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.