public class

DefaultConnectionPoolProperties

extends Object
implements ConnectionPoolProperties
java.lang.Object
   ↳ com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties

Class Overview

Form-backing bean used to set default values in the connection pool UI and convert the values for storage as application attributes.

Summary

Public Constructors
DefaultConnectionPoolProperties()
Public Methods
static ConnectionPoolProperties fromPropertiesMap(Map<StringString> map)
String getInitialSize()
String getMaximumSize()
String getPreferredSize()
String getSupportedAuthentication()
String getSupportedProtocol()
String getTimeoutInSec()
void setInitialSize(String initialSize)
void setMaximumSize(String maximumSize)
void setPreferredSize(String preferredSize)
void setSupportedAuthentication(String supportedAuthentication)
void setSupportedProtocol(String supportedProtocol)
void setTimeoutInSec(String timeoutInSec)
Map<StringString> toPropertiesMap()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.crowd.embedded.api.ConnectionPoolProperties

Public Constructors

public DefaultConnectionPoolProperties ()

Public Methods

public static ConnectionPoolProperties fromPropertiesMap (Map<StringString> map)

public String getInitialSize ()

public String getMaximumSize ()

public String getPreferredSize ()

public String getSupportedAuthentication ()

public String getSupportedProtocol ()

public String getTimeoutInSec ()

public void setInitialSize (String initialSize)

public void setMaximumSize (String maximumSize)

public void setPreferredSize (String preferredSize)

public void setSupportedAuthentication (String supportedAuthentication)

public void setSupportedProtocol (String supportedProtocol)

public void setTimeoutInSec (String timeoutInSec)

public Map<StringString> toPropertiesMap ()