| Modifier and Type | Method and Description |
|---|---|
protected void |
UpdateMailTemplate.processMailTemplates() |
| Modifier and Type | Method and Description |
|---|---|
String |
MailTemplateRenderer.replaceMacros(String templateKey,
Map<String,String> macroReplacementMap) |
| 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()
Deprecated.
As of release 3.3, use
MailConfigurationService.getMailConfiguration() |
Collection<String> |
InternalPropertyManager.getNotificationEmails() |
List<String> |
PropertyManagerGeneric.getNotificationEmails() |
SMTPServer |
PropertyManagerGeneric.getSMTPServer() |
SMTPServer |
PropertyManager.getSMTPServer()
Deprecated.
As of release 3.3.0, use
com.atlassian.crowd.manager.mail.MailConfigurationService#getConfiguration() |
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 |
|---|---|
ServerInfoEntity |
ServerInfoController.getServerInfo() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ServerInfoResource.getServerInfo()
Returns server information
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
TestkitConfigurationResource.changeStorageType(TokenStorageType type) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
UpgradeTask114.decryptCredential(String encryptedCredential) |
Copyright © 2019 Atlassian. All rights reserved.