Class Overview
We don't provide any of this functionality. Just need to provide this guy because
Crowd Rest Plugin needs an implementation.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.atlassian.crowd.manager.property.PropertyManager
void
|
generateDesEncryptionKey()
|
boolean
|
getBoolean(String arg0, boolean arg1)
|
Integer
|
getBuildNumber()
|
int
|
getCurrentLicenseResourceTotal()
|
String
|
getDeploymentTitle()
|
Key
|
getDesEncryptionKey()
|
String
|
getDomain()
|
int
|
getInt(String arg0, int arg1)
|
String
|
getNotificationEmail()
|
String
|
getProperty(String arg0)
|
SMTPServer
|
getSMTPServer()
|
@Deprecated
String
|
getSMTPTemplate()
|
long
|
getSessionTime()
|
String
|
getString(String arg0, String arg1)
|
String
|
getTrustedProxyServers()
|
boolean
|
isCacheEnabled()
|
boolean
|
isGzipEnabled()
|
boolean
|
isIncludeIpAddressInValidationFactors()
|
boolean
|
isSecureCookie()
|
boolean
|
isUsingDatabaseTokenStorage()
|
void
|
removeProperty(String arg0)
|
void
|
setBuildNumber(Integer arg0)
|
void
|
setCacheEnabled(boolean arg0)
|
void
|
setCurrentLicenseResourceTotal(int arg0)
|
void
|
setDeploymentTitle(String arg0)
|
void
|
setDomain(String arg0)
|
void
|
setGzipEnabled(boolean arg0)
|
void
|
setIncludeIpAddressInValidationFactors(boolean arg0)
|
void
|
setNotificationEmail(String arg0)
|
void
|
setProperty(String arg0, String arg1)
|
void
|
setSMTPServer(SMTPServer arg0)
|
@Deprecated
void
|
setSMTPTemplate(String arg0)
|
void
|
setSecureCookie(boolean arg0)
|
void
|
setSessionTime(long arg0)
|
void
|
setTrustedProxyServers(String arg0)
|
void
|
setUsingDatabaseTokenStorage(boolean arg0)
|
|
Public Constructors
public
NoopPropertyManager
()
Public Methods
public
void
generateDesEncryptionKey
()
public
boolean
getBoolean
(String property, boolean defaultValue)
public
int
getCurrentLicenseResourceTotal
()
public
String
getDeploymentTitle
()
public
Key
getDesEncryptionKey
()
public
int
getInt
(String property, int defaultValue)
public
String
getNotificationEmail
()
public
SMTPServer
getSMTPServer
()
public
String
getSMTPTemplate
()
public
long
getSessionTime
()
public
String
getTrustedProxyServers
()
public
boolean
isCacheEnabled
()
public
boolean
isGzipEnabled
()
public
boolean
isIncludeIpAddressInValidationFactors
()
public
boolean
isSecureCookie
()
public
boolean
isUsingDatabaseTokenStorage
()
public
void
removeProperty
(String name)
public
void
setBuildNumber
(Integer buildNumber)
public
void
setCacheEnabled
(boolean enabled)
public
void
setCurrentLicenseResourceTotal
(int total)
public
void
setDeploymentTitle
(String title)
public
void
setDomain
(String domain)
public
void
setGzipEnabled
(boolean gzip)
public
void
setIncludeIpAddressInValidationFactors
(boolean b)
public
void
setNotificationEmail
(String notificationEmail)
public
void
setSMTPServer
(SMTPServer server)
public
void
setSMTPTemplate
(String template)
public
void
setSecureCookie
(boolean secure)
public
void
setSessionTime
(long time)
public
void
setTrustedProxyServers
(String proxyServers)
public
void
setUsingDatabaseTokenStorage
(boolean usingDatabaseTokenStorage)