Interface PrivilegeHandler
-
public interface PrivilegeHandler
This handler is used for registering, removing and reading app specific privileges. It can only be injected in the novomind iAGENT routing process.- Since:
- 11.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Privilege
getOrCreatePrivilege(java.lang.String name)
This method gets or creates aPrivilege
with the name for the appboolean
hasPrivilege(User user, Privilege privilege)
Checks if the user has thePrivilege
void
removePrivilege(Privilege privilege)
Removes thePrivilege
from the novomind iAGENT system
-