Class ActivitiRestrictedKeysProvider
java.lang.Object
org.activiti.cloud.services.security.ActivitiRestrictedKeysProvider
- All Implemented Interfaces:
com.introproventures.graphql.jpa.query.schema.RestrictedKeysProvider,Function<com.introproventures.graphql.jpa.query.schema.impl.EntityIntrospector.EntityIntrospectionResult,Optional<List<Object>>>
public class ActivitiRestrictedKeysProvider
extends Object
implements com.introproventures.graphql.jpa.query.schema.RestrictedKeysProvider
-
Constructor Summary
ConstructorsConstructorDescriptionActivitiRestrictedKeysProvider(jakarta.persistence.EntityManagerFactory entityManagerFactory, ProcessDefinitionRestrictionService processDefinitionRestrictionService, ProcessInstanceRestrictionService processInstanceRestrictionService, ProcessVariableRestrictionService processVariableRestrictionService, TaskLookupRestrictionService taskLookupRestrictionService, TaskVariableLookupRestrictionService taskVariableLookupRestrictionService, List<String> unrestrictedRoles) -
Method Summary
Modifier and TypeMethodDescriptionapply(com.introproventures.graphql.jpa.query.schema.impl.EntityIntrospector.EntityIntrospectionResult entityDescriptor) voidsetRolePrefix(String rolePrefix)
-
Constructor Details
-
ActivitiRestrictedKeysProvider
public ActivitiRestrictedKeysProvider(jakarta.persistence.EntityManagerFactory entityManagerFactory, ProcessDefinitionRestrictionService processDefinitionRestrictionService, ProcessInstanceRestrictionService processInstanceRestrictionService, ProcessVariableRestrictionService processVariableRestrictionService, TaskLookupRestrictionService taskLookupRestrictionService, TaskVariableLookupRestrictionService taskVariableLookupRestrictionService, List<String> unrestrictedRoles)
-
-
Method Details
-
getRolePrefix
-
setRolePrefix
-
getUnrestrictedRoles
-
apply
-