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, setInterval
getAllFilter, getBaseDn, getFetchedAttributes, getGetAllFilter, getGetOneFilter, getOneFilter, getPivotAttributes, setAllFilter, setBaseDn, setFetchedAttributes, setGetAllFilter, setGetOneFilter, setOneFilter, setPivotAttributes
getConnection, getId, getName, setConnection, setId, setName
public Boolean isSynchronizingAllWhenStarting()
Boolean
public void setSynchronizingAllWhenStarting(Boolean value)
value
- allowed object is
Boolean
public LdapServerType getServerType()
LdapServerType
public void setServerType(LdapServerType value)
value
- allowed object is
LdapServerType
Copyright © 2005-2024 LSC project. All Rights Reserved.