Class BasicAuthenticationFilter

  • All Implemented Interfaces:
    java.util.function.Function<org.openqa.selenium.remote.http.HttpHandler,​org.openqa.selenium.remote.http.HttpHandler>, org.openqa.selenium.remote.http.Filter

    public class BasicAuthenticationFilter
    extends java.lang.Object
    implements org.openqa.selenium.remote.http.Filter
    • Constructor Summary

      Constructors 
      Constructor Description
      BasicAuthenticationFilter​(java.lang.String user, java.lang.String password)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openqa.selenium.remote.http.HttpHandler apply​(org.openqa.selenium.remote.http.HttpHandler next)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.openqa.selenium.remote.http.Filter

        andFinally, andFinally, andThen
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • BasicAuthenticationFilter

        public BasicAuthenticationFilter​(java.lang.String user,
                                         java.lang.String password)
    • Method Detail

      • apply

        public org.openqa.selenium.remote.http.HttpHandler apply​(org.openqa.selenium.remote.http.HttpHandler next)
        Specified by:
        apply in interface java.util.function.Function<org.openqa.selenium.remote.http.HttpHandler,​org.openqa.selenium.remote.http.HttpHandler>