Class SecretOptions
- java.lang.Object
-
- org.openqa.selenium.grid.security.SecretOptions
-
public class SecretOptions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SecretOptions(Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Secret
getRegistrationSecret()
UsernameAndPassword
getServerAuthentication()
-
-
-
Constructor Detail
-
SecretOptions
public SecretOptions(Config config)
-
-
Method Detail
-
getRegistrationSecret
public Secret getRegistrationSecret()
-
getServerAuthentication
public UsernameAndPassword getServerAuthentication()
-
-