| 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.
|
Integer |
PropertyManager.getBuildNumber()
This method returns the current build number for Crowd from the datastore.
|
String |
PropertyManager.getDeploymentTitle() |
Key |
PropertyManager.getDesEncryptionKey() |
String |
PropertyManager.getDomain()
Will return the Domain property from the datastore or null if the domain has
not been set.
|
String |
PropertyManager.getNotificationEmail() |
SMTPServer |
PropertyManager.getSMTPServer() |
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.isSecureCookie() |
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 |
Copyright © 2018 Atlassian. All rights reserved.