Class UserAuthentication

    • Field Detail

      • authorizedApps

        protected Set<String> authorizedApps
      • cacheValidationTime

        protected Date cacheValidationTime
    • Constructor Detail

      • UserAuthentication

        public UserAuthentication​(String userId,
                                  String processEngineName)
    • Method Detail

      • isAuthorizedForApp

        public boolean isAuthorizedForApp​(String app)
      • getAuthorizedApps

        public Set<String> getAuthorizedApps()
      • getTenantIds

        public List<String> getTenantIds()
      • setTenantIds

        public void setTenantIds​(List<String> tenantIds)
      • setGroupIds

        public void setGroupIds​(List<String> groupIds)
      • setAuthorizedApps

        public void setAuthorizedApps​(Set<String> authorizedApps)
      • getCacheValidationTime

        public Date getCacheValidationTime()
      • setCacheValidationTime

        public void setCacheValidationTime​(Date cacheValidationTime)