public class NoopPropertyManager extends Object implements com.atlassian.crowd.manager.property.PropertyManager
| Constructor and Description |
|---|
NoopPropertyManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateDesEncryptionKey() |
com.atlassian.crowd.manager.audit.AuditLogConfiguration |
getAuditLogConfiguration() |
com.atlassian.crowd.model.backup.BackupConfiguration |
getBackupConfiguration() |
URI |
getBaseUrl() |
boolean |
getBoolean(String property,
boolean defaultValue) |
Integer |
getBuildNumber() |
com.atlassian.crowd.model.authentication.CookieConfiguration |
getCookieConfiguration() |
int |
getCurrentLicenseResourceTotal() |
String |
getDeploymentTitle() |
Key |
getDesEncryptionKey() |
String |
getDomain() |
int |
getInt(String property,
int defaultValue) |
Optional<com.atlassian.crowd.util.ImageInfo> |
getLogoImage() |
Optional<com.atlassian.crowd.model.lookandfeel.LookAndFeelConfiguration> |
getLookAndFeelConfiguration() |
String |
getNotificationEmail() |
Optional<String> |
getOptionalProperty(String name) |
Optional<Long> |
getPrivateKeyCertificatePairToSign() |
String |
getProperty(String name) |
long |
getSessionTime() |
com.atlassian.crowd.util.mail.SMTPServer |
getSMTPServer() |
String |
getSMTPTemplate() |
String |
getString(String property,
String defaultValue) |
String |
getTrustedProxyServers() |
boolean |
isCacheEnabled() |
boolean |
isGzipEnabled() |
boolean |
isIncludeIpAddressInValidationFactors() |
boolean |
isSecureCookie() |
boolean |
isUseWebAvatars() |
boolean |
isUsingDatabaseTokenStorage() |
void |
removeLookAndFeelConfiguration() |
void |
removeProperty(String name) |
void |
saveBackupConfiguration(com.atlassian.crowd.model.backup.BackupConfiguration config) |
void |
setAuditLogConfiguration(com.atlassian.crowd.manager.audit.AuditLogConfiguration auditLogConfiguration) |
void |
setBaseUrl(URI url) |
void |
setBuildNumber(Integer buildNumber) |
void |
setCacheEnabled(boolean enabled) |
void |
setCookieConfiguration(com.atlassian.crowd.model.authentication.CookieConfiguration cookieConfiguration) |
void |
setCurrentLicenseResourceTotal(int total) |
void |
setDeploymentTitle(String title) |
void |
setDomain(String domain) |
void |
setGzipEnabled(boolean gzip) |
void |
setIncludeIpAddressInValidationFactors(boolean b) |
void |
setLookAndFeelConfiguration(com.atlassian.crowd.model.lookandfeel.LookAndFeelConfiguration lookAndFeelConfiguration,
com.atlassian.crowd.util.ImageInfo updatedLogoInfo) |
void |
setNotificationEmail(String notificationEmail) |
void |
setPrivateKeyCertificateToSign(long privateKeyCertificatePairId) |
void |
setProperty(String name,
String value) |
void |
setSecureCookie(boolean secure) |
void |
setSessionTime(long time) |
void |
setSMTPServer(com.atlassian.crowd.util.mail.SMTPServer server) |
void |
setSMTPTemplate(String template) |
void |
setTrustedProxyServers(String proxyServers) |
void |
setUseWebAvatars(boolean b) |
void |
setUsingDatabaseTokenStorage(boolean usingDatabaseTokenStorage) |
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 void setAuditLogConfiguration(com.atlassian.crowd.manager.audit.AuditLogConfiguration auditLogConfiguration)
setAuditLogConfiguration in interface com.atlassian.crowd.manager.property.PropertyManagerpublic com.atlassian.crowd.manager.audit.AuditLogConfiguration getAuditLogConfiguration()
getAuditLogConfiguration 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 Optional<String> getOptionalProperty(String name)
getOptionalProperty 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 com.atlassian.crowd.model.authentication.CookieConfiguration getCookieConfiguration()
getCookieConfiguration in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void setCookieConfiguration(com.atlassian.crowd.model.authentication.CookieConfiguration cookieConfiguration)
setCookieConfiguration 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.PropertyManagerpublic void setBaseUrl(URI url)
setBaseUrl in interface com.atlassian.crowd.manager.property.PropertyManagerpublic URI getBaseUrl() throws com.atlassian.crowd.manager.property.PropertyManagerException
getBaseUrl in interface com.atlassian.crowd.manager.property.PropertyManagercom.atlassian.crowd.manager.property.PropertyManagerExceptionpublic Optional<Long> getPrivateKeyCertificatePairToSign()
getPrivateKeyCertificatePairToSign in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void setPrivateKeyCertificateToSign(long privateKeyCertificatePairId)
setPrivateKeyCertificateToSign in interface com.atlassian.crowd.manager.property.PropertyManagerpublic com.atlassian.crowd.model.backup.BackupConfiguration getBackupConfiguration()
getBackupConfiguration in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void saveBackupConfiguration(com.atlassian.crowd.model.backup.BackupConfiguration config)
saveBackupConfiguration in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void setLookAndFeelConfiguration(com.atlassian.crowd.model.lookandfeel.LookAndFeelConfiguration lookAndFeelConfiguration,
com.atlassian.crowd.util.ImageInfo updatedLogoInfo)
throws com.atlassian.crowd.manager.property.PropertyManagerException
setLookAndFeelConfiguration in interface com.atlassian.crowd.manager.property.PropertyManagercom.atlassian.crowd.manager.property.PropertyManagerExceptionpublic Optional<com.atlassian.crowd.model.lookandfeel.LookAndFeelConfiguration> getLookAndFeelConfiguration()
getLookAndFeelConfiguration in interface com.atlassian.crowd.manager.property.PropertyManagerpublic void removeLookAndFeelConfiguration()
removeLookAndFeelConfiguration in interface com.atlassian.crowd.manager.property.PropertyManagerpublic Optional<com.atlassian.crowd.util.ImageInfo> getLogoImage()
getLogoImage in interface com.atlassian.crowd.manager.property.PropertyManagerCopyright © 2002-2022 Atlassian. All Rights Reserved.