Interface BpmnSecurityContext
- All Known Implementing Classes:
BpmnSecurityContextImpl
public interface BpmnSecurityContext
- Author:
- Kochetkov
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getBpmnUserRoles
(String username) getUserByUsername
(String username) boolean
roleExists
(String roleName)
-
Method Details
-
getCurrentUsername
String getCurrentUsername() -
getBpmnUserRoles
-
getCurrentUserBpmnRoles
Collection<String> getCurrentUserBpmnRoles() -
canStartAnyProcess
boolean canStartAnyProcess() -
getUserByUsername
-
roleExists
-