@UriEndpoint(scheme="ldap",
title="LDAP",
syntax="ldap:dirContextName",
producerOnly=true,
label="ldap")
public class LdapEndpoint
extends org.apache.camel.impl.DefaultEndpoint
| Modifier and Type | Field and Description |
|---|---|
static String |
OBJECT_SCOPE |
static String |
ONELEVEL_SCOPE |
static String |
SUBTREE_SCOPE |
static String |
SYSTEM_DN |
| Modifier | Constructor and Description |
|---|---|
|
LdapEndpoint(String endpointUri,
String remaining) |
protected |
LdapEndpoint(String endpointUri,
String remaining,
LdapComponent component) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
String |
getBase() |
String |
getDirContextName() |
int |
getPageSize() |
String |
getReturnedAttributes() |
String |
getScope() |
boolean |
isSingleton() |
void |
setBase(String base) |
void |
setDirContextName(String dirContextName)
Name of
DirContext bean to lookup in the registry. |
void |
setPageSize(int pageSize) |
void |
setPageSize(Integer pageSize) |
void |
setReturnedAttributes(String returnedAttributes) |
void |
setScope(String scope) |
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, getPollingConsumerQueueSize, hashCode, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic static final String SYSTEM_DN
public static final String OBJECT_SCOPE
public static final String ONELEVEL_SCOPE
public static final String SUBTREE_SCOPE
protected LdapEndpoint(String endpointUri, String remaining, LdapComponent component) throws URISyntaxException
URISyntaxExceptionpublic LdapEndpoint(String endpointUri, String remaining) throws URISyntaxException
URISyntaxExceptionpublic org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic boolean isSingleton()
public String getDirContextName()
public void setDirContextName(String dirContextName)
DirContext bean to lookup in the registry.public void setPageSize(Integer pageSize)
public String getBase()
public void setBase(String base)
public String getScope()
public void setScope(String scope)
public int getPageSize()
public void setPageSize(int pageSize)
public String getReturnedAttributes()
public void setReturnedAttributes(String returnedAttributes)
Apache Camel