Class AddSecretFilter
- java.lang.Object
-
- org.openqa.selenium.grid.security.AddSecretFilter
-
- All Implemented Interfaces:
java.util.function.Function<HttpHandler,HttpHandler>
,Filter
public class AddSecretFilter extends java.lang.Object implements Filter
-
-
Constructor Summary
Constructors Constructor Description AddSecretFilter(Secret secret)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpHandler
apply(HttpHandler httpHandler)
-
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
-
-
-
-
Constructor Detail
-
AddSecretFilter
public AddSecretFilter(Secret secret)
-
-
Method Detail
-
apply
public HttpHandler apply(HttpHandler httpHandler)
- Specified by:
apply
in interfacejava.util.function.Function<HttpHandler,HttpHandler>
-
-