Interface PrivilegeConfiguration

All Superinterfaces:
SecurityConfiguration

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

  • Method Details

    • getPrivilegeManager

      @NotNull @NotNull PrivilegeManager getPrivilegeManager(@NotNull @NotNull Root root, @NotNull @NotNull 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.