Interface InternalPropertyManager
- All Superinterfaces:
PropertyManager
- All Known Implementing Classes:
PropertyManagerGeneric
Internal API for storing and retrieving Crowd server properties.
- Since:
- 3.3.0
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves remember me configurationvoid
setNotificationEmails
(List<String> notificationEmails) Sets notification emails.void
setRememberMeConfiguration
(CrowdSpecificRememberMeSettings configuration) Sets remember me configurationMethods inherited from interface com.atlassian.crowd.manager.property.PropertyManager
generateDesEncryptionKey, getAuditLogConfiguration, getBackupConfiguration, getBaseUrl, getBoolean, getBuildNumber, getCookieConfiguration, getCurrentLicenseResourceTotal, getDeploymentTitle, getDesEncryptionKey, getDomain, getInt, getLogoImage, getLookAndFeelConfiguration, getNotificationEmail, getOptionalProperty, getPrivateKeyCertificatePairToSign, getProperty, getSessionTime, getSMTPServer, getSMTPTemplate, getString, getTrustedProxyServers, isCacheEnabled, isGzipEnabled, isIncludeIpAddressInValidationFactors, isSecureCookie, isUseWebAvatars, isUsingDatabaseTokenStorage, removeLookAndFeelConfiguration, removeProperty, saveBackupConfiguration, setAuditLogConfiguration, setBaseUrl, setBuildNumber, setCacheEnabled, setCookieConfiguration, setCurrentLicenseResourceTotal, setDeploymentTitle, setDomain, setGzipEnabled, setIncludeIpAddressInValidationFactors, setLookAndFeelConfiguration, setNotificationEmail, setPrivateKeyCertificateToSign, setProperty, setSecureCookie, setSessionTime, setSMTPServer, setSMTPTemplate, setTrustedProxyServers, setUseWebAvatars, setUsingDatabaseTokenStorage
-
Method Details
-
getNotificationEmails
- Returns:
- List of notification emails.
- Throws:
PropertyManagerException
- property does not exist- Since:
- 3.3.0
-
setNotificationEmails
Sets notification emails.- Parameters:
notificationEmails
- list of notification emails.- Since:
- 3.3.0
-
setRememberMeConfiguration
Sets remember me configuration- Parameters:
configuration
- new configuration
-
getRememberMeConfiguration
CrowdSpecificRememberMeSettings getRememberMeConfiguration()Retrieves remember me configuration- Returns:
- current configuration
-