public interface DatabaseConnectionDecorator
Modifier and Type | Method and Description |
---|---|
void |
decorateConnectionProperties(com.atlassian.config.ApplicationConfiguration applicationConfig)
Updates the application config, by decorating the connection url or hibernate connection properties whichever
supported by underlying implementation
|
String |
decorateConnectionURL(String connectionURL)
Decorates the given connection URL with the parameters supplied by underlying implementation, to note
it will not override the parameters already present in the connection url
|
void |
logJNDIRecommendations()
Logs the recommendations for the connection parameters to be configured for JNDI Datasource, since
Crowd can't directly configure it
|
void decorateConnectionProperties(com.atlassian.config.ApplicationConfiguration applicationConfig)
String decorateConnectionURL(String connectionURL)
void logJNDIRecommendations()
Copyright © 2021 Atlassian. All rights reserved.