org.camunda.bpm.engine.rest.sub.authorization.impl
Class AuthorizationResourceImpl
java.lang.Object
org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
org.camunda.bpm.engine.rest.sub.authorization.impl.AuthorizationResourceImpl
- All Implemented Interfaces:
- AuthorizationResource
public class AuthorizationResourceImpl
- extends AbstractAuthorizedRestResource
- implements AuthorizationResource
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
authorizationService
protected final AuthorizationService authorizationService
relativeRootResourcePath
protected String relativeRootResourcePath
AuthorizationResourceImpl
public AuthorizationResourceImpl(String processEngineName,
String resourceId,
String relativeRootResourcePath,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
getAuthorization
public AuthorizationDto getAuthorization(javax.ws.rs.core.UriInfo context)
- Specified by:
getAuthorization in interface AuthorizationResource
deleteAuthorization
public void deleteAuthorization()
- Specified by:
deleteAuthorization in interface AuthorizationResource
updateAuthorization
public void updateAuthorization(AuthorizationDto dto)
- Specified by:
updateAuthorization in interface AuthorizationResource
availableOperations
public ResourceOptionsDto availableOperations(javax.ws.rs.core.UriInfo context)
- Specified by:
availableOperations in interface AuthorizationResource
getDbAuthorization
protected Authorization getDbAuthorization()
Copyright © 2016 camunda services GmbH. All rights reserved.