public class ServiceProperties extends AbstractProperties
| Constructor and Description |
|---|
ServiceProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationEmailSubject()
Get the activation email subject line.
|
AppProperties |
getAppProperties()
Gets the appProperties.
|
AppPropertiesLinks |
getAppPropertiesLinks()
Gets the appPropertiesLinks.
|
AppPropertiesModes |
getAppPropertiesModes()
Gets the appPropertiesModes.
|
AppPropertiesRegistration |
getAppPropertiesRegistration()
Gets the appPropertiesRegistration.
|
List<String> |
getDefaultSystemPropositions()
Gets the default list of system propositions for the application.
|
String |
getEtlUrl()
Get the URL for the eureka-protempa-etl application.
|
String |
getFromEmailAddress()
Get email address in the From header.
|
String |
getGitHubOAuthKey() |
String |
getGitHubOAuthSecret() |
String |
getGlobusOAuthKey() |
String |
getGlobusOAuthSecret() |
String |
getGoogleOAuthKey() |
String |
getGoogleOAuthSecret() |
String |
getI2b2AdminPassword()
Gets the i2b2 admin password from application.properties.
|
String |
getI2b2AdminUser()
Gets the i2b2 admin username from application.properties.
|
String |
getI2b2Domain()
Gets the i2b2 domain from application.properties.
|
String |
getI2b2URL()
Gets the i2b2 rest URL from application.properties.
|
String |
getPasswordChangeEmailSubject()
Get the password change email subject line.
|
String |
getPasswordResetEmailSubject()
Gets the subject line for a password reset email.
|
String |
getProxyCallbackServer() |
int |
getRegistrationTimeout()
Get the number of hours to keep a user registration without verification,
before deleting it from the database.
|
String |
getServicesUrl(javax.servlet.http.HttpServletRequest request)
Get the base URL for the services layer for external users.
|
String |
getTwitterOAuthKey() |
String |
getTwitterOAuthSecret() |
String |
getVerificationEmailSubject()
Get the verification email subject line.
|
String |
getVerificationUrl()
Get the verification base URL, to be used in sending a verification email
to the user.
|
void |
setAppPropertiesLinks(AppPropertiesLinks inAppPropertiesLinks)
Sets the appPropertiesLinks.
|
void |
setAppPropertiesModes(AppPropertiesModes inAppPropertiesModes)
Sets the appPropertiesModes.
|
void |
setAppPropertiesRegistration(AppPropertiesRegistration inAppPropertiesRegistration)
Sets the appPropertiesRegistration.
|
getApplicationUrl, getBuildNumber, getIncrementalVersion, getMajorVersion, getMinorVersion, getQualifier, getSupportUripublic AppPropertiesModes getAppPropertiesModes()
public AppPropertiesLinks getAppPropertiesLinks()
public AppPropertiesRegistration getAppPropertiesRegistration()
public AppProperties getAppProperties()
public String getGoogleOAuthKey()
public String getGoogleOAuthSecret()
public String getGitHubOAuthKey()
public String getGitHubOAuthSecret()
public String getTwitterOAuthKey()
public String getTwitterOAuthSecret()
public String getGlobusOAuthKey()
public String getGlobusOAuthSecret()
public void setAppPropertiesModes(AppPropertiesModes inAppPropertiesModes)
inAppPropertiesModes. - public void setAppPropertiesLinks(AppPropertiesLinks inAppPropertiesLinks)
inAppPropertiesLinks. - public void setAppPropertiesRegistration(AppPropertiesRegistration inAppPropertiesRegistration)
inAppPropertiesRegistration. - public String getEtlUrl()
public int getRegistrationTimeout()
public String getFromEmailAddress()
public String getVerificationEmailSubject()
public String getActivationEmailSubject()
public String getServicesUrl(javax.servlet.http.HttpServletRequest request)
request - the HTTP request, which will be used to generate a
services layer URL from server information if none of the properties
files contain an services layer URL property.public String getVerificationUrl()
public String getPasswordChangeEmailSubject()
public String getPasswordResetEmailSubject()
public List<String> getDefaultSystemPropositions()
getDefaultSystemPropositions in class AbstractPropertiespublic String getI2b2AdminUser()
public String getI2b2AdminPassword()
public String getI2b2URL()
public String getI2b2Domain()
public String getProxyCallbackServer()
getProxyCallbackServer in class org.eurekaclinical.standardapis.props.EurekaClinicalPropertiesCopyright © 2012–2016 Emory University. All rights reserved.