Interface IRed5Realm


  • public interface IRed5Realm
    Red5 security realm.
    Author:
    Paul Gregoire
    • Method Detail

      • setServletContext

        void setServletContext​(javax.servlet.ServletContext servletContext)
        Sets a servlet context.
        Parameters:
        servletContext -
      • getServletContext

        javax.servlet.ServletContext getServletContext()
        Returns the servlet context.
        Returns:
        servlet context
      • setApplicationContext

        void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
        Sets an application context.
        Parameters:
        applicationContext -
      • getApplicationContext

        org.springframework.context.ApplicationContext getApplicationContext()
        Returns the application context.
        Returns:
        application context