Package com.flowable.platform.service
Class BasePlatformInterceptor
java.lang.Object
com.flowable.platform.service.BasePlatformInterceptor
- Direct Known Subclasses:
BasePlatformBpmnInterceptor
,BasePlatformCmmnInterceptor
public class BasePlatformInterceptor
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
defaultSecurityPolicyKey
protected SecurityPolicyModel
defaultSecurityPolicyModel
protected static java.lang.String
SECURITY_POLICY_MODEL
-
Constructor Summary
Constructors Modifier Constructor Description protected
BasePlatformInterceptor(java.lang.String defaultSecurityPolicyKey)
-
Method Summary
Modifier and Type Method Description protected void
createTranslation(java.lang.String scopeId, java.lang.String scopeType, java.lang.String key, java.lang.String locale, java.lang.String value)
protected SecurityPolicyModel
getDefaultSecurityPolicyModel(java.lang.String tenantId, PolicyRepositoryService policyRepositoryService)
protected SecurityPolicyModel
getSecurityPolicyModelByKey(java.lang.String securityPolicyModelKey, java.lang.String tenantId)
-
Field Details
-
SECURITY_POLICY_MODEL
protected static final java.lang.String SECURITY_POLICY_MODEL- See Also:
- Constant Field Values
-
defaultSecurityPolicyKey
protected java.lang.String defaultSecurityPolicyKey -
defaultSecurityPolicyModel
-
-
Constructor Details
-
BasePlatformInterceptor
protected BasePlatformInterceptor(java.lang.String defaultSecurityPolicyKey)
-
-
Method Details
-
getSecurityPolicyModelByKey
protected SecurityPolicyModel getSecurityPolicyModelByKey(java.lang.String securityPolicyModelKey, java.lang.String tenantId) -
getDefaultSecurityPolicyModel
protected SecurityPolicyModel getDefaultSecurityPolicyModel(java.lang.String tenantId, PolicyRepositoryService policyRepositoryService) -
createTranslation
protected void createTranslation(java.lang.String scopeId, java.lang.String scopeType, java.lang.String key, java.lang.String locale, java.lang.String value)
-