public class Governance extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_EMAIL_DOMAIN |
static String |
DEFAULT_EMAIL_FROM |
static String |
DEFAULT_JNDI_EMAIL_REF |
static String |
NOTIFICATION_ERROR |
static String |
QUERY_ERROR |
static String |
TARGET_ERROR |
| Constructor and Description |
|---|
Governance() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAcceptableLagtime() |
String |
getDefaultEmailDomain() |
String |
getDefaultEmailFromAddress() |
String |
getGovernanceUrl()
This returns the governance baseURL, which by default is http://localhost:8080/s-ramp-server
|
String |
getJbpmPassword() |
URL |
getJbpmUrl() |
String |
getJbpmUser() |
String |
getJNDIEmailName() |
Map<String,NotificationDestinations> |
getNotificationDestinations(String channel) |
Set<Query> |
getQueries() |
long |
getQueryInterval() |
Class<?> |
getSrampAuthProvider() |
String |
getSrampPassword() |
String |
getSrampSamlIssuer() |
String |
getSrampSamlService() |
URL |
getSrampUrl()
This returns the baseURL, which by default is http://localhost:8080/s-ramp-server
|
String |
getSrampUser() |
boolean |
getSrampValidating() |
Map<String,Target> |
getTargets() |
protected void |
read() |
String |
validate() |
public static String QUERY_ERROR
public static String TARGET_ERROR
public static String NOTIFICATION_ERROR
public static String DEFAULT_JNDI_EMAIL_REF
public static String DEFAULT_EMAIL_DOMAIN
public static String DEFAULT_EMAIL_FROM
protected void read()
public String validate() throws ConfigException
ConfigExceptionpublic String getJbpmUser()
public String getJbpmPassword()
public URL getJbpmUrl() throws MalformedURLException
MalformedURLExceptionpublic URL getSrampUrl() throws MalformedURLException
MalformedURLExceptionpublic String getSrampUser()
public String getSrampPassword()
public String getSrampSamlIssuer()
public String getSrampSamlService()
public String getGovernanceUrl()
public Map<String,Target> getTargets() throws ConfigException
ConfigExceptionpublic Set<Query> getQueries() throws ConfigException
ConfigExceptionpublic Map<String,NotificationDestinations> getNotificationDestinations(String channel) throws ConfigException
ConfigExceptionpublic long getQueryInterval()
public long getAcceptableLagtime()
public String getJNDIEmailName()
public String getDefaultEmailDomain()
public String getDefaultEmailFromAddress()
Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.