Skip to content

Commit 7f8544b

Browse files
committed
Adding an authentication filter
1 parent 6d77c38 commit 7f8544b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package org.openqa.selenium.grid.web;
2+
3+
import org.openqa.selenium.remote.http.Filter;
4+
5+
public class AuthenticationFilter implements Filter {
6+
}

0 commit comments

Comments
 (0)