Uses of Class
org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCheckResultDto

Packages that use AuthorizationCheckResultDto
org.camunda.bpm.engine.rest   
org.camunda.bpm.engine.rest.impl   
 

Uses of AuthorizationCheckResultDto in org.camunda.bpm.engine.rest
 

Methods in org.camunda.bpm.engine.rest that return AuthorizationCheckResultDto
 AuthorizationCheckResultDto AuthorizationRestService.isUserAuthorized(String permissionName, String resourceName, Integer resourceType, String resourceId)
           
 

Uses of AuthorizationCheckResultDto in org.camunda.bpm.engine.rest.impl
 

Methods in org.camunda.bpm.engine.rest.impl that return AuthorizationCheckResultDto
 AuthorizationCheckResultDto AuthorizationRestServiceImpl.isUserAuthorized(String permissionName, String resourceName, Integer resourceType, String resourceId)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.