Class 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 Detail

      • 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 Detail

      • RestInboundChannelModel

        public RestInboundChannelModel()
    • Method Detail

      • getAuthorizedUsers

        public Set<String> getAuthorizedUsers()
      • setAuthorizedUsers

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

        public Set<String> getAuthorizedGroups()
      • setAuthorizedGroups

        public void setAuthorizedGroups​(Set<String> authorizedGroups)