public class AuthUtils extends Object
Constructor and Description |
---|
AuthUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
validateConfigPresent(DriverExecutionProfile config,
String authenticatorName,
EndPoint endPoint,
DriverOption... options)
Utility function that checks for the existance of settings and throws an exception if they
aren't present
|
public static void validateConfigPresent(DriverExecutionProfile config, String authenticatorName, EndPoint endPoint, DriverOption... options)
config
- Current working driver configurationauthenticatorName
- name of authenticator for logging purposesendPoint
- the host we are attempting to authenticate tooptions
- a list of DriverOptions to check to see if they are presentCopyright © 2017–2019. All rights reserved.