Class NoopPropertyManager
java.lang.Object
com.atlassian.jira.crowd.embedded.NoopPropertyManager
- All Implemented Interfaces:
com.atlassian.crowd.manager.property.PropertyManager
public class NoopPropertyManager
extends Object
implements com.atlassian.crowd.manager.property.PropertyManager
We don't provide any of this functionality. Just need to provide this class
as it is a dependency of crowd-rest-plugin or crowd-rest-application-management.
In future releases of Crowd / Embedded Crowd we should probably do some cleanup there.
- Since:
- v4.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
com.atlassian.crowd.manager.audit.AuditLogConfiguration
com.atlassian.crowd.model.backup.BackupConfiguration
boolean
getBoolean
(String property, boolean defaultValue) com.atlassian.crowd.model.authentication.CookieConfiguration
int
int
Optional<com.atlassian.crowd.util.ImageInfo>
Optional<com.atlassian.crowd.model.lookandfeel.LookAndFeelConfiguration>
getOptionalProperty
(String name) getProperty
(String name) long
com.atlassian.crowd.util.mail.SMTPServer
boolean
boolean
boolean
boolean
boolean
boolean
void
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
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)
-
Constructor Details
-
NoopPropertyManager
public NoopPropertyManager()
-
-
Method Details
-
getDeploymentTitle
- Specified by:
getDeploymentTitle
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
setDeploymentTitle
- Specified by:
setDeploymentTitle
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
getDomain
- Specified by:
getDomain
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
setDomain
- Specified by:
setDomain
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
isSecureCookie
public boolean isSecureCookie()- Specified by:
isSecureCookie
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
setSecureCookie
public void setSecureCookie(boolean secure) - Specified by:
setSecureCookie
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
setCacheEnabled
public void setCacheEnabled(boolean enabled) - Specified by:
setCacheEnabled
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
isCacheEnabled
public boolean isCacheEnabled()- Specified by:
isCacheEnabled
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
getSessionTime
public long getSessionTime()- Specified by:
getSessionTime
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
setSessionTime
public void setSessionTime(long time) - Specified by:
setSessionTime
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
getSMTPServer
public com.atlassian.crowd.util.mail.SMTPServer getSMTPServer()- Specified by:
getSMTPServer
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
setSMTPServer
public void setSMTPServer(com.atlassian.crowd.util.mail.SMTPServer server) - Specified by:
setSMTPServer
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
getDesEncryptionKey
- Specified by:
getDesEncryptionKey
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
generateDesEncryptionKey
public void generateDesEncryptionKey()- Specified by:
generateDesEncryptionKey
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
setSMTPTemplate
- Specified by:
setSMTPTemplate
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
getSMTPTemplate
- Specified by:
getSMTPTemplate
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
setCurrentLicenseResourceTotal
public void setCurrentLicenseResourceTotal(int total) - Specified by:
setCurrentLicenseResourceTotal
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
getCurrentLicenseResourceTotal
public int getCurrentLicenseResourceTotal()- Specified by:
getCurrentLicenseResourceTotal
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
setNotificationEmail
- Specified by:
setNotificationEmail
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
getNotificationEmail
- Specified by:
getNotificationEmail
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
isGzipEnabled
public boolean isGzipEnabled()- Specified by:
isGzipEnabled
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
setGzipEnabled
public void setGzipEnabled(boolean gzip) - Specified by:
setGzipEnabled
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
getBuildNumber
- Specified by:
getBuildNumber
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
setBuildNumber
- Specified by:
setBuildNumber
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
getTrustedProxyServers
- Specified by:
getTrustedProxyServers
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
setTrustedProxyServers
- Specified by:
setTrustedProxyServers
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
setAuditLogConfiguration
public void setAuditLogConfiguration(com.atlassian.crowd.manager.audit.AuditLogConfiguration auditLogConfiguration) - Specified by:
setAuditLogConfiguration
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
getAuditLogConfiguration
public com.atlassian.crowd.manager.audit.AuditLogConfiguration getAuditLogConfiguration()- Specified by:
getAuditLogConfiguration
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
isUsingDatabaseTokenStorage
public boolean isUsingDatabaseTokenStorage()- Specified by:
isUsingDatabaseTokenStorage
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
setUsingDatabaseTokenStorage
public void setUsingDatabaseTokenStorage(boolean usingDatabaseTokenStorage) - Specified by:
setUsingDatabaseTokenStorage
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
removeProperty
- Specified by:
removeProperty
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
getProperty
- Specified by:
getProperty
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
getOptionalProperty
- Specified by:
getOptionalProperty
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
setProperty
- Specified by:
setProperty
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
isIncludeIpAddressInValidationFactors
public boolean isIncludeIpAddressInValidationFactors()- Specified by:
isIncludeIpAddressInValidationFactors
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
setIncludeIpAddressInValidationFactors
public void setIncludeIpAddressInValidationFactors(boolean b) - Specified by:
setIncludeIpAddressInValidationFactors
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
isUseWebAvatars
public boolean isUseWebAvatars()- Specified by:
isUseWebAvatars
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
setUseWebAvatars
public void setUseWebAvatars(boolean b) - Specified by:
setUseWebAvatars
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
getCookieConfiguration
public com.atlassian.crowd.model.authentication.CookieConfiguration getCookieConfiguration()- Specified by:
getCookieConfiguration
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
setCookieConfiguration
public void setCookieConfiguration(com.atlassian.crowd.model.authentication.CookieConfiguration cookieConfiguration) - Specified by:
setCookieConfiguration
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
getString
- Specified by:
getString
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
getBoolean
- Specified by:
getBoolean
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
getInt
- Specified by:
getInt
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
setBaseUrl
- Specified by:
setBaseUrl
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
getBaseUrl
- Specified by:
getBaseUrl
in interfacecom.atlassian.crowd.manager.property.PropertyManager
- Throws:
com.atlassian.crowd.manager.property.PropertyManagerException
-
getPrivateKeyCertificatePairToSign
- Specified by:
getPrivateKeyCertificatePairToSign
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
setPrivateKeyCertificateToSign
public void setPrivateKeyCertificateToSign(long privateKeyCertificatePairId) - Specified by:
setPrivateKeyCertificateToSign
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
getBackupConfiguration
public com.atlassian.crowd.model.backup.BackupConfiguration getBackupConfiguration()- Specified by:
getBackupConfiguration
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
saveBackupConfiguration
public void saveBackupConfiguration(com.atlassian.crowd.model.backup.BackupConfiguration config) - Specified by:
saveBackupConfiguration
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
setLookAndFeelConfiguration
public void setLookAndFeelConfiguration(com.atlassian.crowd.model.lookandfeel.LookAndFeelConfiguration lookAndFeelConfiguration, com.atlassian.crowd.util.ImageInfo updatedLogoInfo) throws com.atlassian.crowd.manager.property.PropertyManagerException - Specified by:
setLookAndFeelConfiguration
in interfacecom.atlassian.crowd.manager.property.PropertyManager
- Throws:
com.atlassian.crowd.manager.property.PropertyManagerException
-
getLookAndFeelConfiguration
public Optional<com.atlassian.crowd.model.lookandfeel.LookAndFeelConfiguration> getLookAndFeelConfiguration()- Specified by:
getLookAndFeelConfiguration
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
removeLookAndFeelConfiguration
public void removeLookAndFeelConfiguration()- Specified by:
removeLookAndFeelConfiguration
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-
getLogoImage
- Specified by:
getLogoImage
in interfacecom.atlassian.crowd.manager.property.PropertyManager
-