Class UserStatusEndpointModule

  • All Implemented Interfaces:
    Module, tigase.kernel.beans.config.ConfigurationChangedAware, tigase.kernel.beans.Initializable, tigase.kernel.beans.RegistrarBean, tigase.kernel.beans.UnregisterAware, tigase.stats.StatisticHolder

    @Bean(name="user-status-endpoint",
          parent=HttpMessageReceiver.class,
          active=true)
    @ConfigType({DefaultMode,SessionManagerMode,ConnectionManagersMode,ComponentMode})
    public class UserStatusEndpointModule
    extends AbstractBareModule
    • Constructor Detail

      • UserStatusEndpointModule

        public UserStatusEndpointModule()
    • Method Detail

      • getDescription

        public String getDescription()
      • isRequestAllowed

        public boolean isRequestAllowed​(String key,
                                        String domain,
                                        String path)
      • getUserRepository

        public tigase.db.UserRepository getUserRepository()
      • getAuthRepository

        public tigase.db.AuthRepository getAuthRepository()