Class BasePlatformResource

java.lang.Object
com.flowable.platform.rest.service.api.BasePlatformResource
Direct Known Subclasses:
ActivitiesManagementResource, CaseInstancesManagementResource, ContentItemsManagementResource, LicenseResource, PlanItemManagementResource, PlatformEngineResource, PlatformReportsResource, ProcessInstancesManagementResource, TasksManagementResource, TemplateResource, WorkManagementResource

public class BasePlatformResource
extends java.lang.Object
Author:
Javier Casal
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String[] additionalAdminUsers  
    protected com.flowable.core.spring.security.interceptor.PlatformSecurityInterceptor platformSecurityInterceptor  
  • Constructor Summary

    Constructors 
    Constructor Description
    BasePlatformResource()  
  • Method Summary

    Modifier and Type Method Description
    protected boolean currentUserHasAdminRights()  
    protected boolean currentUserHasAuthority​(java.lang.String authority)  
    protected boolean currentUserIsSuperAdmin()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait