dear all,
I'm working with custom privileges, I did register a custom privilege doing
this:

PrivilegeManager privilegeManager = ((JackrabbitWorkspace)
session.getWorkspace()).getPrivilegeManager();
Privilege privilege =
privilegeManager.registerPrivilege("custom:mycustomprivilege",
false, new String[0]);

How can i delete it? There's an automated way to specify all my custom
privileges (like the file *.config for the custom node types)?

Marco.

Reply via email to