public class LdapConnectionType extends ConnectionType
Java class for ldapConnectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ldapConnectionType"> <complexContent> <extension base="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}connectionType"> <sequence> <element name="authentication" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}ldapAuthenticationType" minOccurs="0"/> <element name="referral" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}ldapReferralType" minOccurs="0"/> <element name="derefAliases" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}ldapDerefAliasesType" minOccurs="0"/> <element name="version" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}ldapVersionType" minOccurs="0"/> <element name="pageSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="factory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tlsActivated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="saslMutualAuthentication" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="sortedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="binaryAttributes" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}valuesType" minOccurs="0"/> <element name="recursiveDelete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="relaxRules" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="saslQop" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}saslQopType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
LdapConnectionType() |
Modifier and Type | Method and Description |
---|---|
LdapAuthenticationType |
getAuthentication()
Gets the value of the authentication property.
|
ValuesType |
getBinaryAttributes()
Gets the value of the binaryAttributes property.
|
LdapDerefAliasesType |
getDerefAliases()
Gets the value of the derefAliases property.
|
String |
getFactory()
Gets the value of the factory property.
|
Integer |
getPageSize()
Gets the value of the pageSize property.
|
LdapReferralType |
getReferral()
Gets the value of the referral property.
|
SaslQopType |
getSaslQop()
Gets the value of the saslQop property.
|
String |
getSortedBy()
Gets the value of the sortedBy property.
|
LdapVersionType |
getVersion()
Gets the value of the version property.
|
Boolean |
isRecursiveDelete()
Gets the value of the recursiveDelete property.
|
Boolean |
isRelaxRules()
Gets the value of the relaxRules property.
|
Boolean |
isSaslMutualAuthentication()
Gets the value of the saslMutualAuthentication property.
|
Boolean |
isTlsActivated()
Gets the value of the tlsActivated property.
|
void |
setAuthentication(LdapAuthenticationType value)
Sets the value of the authentication property.
|
void |
setBinaryAttributes(ValuesType value)
Sets the value of the binaryAttributes property.
|
void |
setDerefAliases(LdapDerefAliasesType value)
Sets the value of the derefAliases property.
|
void |
setFactory(String value)
Sets the value of the factory property.
|
void |
setPageSize(Integer value)
Sets the value of the pageSize property.
|
void |
setRecursiveDelete(Boolean value)
Sets the value of the recursiveDelete property.
|
void |
setReferral(LdapReferralType value)
Sets the value of the referral property.
|
void |
setRelaxRules(Boolean value)
Sets the value of the relaxRules property.
|
void |
setSaslMutualAuthentication(Boolean value)
Sets the value of the saslMutualAuthentication property.
|
void |
setSaslQop(SaslQopType value)
Sets the value of the saslQop property.
|
void |
setSortedBy(String value)
Sets the value of the sortedBy property.
|
void |
setTlsActivated(Boolean value)
Sets the value of the tlsActivated property.
|
void |
setVersion(LdapVersionType value)
Sets the value of the version property.
|
getId, getName, getPassword, getUrl, getUsername, setId, setName, setPassword, setUrl, setUsername
public LdapAuthenticationType getAuthentication()
LdapAuthenticationType
public void setAuthentication(LdapAuthenticationType value)
value
- allowed object is
LdapAuthenticationType
public LdapReferralType getReferral()
LdapReferralType
public void setReferral(LdapReferralType value)
value
- allowed object is
LdapReferralType
public LdapDerefAliasesType getDerefAliases()
LdapDerefAliasesType
public void setDerefAliases(LdapDerefAliasesType value)
value
- allowed object is
LdapDerefAliasesType
public LdapVersionType getVersion()
LdapVersionType
public void setVersion(LdapVersionType value)
value
- allowed object is
LdapVersionType
public Integer getPageSize()
Integer
public void setPageSize(Integer value)
value
- allowed object is
Integer
public String getFactory()
String
public void setFactory(String value)
value
- allowed object is
String
public Boolean isTlsActivated()
Boolean
public void setTlsActivated(Boolean value)
value
- allowed object is
Boolean
public Boolean isSaslMutualAuthentication()
Boolean
public void setSaslMutualAuthentication(Boolean value)
value
- allowed object is
Boolean
public String getSortedBy()
String
public void setSortedBy(String value)
value
- allowed object is
String
public ValuesType getBinaryAttributes()
ValuesType
public void setBinaryAttributes(ValuesType value)
value
- allowed object is
ValuesType
public Boolean isRecursiveDelete()
Boolean
public void setRecursiveDelete(Boolean value)
value
- allowed object is
Boolean
public Boolean isRelaxRules()
Boolean
public void setRelaxRules(Boolean value)
value
- allowed object is
Boolean
public SaslQopType getSaslQop()
SaslQopType
public void setSaslQop(SaslQopType value)
value
- allowed object is
SaslQopType
Copyright © 2005-2024 LSC project. All Rights Reserved.