Class AuthorizationUpdateDto


  • public class AuthorizationUpdateDto
    extends Object
    AuthorizationUpdateDto
    • Constructor Detail

      • AuthorizationUpdateDto

        public AuthorizationUpdateDto()
    • Method Detail

      • getPermissions

        public List<String> getPermissions()
        An array of Strings holding the permissions provided by this authorization.
        Returns:
        permissions
      • setPermissions

        public void setPermissions​(List<String> permissions)
      • getUserId

        public String getUserId()
        The id of the user this authorization has been created for. The value `*` represents a global authorization ranging over all users.
        Returns:
        userId
      • setUserId

        public void setUserId​(String userId)
      • getGroupId

        public String getGroupId()
        The id of the group this authorization has been created for.
        Returns:
        groupId
      • setGroupId

        public void setGroupId​(String groupId)
      • getResourceType

        public Integer getResourceType()
        An integer representing the resource type. See the [User Guide](https://docs.camunda.org/manual/7.18/user-guide/process-engine/authorization-service/#resources) for a list of integer representations of resource types.
        Returns:
        resourceType
      • setResourceType

        public void setResourceType​(Integer resourceType)
      • getResourceId

        public String getResourceId()
        The resource Id. The value `*` represents an authorization ranging over all instances of a resource.
        Returns:
        resourceId
      • setResourceId

        public void setResourceId​(String resourceId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object