public class OverlordConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
HEADERUI_PREFIX |
static String |
OVERLORD_CONFIG_FILE_NAME |
static String |
OVERLORD_CONFIG_FILE_REFRESH |
static org.apache.commons.configuration.Configuration |
overlordConfig |
protected static String |
SAML_KEY_ALIAS |
protected static String |
SAML_KEY_ALIAS_PASSWORD |
protected static String |
SAML_KEYSTORE |
protected static String |
SAML_KEYSTORE_PASSWORD |
| Constructor and Description |
|---|
OverlordConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSamlKeystorePassword() |
String |
getSamlKeystoreUrl() |
String |
getSamlSigningKeyAlias() |
String |
getSamlSigningKeyPassword() |
Map<String,Map<String,String>> |
getUiHeaders()
Gets all of the configured UI header apps.
|
public static final String OVERLORD_CONFIG_FILE_NAME
public static final String OVERLORD_CONFIG_FILE_REFRESH
public static org.apache.commons.configuration.Configuration overlordConfig
protected static final String SAML_KEYSTORE
protected static final String SAML_KEYSTORE_PASSWORD
protected static final String SAML_KEY_ALIAS
protected static final String SAML_KEY_ALIAS_PASSWORD
protected static final String HEADERUI_PREFIX
public String getSamlKeystoreUrl()
public String getSamlKeystorePassword()
public String getSamlSigningKeyAlias()
public String getSamlSigningKeyPassword()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.