Uses of Class
org.openqa.selenium.grid.security.Secret
-
Packages that use Secret Package Description org.openqa.selenium.grid.security -
-
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)
-