Class SecurityHelper
- java.lang.Object
-
- com.flowable.platform.service.security.SecurityHelper
-
public class SecurityHelper extends java.lang.Object
-
-
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 SecurityHelper(com.flowable.core.spring.security.interceptor.PlatformSecurityInterceptor platformSecurityInterceptor, java.lang.String[] additionalAdminUsers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
currentUserHasAdminRights()
boolean
currentUserIsSuperAdmin()
-