private static enum WebDriverHandler.UiTextKey extends java.lang.Enum<WebDriverHandler.UiTextKey>
| Enum Constant and Description |
|---|
MSG_AUTHENTICATOR_ISSUE
Error message format for issue with SSO authenticator instantiating
|
MSG_DEFAULT_OS_USER_MISSING
Error message format for missing defaultOsUser
|
MSG_INVALID_CREDENTIALS
Error message format for invalid in-app credentials
|
MSG_INVALID_FWD_ACCOUNT
Error message format for invalid FWD account returned by the authenticator.
|
MSG_OSUSER_NOT_LISTED
Error message format for user not listed in osusers
|
MSG_REMOTE_LAUNCH_NOT_ENABLED
Error message format for not enabled remote launch config.
|
MSG_SDK_DEFAULT_REQUEST_ERROR
Error message format for no connection to the server default UI message.
|
MSG_UNAUTH_KEY_USE
Error message format for unauthorized user using config.
|
| Modifier and Type | Method and Description |
|---|---|
static WebDriverHandler.UiTextKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WebDriverHandler.UiTextKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebDriverHandler.UiTextKey MSG_INVALID_FWD_ACCOUNT
public static final WebDriverHandler.UiTextKey MSG_OSUSER_NOT_LISTED
public static final WebDriverHandler.UiTextKey MSG_DEFAULT_OS_USER_MISSING
public static final WebDriverHandler.UiTextKey MSG_INVALID_CREDENTIALS
public static final WebDriverHandler.UiTextKey MSG_AUTHENTICATOR_ISSUE
public static final WebDriverHandler.UiTextKey MSG_REMOTE_LAUNCH_NOT_ENABLED
public static final WebDriverHandler.UiTextKey MSG_UNAUTH_KEY_USE
public static final WebDriverHandler.UiTextKey MSG_SDK_DEFAULT_REQUEST_ERROR
public static WebDriverHandler.UiTextKey[] values()
for (WebDriverHandler.UiTextKey c : WebDriverHandler.UiTextKey.values()) System.out.println(c);
public static WebDriverHandler.UiTextKey valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null