public class

NoopPropertyManager

extends Object
implements PropertyManager
java.lang.Object
   ↳ com.atlassian.jira.crowd.embedded.NoopPropertyManager

Class Overview

We don't provide any of this functionality. Just need to provide this guy because Crowd Rest Plugin needs an implementation.

Summary

Public Constructors
NoopPropertyManager()
Public Methods
void generateDesEncryptionKey()
boolean getBoolean(String property, boolean defaultValue)
Integer getBuildNumber()
long getCacheTime()
int getCurrentLicenseResourceTotal()
String getDeploymentTitle()
Key getDesEncryptionKey()
String getDomain()
int getInt(String property, int defaultValue)
String getNotificationEmail()
String getProperty(String name)
SMTPServer getSMTPServer()
String getSMTPTemplate()
long getSessionTime()
String getString(String property, String defaultValue)
String getTokenSeed()
String getTrustedProxyServers()
boolean isCacheEnabled()
boolean isGzipEnabled()
boolean isIncludeIpAddressInValidationFactors()
boolean isSecureCookie()
boolean isUsingDatabaseTokenStorage()
void removeProperty(String name)
void setBuildNumber(Integer buildNumber)
void setCacheEnabled(boolean enabled)
void setCacheTime(long cacheTime)
void setCurrentLicenseResourceTotal(int total)
void setDeploymentTitle(String title)
void setDomain(String domain)
void setGzipEnabled(boolean gzip)
void setIncludeIpAddressInValidationFactors(boolean b)
void setNotificationEmail(String notificationEmail)
void setProperty(String name, String value)
void setSMTPServer(SMTPServer server)
void setSMTPTemplate(String template)
void setSecureCookie(boolean secure)
void setSessionTime(long time)
void setTokenSeed(String seed)
void setTrustedProxyServers(String proxyServers)
void setUsingDatabaseTokenStorage(boolean usingDatabaseTokenStorage)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.crowd.manager.property.PropertyManager

Public Constructors

public NoopPropertyManager ()

Public Methods

public void generateDesEncryptionKey ()

Throws
PropertyManagerException

public boolean getBoolean (String property, boolean defaultValue)

public Integer getBuildNumber ()

Throws
PropertyManagerException

public long getCacheTime ()

Throws
PropertyManagerException

public int getCurrentLicenseResourceTotal ()

public String getDeploymentTitle ()

Throws
PropertyManagerException

public Key getDesEncryptionKey ()

Throws
PropertyManagerException

public String getDomain ()

Throws
PropertyManagerException

public int getInt (String property, int defaultValue)

public String getNotificationEmail ()

Throws
PropertyManagerException

public String getProperty (String name)

public SMTPServer getSMTPServer ()

Throws
PropertyManagerException

public String getSMTPTemplate ()

Throws
PropertyManagerException

public long getSessionTime ()

public String getString (String property, String defaultValue)

public String getTokenSeed ()

Throws
PropertyManagerException

public String getTrustedProxyServers ()

Throws
PropertyManagerException

public boolean isCacheEnabled ()

public boolean isGzipEnabled ()

Throws
PropertyManagerException

public boolean isIncludeIpAddressInValidationFactors ()

public boolean isSecureCookie ()

Throws
PropertyManagerException

public boolean isUsingDatabaseTokenStorage ()

Throws
PropertyManagerException

public void removeProperty (String name)

public void setBuildNumber (Integer buildNumber)

public void setCacheEnabled (boolean enabled)

public void setCacheTime (long cacheTime)

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 setProperty (String name, String value)

public void setSMTPServer (SMTPServer server)

public void setSMTPTemplate (String template)

public void setSecureCookie (boolean secure)

public void setSessionTime (long time)

public void setTokenSeed (String seed)

public void setTrustedProxyServers (String proxyServers)

public void setUsingDatabaseTokenStorage (boolean usingDatabaseTokenStorage)