JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Camel :: LDAP 2.23.2.fuse-790054-redhat-00001
Prev
Next
Frames
No Frames
All Classes
C
G
I
L
O
P
S
C
createConsumer(Processor)
- Method in class org.apache.camel.component.ldap.
LdapEndpoint
createEndpoint(String, String, Map<String, Object>)
- Method in class org.apache.camel.component.ldap.
LdapComponent
createProducer()
- Method in class org.apache.camel.component.ldap.
LdapEndpoint
G
getBase()
- Method in class org.apache.camel.component.ldap.
LdapEndpoint
getDirContext()
- Method in class org.apache.camel.component.ldap.
LdapProducer
getDirContextName()
- Method in class org.apache.camel.component.ldap.
LdapEndpoint
getPageSize()
- Method in class org.apache.camel.component.ldap.
LdapEndpoint
getReturnedAttributes()
- Method in class org.apache.camel.component.ldap.
LdapEndpoint
getScope()
- Method in class org.apache.camel.component.ldap.
LdapEndpoint
I
isSingleton()
- Method in class org.apache.camel.component.ldap.
LdapEndpoint
L
LdapComponent
- Class in
org.apache.camel.component.ldap
Represents the component that manages
LdapEndpoint
(s).
LdapComponent()
- Constructor for class org.apache.camel.component.ldap.
LdapComponent
LdapEndpoint
- Class in
org.apache.camel.component.ldap
The ldap component allows you to perform searches in LDAP servers using filters as the message payload.
LdapEndpoint(String, String, LdapComponent)
- Constructor for class org.apache.camel.component.ldap.
LdapEndpoint
LdapEndpoint(String, String)
- Constructor for class org.apache.camel.component.ldap.
LdapEndpoint
LdapProducer
- Class in
org.apache.camel.component.ldap
LdapProducer(LdapEndpoint, String, String, int, Integer, String)
- Constructor for class org.apache.camel.component.ldap.
LdapProducer
O
OBJECT_SCOPE
- Static variable in class org.apache.camel.component.ldap.
LdapEndpoint
ONELEVEL_SCOPE
- Static variable in class org.apache.camel.component.ldap.
LdapEndpoint
org.apache.camel.component.ldap
- package org.apache.camel.component.ldap
P
process(Exchange)
- Method in class org.apache.camel.component.ldap.
LdapProducer
S
setBase(String)
- Method in class org.apache.camel.component.ldap.
LdapEndpoint
The base DN for searches.
setDirContextName(String)
- Method in class org.apache.camel.component.ldap.
LdapEndpoint
Name of either a
DirContext
, or
Hashtable
, or
Map
bean to lookup in the registry.
setPageSize(Integer)
- Method in class org.apache.camel.component.ldap.
LdapEndpoint
When specified the ldap module uses paging to retrieve all results (most LDAP Servers throw an exception when trying to retrieve more than 1000 entries in one query).
setReturnedAttributes(String)
- Method in class org.apache.camel.component.ldap.
LdapEndpoint
Comma-separated list of attributes that should be set in each entry of the result
setScope(String)
- Method in class org.apache.camel.component.ldap.
LdapEndpoint
Specifies how deeply to search the tree of entries, starting at the base DN.
SUBTREE_SCOPE
- Static variable in class org.apache.camel.component.ldap.
LdapEndpoint
SYSTEM_DN
- Static variable in class org.apache.camel.component.ldap.
LdapEndpoint
C
G
I
L
O
P
S
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Camel :: LDAP 2.23.2.fuse-790054-redhat-00001
Prev
Next
Frames
No Frames
All Classes
Apache Camel