Uses of Class
org.openqa.selenium.grid.security.Secret
-
Packages that use Secret Package Description org.openqa.selenium.events.zeromq org.openqa.selenium.grid.security -
-
Uses of Secret in org.openqa.selenium.events.zeromq
Methods in org.openqa.selenium.events.zeromq with parameters of type Secret Modifier and Type Method Description static EventBus
ZeroMqEventBus. create(org.zeromq.ZContext context, java.lang.String publish, java.lang.String subscribe, boolean bind, Secret secret)
-
Uses of Secret in org.openqa.selenium.grid.security
Methods in org.openqa.selenium.grid.security that return Secret Modifier and Type Method Description Secret
SecretOptions. getRegistrationSecret()
Methods in org.openqa.selenium.grid.security with parameters of type Secret Modifier and Type Method Description boolean
Secret. matches(Secret other)
static boolean
Secret. matches(Secret first, Secret second)
Constructors in org.openqa.selenium.grid.security with parameters of type Secret Constructor Description AddSecretFilter(Secret secret)
RequiresSecretFilter(Secret secret)
-