Interface BpmnSecurityContext

All Known Implementing Classes:
BpmnSecurityContextImpl

public interface BpmnSecurityContext
Author:
Kochetkov
  • Method Details

    • getCurrentUsername

      String getCurrentUsername()
    • getBpmnUserRoles

      Collection<String> getBpmnUserRoles(String username)
    • getCurrentUserBpmnRoles

      Collection<String> getCurrentUserBpmnRoles()
    • canStartAnyProcess

      boolean canStartAnyProcess()
    • getUserByUsername

      RuntimeUser getUserByUsername(String username)
    • roleExists

      boolean roleExists(String roleName)