Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapSessionCompletionListener.handleConnectionClosed(LdapSession context)
Invoked when the client closed the connection, possibly using an unbind request.
|
void |
LdapSessionCompletionListener.handleConnectionDisconnected(LdapSession context,
ResultCode resultCode,
String diagnosticMessage)
Invoked when the connection has been disconnected by the server.
|
void |
LdapSessionCompletionListener.handleConnectionError(LdapSession context,
Throwable error)
Invoked when the connection has been disconnected because of an error (e.g: message too big).
|
Constructor and Description |
---|
LdapServer(int port,
io.reactivex.functions.Function<LdapSession,io.reactivex.functions.BiFunction<Integer,Request,io.reactivex.Flowable<Response>>> factory)
Creates a new LDAP listener implementation which will listen for LDAP
client connections at the provided address.
|
LdapServer(int port,
io.reactivex.functions.Function<LdapSession,io.reactivex.functions.BiFunction<Integer,Request,io.reactivex.Flowable<Response>>> factory,
Options options)
Creates a new LDAP listener implementation which will listen for LDAP
client connections at the provided address.
|
LdapServer(Set<InetSocketAddress> addresses,
io.reactivex.functions.Function<LdapSession,io.reactivex.functions.BiFunction<Integer,Request,io.reactivex.Flowable<Response>>> factory)
Creates a new LDAP listener implementation which will listen for LDAP
client connections at the provided address.
|
LdapServer(Set<InetSocketAddress> addresses,
io.reactivex.functions.Function<LdapSession,io.reactivex.functions.BiFunction<Integer,Request,io.reactivex.Flowable<Response>>> factory,
Options options)
Creates a new LDAP listener implementation which will listen for LDAP
client connections at the provided address.
|
LdapServer(String host,
int port,
io.reactivex.functions.Function<LdapSession,io.reactivex.functions.BiFunction<Integer,Request,io.reactivex.Flowable<Response>>> factory)
Creates a new LDAP listener implementation which will listen for LDAP
client connections at the provided address.
|
LdapServer(String host,
int port,
io.reactivex.functions.Function<LdapSession,io.reactivex.functions.BiFunction<Integer,Request,io.reactivex.Flowable<Response>>> factory,
Options options)
Creates a new LDAP listener implementation which will listen for LDAP
client connections at the provided address.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.