public class NoopPropertyManager extends Object implements com.atlassian.crowd.manager.property.PropertyManager
| Constructor and Description |
|---|
NoopPropertyManager() |
public String getDeploymentTitle()
getDeploymentTitle in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void setDeploymentTitle(String title)
setDeploymentTitle in interface com.atlassian.crowd.manager.property.PropertyManagerpublic String getDomain()
getDomain in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void setDomain(String domain)
setDomain in interface com.atlassian.crowd.manager.property.PropertyManagerpublic boolean isSecureCookie()
isSecureCookie in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void setSecureCookie(boolean secure)
setSecureCookie in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void setCacheEnabled(boolean enabled)
setCacheEnabled in interface com.atlassian.crowd.manager.property.PropertyManagerpublic boolean isCacheEnabled()
isCacheEnabled in interface com.atlassian.crowd.manager.property.PropertyManagerpublic long getSessionTime()
getSessionTime in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void setSessionTime(long time)
setSessionTime in interface com.atlassian.crowd.manager.property.PropertyManagerpublic com.atlassian.crowd.util.mail.SMTPServer getSMTPServer()
getSMTPServer in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void setSMTPServer(com.atlassian.crowd.util.mail.SMTPServer server)
setSMTPServer in interface com.atlassian.crowd.manager.property.PropertyManagerpublic Key getDesEncryptionKey()
getDesEncryptionKey in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void generateDesEncryptionKey()
generateDesEncryptionKey in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void setSMTPTemplate(String template)
setSMTPTemplate in interface com.atlassian.crowd.manager.property.PropertyManagerpublic String getSMTPTemplate()
getSMTPTemplate in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void setCurrentLicenseResourceTotal(int total)
setCurrentLicenseResourceTotal in interface com.atlassian.crowd.manager.property.PropertyManagerpublic int getCurrentLicenseResourceTotal()
getCurrentLicenseResourceTotal in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void setNotificationEmail(String notificationEmail)
setNotificationEmail in interface com.atlassian.crowd.manager.property.PropertyManagerpublic String getNotificationEmail()
getNotificationEmail in interface com.atlassian.crowd.manager.property.PropertyManagerpublic boolean isGzipEnabled()
isGzipEnabled in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void setGzipEnabled(boolean gzip)
setGzipEnabled in interface com.atlassian.crowd.manager.property.PropertyManagerpublic Integer getBuildNumber()
getBuildNumber in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void setBuildNumber(Integer buildNumber)
setBuildNumber in interface com.atlassian.crowd.manager.property.PropertyManagerpublic String getTrustedProxyServers()
getTrustedProxyServers in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void setTrustedProxyServers(String proxyServers)
setTrustedProxyServers in interface com.atlassian.crowd.manager.property.PropertyManagerpublic boolean isUsingDatabaseTokenStorage()
isUsingDatabaseTokenStorage in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void setUsingDatabaseTokenStorage(boolean usingDatabaseTokenStorage)
setUsingDatabaseTokenStorage in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void removeProperty(String name)
removeProperty in interface com.atlassian.crowd.manager.property.PropertyManagerpublic String getProperty(String name)
getProperty in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void setProperty(String name, String value)
setProperty in interface com.atlassian.crowd.manager.property.PropertyManagerpublic boolean isIncludeIpAddressInValidationFactors()
isIncludeIpAddressInValidationFactors in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void setIncludeIpAddressInValidationFactors(boolean b)
setIncludeIpAddressInValidationFactors in interface com.atlassian.crowd.manager.property.PropertyManagerpublic boolean isUseWebAvatars()
isUseWebAvatars in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void setUseWebAvatars(boolean b)
setUseWebAvatars in interface com.atlassian.crowd.manager.property.PropertyManagerpublic String getString(String property, String defaultValue)
getString in interface com.atlassian.crowd.manager.property.PropertyManagerpublic boolean getBoolean(String property, boolean defaultValue)
getBoolean in interface com.atlassian.crowd.manager.property.PropertyManagerpublic int getInt(String property, int defaultValue)
getInt in interface com.atlassian.crowd.manager.property.PropertyManagerCopyright © 2002-2019 Atlassian. All Rights Reserved.