Class RestInboundChannelModel

java.lang.Object
org.flowable.eventregistry.model.ChannelModel
org.flowable.eventregistry.model.InboundChannelModel
com.flowable.platform.engine.impl.eventregistry.rest.RestInboundChannelModel

public class RestInboundChannelModel extends InboundChannelModel
Inbound Channel model for incoming REST requests. Allows to set authorized users or authorized groups who have access to this channel.
Author:
Roman Saratz
  • Field Details

    • authorizedUsers

      protected Set<String> authorizedUsers
      Set of userIds that are allowed to trigger events on this channel
    • authorizedGroups

      protected Set<String> authorizedGroups
      Set of groupIds that are allowed to trigger events on this channel
  • Constructor Details

    • RestInboundChannelModel

      public RestInboundChannelModel()
  • Method Details

    • getAuthorizedUsers

      public Set<String> getAuthorizedUsers()
    • setAuthorizedUsers

      public void setAuthorizedUsers(Set<String> authorizedUsers)
    • getAuthorizedGroups

      public Set<String> getAuthorizedGroups()
    • setAuthorizedGroups

      public void setAuthorizedGroups(Set<String> authorizedGroups)