Interface IAuthenticate3


public interface IAuthenticate3

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
    com.wowza.wms.authentication.AuthenticationItem
    Return the authentication item object
    Return the authentication method invoked - play or publish
    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
    void
    Set the authentication method invoked - play or publish
  • 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
    • getAuthenticationItem

      com.wowza.wms.authentication.AuthenticationItem getAuthenticationItem()
      Return the authentication item object
      Returns:
      authentication item
    • setAuthenticationMethod

      void setAuthenticationMethod(String method)
      Set the authentication method invoked - play or publish
    • getAuthenticationMethod

      String getAuthenticationMethod()
      Return the authentication method invoked - play or publish
      Returns:
      authentication item