Class AuthenticationService


  • public class AuthenticationService
    extends Object
    • Constructor Detail

      • AuthenticationService

        public AuthenticationService()
    • Method Detail

      • getTenantsOfUser

        public List<String> getTenantsOfUser​(org.camunda.bpm.engine.ProcessEngine engine,
                                             String userId)
      • getGroupsOfUser

        public List<String> getGroupsOfUser​(org.camunda.bpm.engine.ProcessEngine engine,
                                            String userId)
      • isAuthorizedForApp

        protected boolean isAuthorizedForApp​(org.camunda.bpm.engine.AuthorizationService authorizationService,
                                             String username,
                                             List<String> groupIds,
                                             String application)