@ApplicationScoped public class WarApiManagerConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
APIMAN_MANAGER_CONFIG_LOGGER |
static String |
APIMAN_MANAGER_SECURITY_CONTEXT_TYPE |
static String |
APIMAN_MANAGER_STORAGE_ES_CLUSTER_NAME |
static String |
APIMAN_MANAGER_STORAGE_ES_HOST |
static String |
APIMAN_MANAGER_STORAGE_ES_INITIALIZE |
static String |
APIMAN_MANAGER_STORAGE_ES_PORT |
static String |
APIMAN_MANAGER_STORAGE_ES_PROTOCOL |
static String |
APIMAN_MANAGER_STORAGE_TYPE |
static String |
APIMAN_PLUGIN_REPOSITORIES |
static String |
DEFAULT_ES_CLUSTER_NAME |
| Constructor and Description |
|---|
WarApiManagerConfig()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.configuration.Configuration |
getConfig() |
String |
getESClusterName() |
String |
getESHost() |
int |
getESPort() |
String |
getESProtocol() |
String |
getLoggerName()
'Simple', 'JSON' or FQDN with
IApimanLogger implementation. |
Set<URL> |
getPluginRepositories() |
String |
getSecurityContextType() |
String |
getStorageType() |
boolean |
isInitializeES() |
public static final String APIMAN_MANAGER_CONFIG_LOGGER
public static final String APIMAN_MANAGER_STORAGE_TYPE
public static final String APIMAN_MANAGER_STORAGE_ES_PROTOCOL
public static final String APIMAN_MANAGER_STORAGE_ES_HOST
public static final String APIMAN_MANAGER_STORAGE_ES_PORT
public static final String APIMAN_MANAGER_STORAGE_ES_CLUSTER_NAME
public static final String APIMAN_MANAGER_STORAGE_ES_INITIALIZE
public static final String APIMAN_MANAGER_SECURITY_CONTEXT_TYPE
public static final String APIMAN_PLUGIN_REPOSITORIES
public static final String DEFAULT_ES_CLUSTER_NAME
public Set<URL> getPluginRepositories()
public String getSecurityContextType()
public String getStorageType()
public String getESProtocol()
public String getESHost()
public int getESPort()
public String getESClusterName()
public boolean isInitializeES()
public org.apache.commons.configuration.Configuration getConfig()
public String getLoggerName()
IApimanLogger implementation.Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.