org.camunda.bpm.engine.impl.cmd
Class AuthorizationCheckCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AuthorizationCheckCmd
- All Implemented Interfaces:
- Command<Boolean>
public class AuthorizationCheckCmd
- extends Object
- implements Command<Boolean>
Command allowing to perform an authorization check
- Author:
- Daniel Meyer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
userId
protected String userId
groupIds
protected List<String> groupIds
permission
protected Permission permission
resource
protected Resource resource
resourceId
protected String resourceId
AuthorizationCheckCmd
public AuthorizationCheckCmd(String userId,
List<String> groupIds,
Permission permission,
Resource resource,
String resourceId)
execute
public Boolean execute(CommandContext commandContext)
- Specified by:
execute
in interface Command<Boolean>
Copyright © 2016 camunda services GmbH. All rights reserved.