Uses of Interface
com.atlassian.crowd.embedded.api.ConnectionPoolProperties
Packages that use ConnectionPoolProperties
-
Uses of ConnectionPoolProperties in com.atlassian.crowd.embedded.api
Methods in com.atlassian.crowd.embedded.api that return ConnectionPoolPropertiesModifier and TypeMethodDescriptionCrowdDirectoryService.getStoredConnectionPoolProperties()Retrieves the stored JNDI LDAP connection pool properties which will be applied when the system restarts.CrowdDirectoryService.getSystemConnectionPoolProperties()Retrieves the system JNDI LDAP connection pool properties (i.e.Methods in com.atlassian.crowd.embedded.api with parameters of type ConnectionPoolPropertiesModifier and TypeMethodDescriptionvoidCrowdDirectoryService.setConnectionPoolProperties(ConnectionPoolProperties poolProperties) Stores the provided JNDI LDAP connection pool properties so they can be applied when the system next restarts. -
Uses of ConnectionPoolProperties in com.atlassian.crowd.embedded.impl
Classes in com.atlassian.crowd.embedded.impl that implement ConnectionPoolPropertiesModifier and TypeClassDescriptionclassForm-backing bean used to set default values in the JNDI LDAP connection pool UI and convert the values for storage as application attributes.enumRepresents the JNDI LDAP connection pool properties which are set as system properties.Methods in com.atlassian.crowd.embedded.impl that return ConnectionPoolPropertiesModifier and TypeMethodDescriptionstatic ConnectionPoolPropertiesDefaultConnectionPoolProperties.fromPropertiesMap(Map<String, String> map) static ConnectionPoolPropertiesSystemConnectionPoolProperties.getInstance()