| Package | Description |
|---|---|
| com.atlassian.crowd.console.action.options | |
| com.atlassian.crowd.manager.property | |
| com.atlassian.crowd.manager.token | |
| com.atlassian.crowd.upgrade.tasks |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UpdateMailTemplate.processMailTemplates() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyManagerGeneric.generateDesEncryptionKey() |
void |
PropertyManager.generateDesEncryptionKey()
Generates and stores a DES key for DES encoded passwords.
|
URI |
PropertyManagerGeneric.getBaseUrl() |
URI |
PropertyManager.getBaseUrl() |
Integer |
PropertyManagerGeneric.getBuildNumber() |
Integer |
PropertyManager.getBuildNumber()
This method returns the current build number for Crowd from the datastore.
|
String |
PropertyManagerGeneric.getDeploymentTitle() |
String |
PropertyManager.getDeploymentTitle() |
Key |
PropertyManagerGeneric.getDesEncryptionKey() |
Key |
PropertyManager.getDesEncryptionKey() |
String |
PropertyManagerGeneric.getNotificationEmail() |
String |
PropertyManager.getNotificationEmail() |
SMTPServer |
PropertyManagerGeneric.getSMTPServer() |
SMTPServer |
PropertyManager.getSMTPServer() |
String |
PropertyManagerGeneric.getSMTPTemplate()
Deprecated.
|
String |
PropertyManager.getSMTPTemplate()
Deprecated.
As of release 2.1, use
PropertyManager.getProperty(String) |
String |
PropertyManagerGeneric.getTrustedProxyServers()
Retrieves a String that contains a list of proxy servers we trust to correctly set the X-Forwarded-For flag.
|
String |
PropertyManager.getTrustedProxyServers()
Retrieves a String that contains a list of proxy servers we trust to correctly set the X-Forwarded-For flag.
|
boolean |
PropertyManagerGeneric.isGzipEnabled() |
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 |
| Modifier and Type | Method and Description |
|---|---|
void |
SwitchableTokenManager.setUsingDatabaseStorage(boolean useDatabaseStorage) |
void |
SwitchableTokenManagerImpl.setUsingDatabaseStorage(boolean useDatabaseStorage)
Performs the switch, if necessary.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
UpgradeTask114.decryptCredential(String encryptedCredential) |
Copyright © 2018 Atlassian. All rights reserved.