Class ApprovalDBType
Java class for approvalDBType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="approvalDBType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="driver" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="maxConns" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="maxIdleConns" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="userIdAttribute" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="approverAttributes" type="{http://www.tremolosecurity.com/tremoloConfig}listType"/> <element name="userAttributes" type="{http://www.tremolosecurity.com/tremoloConfig}listType"/> <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="smtpHost" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="smtpPort" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="smtpUser" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="smtpPassword" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="smtpSubject" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="smtpFrom" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="smtpTLS" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="encryptionKey" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="smtpUseSOCKSProxy" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="smtpSOCKSProxyHost" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="smtpSOCKSProxyPort" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="smtpLocalhost" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="maskAttribute" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="validationQuery" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="hibernateDialect" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="hibernateProperty" type="{http://www.tremolosecurity.com/tremoloConfig}paramType" maxOccurs="unbounded" minOccurs="0"/> <element name="hibernateConfig" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="hibernateCreateSchema" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="notifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected ListType
protected String
protected boolean
protected String
protected String
protected Boolean
protected String
protected int
protected int
protected String
protected String
protected String
protected String
protected String
protected String
protected int
protected String
protected int
protected String
protected boolean
protected String
protected boolean
protected String
protected String
protected ListType
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the approverAttributes property.Gets the value of the driver property.Gets the value of the encryptionKey property.Gets the value of the hibernateConfig property.Gets the value of the hibernateDialect property.Gets the value of the hibernateProperty property.Gets the value of the maskAttribute property.int
Gets the value of the maxConns property.int
Gets the value of the maxIdleConns property.Gets the value of the notifier property.Gets the value of the password property.Gets the value of the smtpFrom property.Gets the value of the smtpHost property.Gets the value of the smtpLocalhost property.Gets the value of the smtpPassword property.int
Gets the value of the smtpPort property.Gets the value of the smtpSOCKSProxyHost property.int
Gets the value of the smtpSOCKSProxyPort property.Gets the value of the smtpSubject property.Gets the value of the smtpUser property.getUrl()
Gets the value of the url property.getUser()
Gets the value of the user property.Gets the value of the userAttributes property.Gets the value of the userIdAttribute property.Gets the value of the validationQuery property.boolean
Gets the value of the enabled property.Gets the value of the hibernateCreateSchema property.boolean
Gets the value of the smtpTLS property.boolean
Gets the value of the smtpUseSOCKSProxy property.void
setApproverAttributes
(ListType value) Sets the value of the approverAttributes property.void
Sets the value of the driver property.void
setEnabled
(boolean value) Sets the value of the enabled property.void
setEncryptionKey
(String value) Sets the value of the encryptionKey property.void
setHibernateConfig
(String value) Sets the value of the hibernateConfig property.void
setHibernateCreateSchema
(Boolean value) Sets the value of the hibernateCreateSchema property.void
setHibernateDialect
(String value) Sets the value of the hibernateDialect property.void
setMaxConns
(int value) Sets the value of the maxConns property.void
setMaxIdleConns
(int value) Sets the value of the maxIdleConns property.void
setNotifier
(String value) Sets the value of the notifier property.void
setPassword
(String value) Sets the value of the password property.void
setSmtpFrom
(String value) Sets the value of the smtpFrom property.void
setSmtpHost
(String value) Sets the value of the smtpHost property.void
setSmtpLocalhost
(String value) Sets the value of the smtpLocalhost property.void
setSmtpPassword
(String value) Sets the value of the smtpPassword property.void
setSmtpPort
(int value) Sets the value of the smtpPort property.void
setSmtpSOCKSProxyHost
(String value) Sets the value of the smtpSOCKSProxyHost property.void
setSmtpSOCKSProxyPort
(int value) Sets the value of the smtpSOCKSProxyPort property.void
setSmtpSubject
(String value) Sets the value of the smtpSubject property.void
setSmtpTLS
(boolean value) Sets the value of the smtpTLS property.void
setSmtpUser
(String value) Sets the value of the smtpUser property.void
setSmtpUseSOCKSProxy
(boolean value) Sets the value of the smtpUseSOCKSProxy property.void
Sets the value of the url property.void
Sets the value of the user property.void
setUserAttributes
(ListType value) Sets the value of the userAttributes property.void
setUserIdAttribute
(String value) Sets the value of the userIdAttribute property.void
setValidationQuery
(String value) Sets the value of the validationQuery property.
-
Field Details
-
driver
-
url
-
user
-
password
-
maxConns
protected int maxConns -
maxIdleConns
protected int maxIdleConns -
userIdAttribute
-
approverAttributes
-
userAttributes
-
enabled
protected boolean enabled -
smtpHost
-
smtpPort
protected int smtpPort -
smtpUser
-
smtpPassword
-
smtpSubject
-
smtpFrom
-
smtpTLS
protected boolean smtpTLS -
encryptionKey
-
smtpUseSOCKSProxy
protected boolean smtpUseSOCKSProxy -
smtpSOCKSProxyHost
-
smtpSOCKSProxyPort
protected int smtpSOCKSProxyPort -
smtpLocalhost
-
maskAttribute
-
validationQuery
-
hibernateDialect
-
hibernateProperty
-
hibernateConfig
-
hibernateCreateSchema
-
notifier
-
-
Constructor Details
-
ApprovalDBType
public ApprovalDBType()
-
-
Method Details
-
getDriver
-
setDriver
-
getUrl
-
setUrl
-
getUser
-
setUser
-
getPassword
-
setPassword
-
getMaxConns
public int getMaxConns()Gets the value of the maxConns property. -
setMaxConns
public void setMaxConns(int value) Sets the value of the maxConns property. -
getMaxIdleConns
public int getMaxIdleConns()Gets the value of the maxIdleConns property. -
setMaxIdleConns
public void setMaxIdleConns(int value) Sets the value of the maxIdleConns property. -
getUserIdAttribute
-
setUserIdAttribute
-
getApproverAttributes
-
setApproverAttributes
-
getUserAttributes
-
setUserAttributes
-
isEnabled
public boolean isEnabled()Gets the value of the enabled property. -
setEnabled
public void setEnabled(boolean value) Sets the value of the enabled property. -
getSmtpHost
-
setSmtpHost
-
getSmtpPort
public int getSmtpPort()Gets the value of the smtpPort property. -
setSmtpPort
public void setSmtpPort(int value) Sets the value of the smtpPort property. -
getSmtpUser
-
setSmtpUser
-
getSmtpPassword
-
setSmtpPassword
-
getSmtpSubject
-
setSmtpSubject
-
getSmtpFrom
-
setSmtpFrom
-
isSmtpTLS
public boolean isSmtpTLS()Gets the value of the smtpTLS property. -
setSmtpTLS
public void setSmtpTLS(boolean value) Sets the value of the smtpTLS property. -
getEncryptionKey
-
setEncryptionKey
-
isSmtpUseSOCKSProxy
public boolean isSmtpUseSOCKSProxy()Gets the value of the smtpUseSOCKSProxy property. -
setSmtpUseSOCKSProxy
public void setSmtpUseSOCKSProxy(boolean value) Sets the value of the smtpUseSOCKSProxy property. -
getSmtpSOCKSProxyHost
-
setSmtpSOCKSProxyHost
-
getSmtpSOCKSProxyPort
public int getSmtpSOCKSProxyPort()Gets the value of the smtpSOCKSProxyPort property. -
setSmtpSOCKSProxyPort
public void setSmtpSOCKSProxyPort(int value) Sets the value of the smtpSOCKSProxyPort property. -
getSmtpLocalhost
-
setSmtpLocalhost
-
getMaskAttribute
Gets the value of the maskAttribute property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the maskAttribute property.For example, to add a new item, do as follows:
getMaskAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getValidationQuery
-
setValidationQuery
-
getHibernateDialect
-
setHibernateDialect
-
getHibernateProperty
Gets the value of the hibernateProperty property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the hibernateProperty property.For example, to add a new item, do as follows:
getHibernateProperty().add(newItem);
Objects of the following type(s) are allowed in the list
ParamType
-
getHibernateConfig
-
setHibernateConfig
-
isHibernateCreateSchema
-
setHibernateCreateSchema
-
getNotifier
-
setNotifier
-