Package org.camunda.bpm.engine.impl.cmd
Class AuthorizationCheckCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AuthorizationCheckCmd
Command allowing to perform an authorization check
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final EnginePersistenceLogger
protected Permission
protected Resource
protected String
protected String
-
Constructor Summary
ConstructorDescriptionAuthorizationCheckCmd
(String userId, List<String> groupIds, Permission permission, Resource resource, String resourceId) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected boolean
isHistoricInstancePermissionsDisabled
(CommandContext commandContext) protected boolean
protected void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Field Details
-
LOG
-
userId
-
groupIds
-
permission
-
resource
-
resourceId
-
-
Constructor Details
-
AuthorizationCheckCmd
-
-
Method Details