|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.config.jaxb.DirectDBConfigParams
public class DirectDBConfigParams
Java class for DirectDBConfigParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DirectDBConfigParams">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SSLConfig" type="{http://www.oracle.com/schema/oracle/iam/platform/config}SSLConfig"/>
<element name="connectionProperties" type="{http://www.oracle.com/schema/oracle/iam/platform/config}ConnectionProperties" minOccurs="0"/>
</sequence>
<attribute name="driver" type="{http://www.w3.org/2001/XMLSchema}string" default="oracle.jdbc.OracleDriver" />
<attribute name="url" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="username" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="passwordKey" type="{http://www.w3.org/2001/XMLSchema}string" fixed="OIMSchemaPassword" />
<attribute name="maxConnections" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="idleTimeout" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="checkoutTimeout" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="maxCheckout" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="sslEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="connectionFactoryClassName" type="{http://www.w3.org/2001/XMLSchema}string" default="oracle.jdbc.pool.OracleDataSource" />
<attribute name="validateConnectionOnBorrow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="minConnections" type="{http://www.w3.org/2001/XMLSchema}int" default="2" />
<attribute name="connectionPoolName" type="{http://www.w3.org/2001/XMLSchema}string" default="OIM_UCP_POOL" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
static java.lang.String |
PASSWORD_KEY |
| Constructor Summary | |
|---|---|
DirectDBConfigParams() |
|
| Method Summary | |
|---|---|
java.lang.Integer |
getCheckoutTimeout()Gets the value of the checkoutTimeout property. |
java.lang.String |
getConnectionFactoryClassName()Gets the value of the connectionFactoryClassName property. |
java.lang.String |
getConnectionPoolName()Gets the value of the connectionPoolName property. |
ConnectionProperties |
getConnectionProperties()Gets the value of the connectionProperties property. |
java.lang.String |
getDriver()Gets the value of the driver property. |
java.lang.Integer |
getIdleTimeout()Gets the value of the idleTimeout property. |
java.lang.Integer |
getMaxCheckout()Gets the value of the maxCheckout property. |
java.lang.Integer |
getMaxConnections()Gets the value of the maxConnections property. |
int |
getMinConnections()Gets the value of the minConnections property. |
SSLConfig |
getSSLConfig()Gets the value of the sslConfig property. |
java.lang.String |
getUrl()Gets the value of the url property. |
java.lang.String |
getUsername()Gets the value of the username property. |
boolean |
isSslEnabled()Gets the value of the sslEnabled property. |
boolean |
isValidateConnectionOnBorrow()Gets the value of the validateConnectionOnBorrow property. |
void |
setCheckoutTimeout(java.lang.Integer value)Sets the value of the checkoutTimeout property. |
void |
setConnectionFactoryClassName(java.lang.String value)Sets the value of the connectionFactoryClassName property. |
void |
setConnectionPoolName(java.lang.String value)Sets the value of the connectionPoolName property. |
void |
setConnectionProperties(ConnectionProperties value)Sets the value of the connectionProperties property. |
void |
setDriver(java.lang.String value)Sets the value of the driver property. |
void |
setIdleTimeout(java.lang.Integer value)Sets the value of the idleTimeout property. |
void |
setMaxCheckout(java.lang.Integer value)Sets the value of the maxCheckout property. |
void |
setMaxConnections(java.lang.Integer value)Sets the value of the maxConnections property. |
void |
setMinConnections(java.lang.Integer value)Sets the value of the minConnections property. |
void |
setSSLConfig(SSLConfig value)Sets the value of the sslConfig property. |
void |
setSslEnabled(java.lang.Boolean value)Sets the value of the sslEnabled property. |
void |
setUrl(java.lang.String value)Sets the value of the url property. |
void |
setUsername(java.lang.String value)Sets the value of the username property. |
void |
setValidateConnectionOnBorrow(java.lang.Boolean value)Sets the value of the validateConnectionOnBorrow property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PASSWORD_KEY
| Constructor Detail |
|---|
public DirectDBConfigParams()
| Method Detail |
|---|
public SSLConfig getSSLConfig()
SSLConfigpublic void setSSLConfig(SSLConfig value)
value - allowed object is SSLConfigpublic ConnectionProperties getConnectionProperties()
ConnectionPropertiespublic void setConnectionProperties(ConnectionProperties value)
value - allowed object is ConnectionPropertiespublic java.lang.String getDriver()
Stringpublic void setDriver(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getUrl()
Stringpublic void setUrl(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getUsername()
Stringpublic void setUsername(java.lang.String value)
value - allowed object is Stringpublic java.lang.Integer getMaxConnections()
Integerpublic void setMaxConnections(java.lang.Integer value)
value - allowed object is Integerpublic java.lang.Integer getIdleTimeout()
Integerpublic void setIdleTimeout(java.lang.Integer value)
value - allowed object is Integerpublic java.lang.Integer getCheckoutTimeout()
Integerpublic void setCheckoutTimeout(java.lang.Integer value)
value - allowed object is Integerpublic java.lang.Integer getMaxCheckout()
Integerpublic void setMaxCheckout(java.lang.Integer value)
value - allowed object is Integerpublic boolean isSslEnabled()
Booleanpublic void setSslEnabled(java.lang.Boolean value)
value - allowed object is Booleanpublic java.lang.String getConnectionFactoryClassName()
Stringpublic void setConnectionFactoryClassName(java.lang.String value)
value - allowed object is Stringpublic boolean isValidateConnectionOnBorrow()
Booleanpublic void setValidateConnectionOnBorrow(java.lang.Boolean value)
value - allowed object is Booleanpublic int getMinConnections()
Integerpublic void setMinConnections(java.lang.Integer value)
value - allowed object is Integerpublic java.lang.String getConnectionPoolName()
Stringpublic void setConnectionPoolName(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||