Interface IAuthenticate


public interface IAuthenticate

IAuthenticate: HTTP and RTSP authentication interface

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    init(IApplicationInstance appInstance, com.wowza.wms.authentication.AuthenticationItem authenticationItem)
    Initialize authentication class when instantiated as part of an application instance
    void
    init(IVHost vhost, com.wowza.wms.authentication.AuthenticationItem authenticationItem)
    Initialize authentication class when instantiated as part of a vhost
  • Field Details

  • Method Details

    • init

      void init(IApplicationInstance appInstance, com.wowza.wms.authentication.AuthenticationItem authenticationItem)
      Initialize authentication class when instantiated as part of an application instance
      Parameters:
      appInstance - application instance
      authenticationItem - authentication item
    • init

      void init(IVHost vhost, com.wowza.wms.authentication.AuthenticationItem authenticationItem)
      Initialize authentication class when instantiated as part of a vhost
      Parameters:
      vhost - vhost
      authenticationItem - authentication item