public class AsyncLdapSourceServiceType extends LdapSourceServiceType
Java class for asyncLdapSourceServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="asyncLdapSourceServiceType">
<complexContent>
<extension base="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}ldapSourceServiceType">
<sequence>
<element name="synchronizingAllWhenStarting" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="serverType" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}ldapServerType"/>
</sequence>
</extension>
</complexContent>
</complexType>
ServiceType.Connection| Constructor and Description |
|---|
AsyncLdapSourceServiceType() |
| Modifier and Type | Method and Description |
|---|---|
LdapServerType |
getServerType()
Gets the value of the serverType property.
|
Boolean |
isSynchronizingAllWhenStarting()
Gets the value of the synchronizingAllWhenStarting property.
|
void |
setServerType(LdapServerType value)
Sets the value of the serverType property.
|
void |
setSynchronizingAllWhenStarting(Boolean value)
Sets the value of the synchronizingAllWhenStarting property.
|
getCleanFilter, getDateFormat, getFilterAsync, getInterval, setCleanFilter, setDateFormat, setFilterAsync, setIntervalgetAllFilter, getBaseDn, getFetchedAttributes, getGetAllFilter, getGetOneFilter, getOneFilter, getPivotAttributes, setAllFilter, setBaseDn, setFetchedAttributes, setGetAllFilter, setGetOneFilter, setOneFilter, setPivotAttributesgetConnection, getId, getName, setConnection, setId, setNamepublic Boolean isSynchronizingAllWhenStarting()
Booleanpublic void setSynchronizingAllWhenStarting(Boolean value)
value - allowed object is
Booleanpublic LdapServerType getServerType()
LdapServerTypepublic void setServerType(LdapServerType value)
value - allowed object is
LdapServerTypeCopyright © 2005-2025 LSC project. All Rights Reserved.