@Deprecated public static enum ConfiguratorBase.ConnectorInfo extends Enum<ConfiguratorBase.ConnectorInfo>
Instance.getConnector(String, AuthenticationToken).| Enum Constant and Description |
|---|
IS_CONFIGURED
Deprecated.
|
PRINCIPAL
Deprecated.
|
TOKEN
Deprecated.
|
TOKEN_CLASS
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfiguratorBase.ConnectorInfo |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ConfiguratorBase.ConnectorInfo[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfiguratorBase.ConnectorInfo IS_CONFIGURED
public static final ConfiguratorBase.ConnectorInfo PRINCIPAL
public static final ConfiguratorBase.ConnectorInfo TOKEN
public static final ConfiguratorBase.ConnectorInfo TOKEN_CLASS
public static ConfiguratorBase.ConnectorInfo[] values()
for (ConfiguratorBase.ConnectorInfo c : ConfiguratorBase.ConnectorInfo.values()) System.out.println(c);
public static ConfiguratorBase.ConnectorInfo valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2011–2016 The Apache Software Foundation. All rights reserved.