|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionPoolProperties | |
|---|---|
| com.atlassian.crowd.console.action.options | |
| com.atlassian.crowd.embedded.api | |
| com.atlassian.crowd.embedded.core | |
| Uses of ConnectionPoolProperties in com.atlassian.crowd.console.action.options |
|---|
| Classes in com.atlassian.crowd.console.action.options that implement ConnectionPoolProperties | |
|---|---|
class |
UpdateConnectionPool
|
| Uses of ConnectionPoolProperties in com.atlassian.crowd.embedded.api |
|---|
| Methods in com.atlassian.crowd.embedded.api that return ConnectionPoolProperties | |
|---|---|
ConnectionPoolProperties |
CrowdAdminService.getStoredConnectionPoolProperties()
Retrieves the stored LDAP connection pool properties which will be applied when the system restarts. |
ConnectionPoolProperties |
CrowdAdminService.getSystemConnectionPoolProperties()
Retrieves the system LDAP connection pool properties (i.e. |
| Methods in com.atlassian.crowd.embedded.api with parameters of type ConnectionPoolProperties | |
|---|---|
void |
CrowdAdminService.setConnectionPoolProperties(ConnectionPoolProperties poolProperties)
Stores the provided LDAP connection pool properties so they can be applied when the system next restarts. |
| Uses of ConnectionPoolProperties in com.atlassian.crowd.embedded.core |
|---|
| Classes in com.atlassian.crowd.embedded.core that implement ConnectionPoolProperties | |
|---|---|
class |
DefaultConnectionPoolProperties
Form-backing bean used to set default values in the connection pool UI and convert the values for storage as application attributes. |
class |
SystemConnectionPoolProperties
Represents the LDAP connection pool properties which are set as system properties. |
| Methods in com.atlassian.crowd.embedded.core that return ConnectionPoolProperties | |
|---|---|
static ConnectionPoolProperties |
DefaultConnectionPoolProperties.fromPropertiesMap(java.util.Map<java.lang.String,java.lang.String> map)
|
static ConnectionPoolProperties |
SystemConnectionPoolProperties.getInstance()
|
ConnectionPoolProperties |
CrowdAdminServiceImpl.getStoredConnectionPoolProperties()
|
ConnectionPoolProperties |
CrowdAdminServiceImpl.getSystemConnectionPoolProperties()
|
| Methods in com.atlassian.crowd.embedded.core with parameters of type ConnectionPoolProperties | |
|---|---|
void |
CrowdAdminServiceImpl.setConnectionPoolProperties(ConnectionPoolProperties poolProperties)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||