| Package | Description |
|---|---|
| com.atlassian.crowd.manager.property |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyManager.generateDesEncryptionKey()
Generates and stores a DES key for DES encoded passwords.
|
URI |
PropertyManager.getBaseUrl() |
Integer |
PropertyManager.getBuildNumber()
This method returns the current build number for Crowd from the datastore.
|
String |
PropertyManager.getDeploymentTitle() |
Key |
PropertyManager.getDesEncryptionKey() |
Optional<ImageInfo> |
PropertyManager.getLogoImage() |
Optional<LookAndFeelConfiguration> |
PropertyManager.getLookAndFeelConfiguration() |
String |
PropertyManager.getNotificationEmail()
Deprecated.
As of release 3.3, use
com.atlassian.crowd.manager.mail.MailConfigurationService#getMailConfiguration() |
SMTPServer |
PropertyManager.getSMTPServer()
Deprecated.
As of release 3.3.0, use
com.atlassian.crowd.manager.mail.MailConfigurationService#getConfiguration() |
String |
PropertyManager.getSMTPTemplate()
Deprecated.
As of release 2.1, use
PropertyManager.getProperty(String) |
String |
PropertyManager.getTrustedProxyServers()
Retrieves a String that contains a list of proxy servers we trust to correctly set the X-Forwarded-For flag.
|
boolean |
PropertyManager.isGzipEnabled()
Deprecated.
this is no longer configurable in Crowd and always returns
true |
boolean |
PropertyManager.isUsingDatabaseTokenStorage()
Will return true if the Crowd instance is using database token storage for authentication
Token's
otherwise assume we are using in-memory |
void |
PropertyManager.removeLookAndFeelConfiguration()
Removes Look and Feel configuration
|
void |
PropertyManager.setLookAndFeelConfiguration(LookAndFeelConfiguration lookAndFeelConfiguration,
ImageInfo updatedLogoInfo)
Sets Look and Feel configuration
|
Copyright © 2023 Atlassian. All rights reserved.