Package | Description |
---|---|
com.atlassian.crowd.embedded.api | |
com.atlassian.crowd.embedded.core | |
com.atlassian.crowd.embedded.impl |
Modifier and Type | Method and Description |
---|---|
ConnectionPoolProperties |
CrowdDirectoryService.getStoredConnectionPoolProperties()
Retrieves the stored LDAP connection pool properties which will be applied when the system restarts.
|
ConnectionPoolProperties |
CrowdDirectoryService.getSystemConnectionPoolProperties()
Retrieves the system LDAP connection pool properties (i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
CrowdDirectoryService.setConnectionPoolProperties(ConnectionPoolProperties poolProperties)
Stores the provided LDAP connection pool properties so they can be applied when the system next restarts.
|
Modifier and Type | Method and Description |
---|---|
ConnectionPoolProperties |
CrowdDirectoryServiceImpl.getStoredConnectionPoolProperties() |
ConnectionPoolProperties |
CrowdDirectoryServiceImpl.getSystemConnectionPoolProperties() |
Modifier and Type | Method and Description |
---|---|
void |
CrowdDirectoryServiceImpl.setConnectionPoolProperties(ConnectionPoolProperties poolProperties) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionPoolProperties |
DefaultConnectionPoolProperties.fromPropertiesMap(Map<String,String> map) |
static ConnectionPoolProperties |
SystemConnectionPoolProperties.getInstance() |
Copyright © 2020 Atlassian. All rights reserved.