| Package | Description |
|---|---|
| org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
| org.forgerock.opendj.ldap.spi |
Interfaces and classes for service providers.
|
| Constructor and Description |
|---|
LDAPListener(InetSocketAddress address,
ServerConnectionFactory<LDAPClientContext,Integer> factory)
Creates a new LDAP listener implementation which will listen for LDAP
client connections at the provided address.
|
LDAPListener(InetSocketAddress address,
ServerConnectionFactory<LDAPClientContext,Integer> factory,
LDAPListenerOptions options)
Creates a new LDAP listener implementation which will listen for LDAP
client connections at the provided address.
|
LDAPListener(int port,
ServerConnectionFactory<LDAPClientContext,Integer> factory)
Creates a new LDAP listener implementation which will listen for LDAP
client connections at the provided address.
|
LDAPListener(int port,
ServerConnectionFactory<LDAPClientContext,Integer> factory,
LDAPListenerOptions options)
Creates a new LDAP listener implementation which will listen for LDAP
client connections at the provided address.
|
LDAPListener(String host,
int port,
ServerConnectionFactory<LDAPClientContext,Integer> factory)
Creates a new LDAP listener implementation which will listen for LDAP
client connections at the provided address.
|
LDAPListener(String host,
int port,
ServerConnectionFactory<LDAPClientContext,Integer> factory,
LDAPListenerOptions options)
Creates a new LDAP listener implementation which will listen for LDAP
client connections at the provided address.
|
| Modifier and Type | Method and Description |
|---|---|
LDAPListenerImpl |
TransportProvider.getLDAPListener(InetSocketAddress address,
ServerConnectionFactory<LDAPClientContext,Integer> factory,
LDAPListenerOptions options)
Returns an implementation of
LDAPListener. |
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.