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