Uses of Interface
com.jniwrapper.win32.ie.event.AuthenticationHandler

Packages that use AuthenticationHandler
com.jniwrapper.win32.ie Contains the basic classes and interfaces. 
 

Uses of AuthenticationHandler in com.jniwrapper.win32.ie
 

Methods in com.jniwrapper.win32.ie that return AuthenticationHandler
 AuthenticationHandler WebBrowser.getAuthenticationHandler()
          Returns the current browser authentication handler or null if it's was not specified.
 AuthenticationHandler IEAutomation.getAuthenticationHandler()
          This method is not supported by this implementation and it's always throw UnsupportedOperationException error.
 AuthenticationHandler HeadlessBrowser.getAuthenticationHandler()
          Returns the current browser authentication handler or null if it's was not specified.
 AuthenticationHandler FrameBrowserSupport.getAuthenticationHandler()
          This methd always throw UnsupportedOperationException error because the FrameBrowserSupport implementation doesn't support this functionality yet.
 AuthenticationHandler Browser.getAuthenticationHandler()
          Returns the current browser authentication handler or null if it's was not specified.
 

Methods in com.jniwrapper.win32.ie with parameters of type AuthenticationHandler
 void WebBrowser.setAuthenticationHandler(AuthenticationHandler handler)
          Sets the specified browser authentication handler.
 void IEAutomation.setAuthenticationHandler(AuthenticationHandler handler)
          This method is not supported by this implementation and it's always throw UnsupportedOperationException error.
 void HeadlessBrowser.setAuthenticationHandler(AuthenticationHandler handler)
          Sets the specified browser authentication handler.
 void FrameBrowserSupport.setAuthenticationHandler(AuthenticationHandler handler)
          This methd always throw UnsupportedOperationException error because the FrameBrowserSupport implementation doesn't support this functionality yet.
 void Browser.setAuthenticationHandler(AuthenticationHandler handler)
          Sets the specified browser authentication handler.