Uses of Class
org.camunda.community.rest.client.dto.AuthorizationCheckResultDto
Packages that use AuthorizationCheckResultDto
-
Uses of AuthorizationCheckResultDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return AuthorizationCheckResultDtoModifier and TypeMethodDescriptionAuthorizationApi.isUserAuthorized(String permissionName, String resourceName, Integer resourceType, String resourceId, String userId) Perform an Authorization Check Performs an authorization check for the currently authenticated user.AuthorizationApi.isUserAuthorized(String permissionName, String resourceName, Integer resourceType, String resourceId, String userId, Map<String, String> additionalHeaders) Perform an Authorization Check Performs an authorization check for the currently authenticated user. -
Uses of AuthorizationCheckResultDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return AuthorizationCheckResultDtoModifier and TypeMethodDescriptionAuthorizationCheckResultDto.authorized(Boolean authorized) AuthorizationCheckResultDto.permissionName(String permissionName) AuthorizationCheckResultDto.resourceId(String resourceId) AuthorizationCheckResultDto.resourceName(String resourceName)