Uses of Interface
com.atlassian.crowd.embedded.api.ConnectionPoolProperties
Packages that use ConnectionPoolProperties
Package
Description
-
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. the currently active settings).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.core
Methods in com.atlassian.crowd.embedded.core that return ConnectionPoolPropertiesModifier and TypeMethodDescriptionCrowdDirectoryServiceImpl.getStoredConnectionPoolProperties()CrowdDirectoryServiceImpl.getSystemConnectionPoolProperties()Methods in com.atlassian.crowd.embedded.core with parameters of type ConnectionPoolPropertiesModifier and TypeMethodDescriptionvoidCrowdDirectoryServiceImpl.setConnectionPoolProperties(ConnectionPoolProperties poolProperties) Stores JNDI LDAP connection pool properties. -
Uses of ConnectionPoolProperties in com.atlassian.crowd.embedded.core.util
Methods in com.atlassian.crowd.embedded.core.util with parameters of type ConnectionPoolPropertiesModifier and TypeMethodDescriptionstatic voidJndiLdapConnectionPoolUtils.setPersistedJndiLdapPoolSystemProperties(ConnectionPoolProperties persistedValues) Sets JNDI LDAP Connection Pool property, only if the System Property is not already set. -
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()