Class BaseServiceDefinitionResource
java.lang.Object
com.flowable.serviceregistry.rest.service.api.repository.BaseServiceDefinitionResource
- Direct Known Subclasses:
ServiceDefinitionCollectionResource
,ServiceDefinitionResource
,ServiceDeploymentCollectionResource
,ServiceDeploymentResource
,ServiceDeploymentResourceDataResource
,ServiceEngineResource
public class BaseServiceDefinitionResource
extends java.lang.Object
- Author:
- Valentin Zickner
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String[]
additionalAdminUsers
protected java.lang.Integer
defaultListResponseSize
protected com.flowable.core.spring.security.interceptor.PlatformSecurityInterceptor
platformSecurityInterceptor
protected ServiceRegistryRepositoryService
serviceRegistryRepositoryService
-
Constructor Summary
Constructors Constructor Description BaseServiceDefinitionResource(ServiceRegistryRepositoryService serviceRegistryRepositoryService)
-
Method Summary
Modifier and Type Method Description protected boolean
currentUserHasAdminRights()
protected boolean
currentUserIsSuperAdmin()
protected void
validateAccessToServiceManagement()
-
Field Details
-
serviceRegistryRepositoryService
-
platformSecurityInterceptor
@Autowired(required=false) protected com.flowable.core.spring.security.interceptor.PlatformSecurityInterceptor platformSecurityInterceptor -
additionalAdminUsers
@Value("${flowable.platform.idm.additional-admin-users:}") protected java.lang.String[] additionalAdminUsers -
defaultListResponseSize
@Value("${flowable.platform.rest.default-list-response-size:100}") protected java.lang.Integer defaultListResponseSize
-
-
Constructor Details
-
BaseServiceDefinitionResource
public BaseServiceDefinitionResource(ServiceRegistryRepositoryService serviceRegistryRepositoryService)
-
-
Method Details
-
currentUserHasAdminRights
protected boolean currentUserHasAdminRights() -
currentUserIsSuperAdmin
protected boolean currentUserIsSuperAdmin() -
validateAccessToServiceManagement
protected void validateAccessToServiceManagement()
-