Package | Description |
---|---|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not
appropriate for other packages.
|
org.opends.server.protocols.ldap |
Contains the implementation for the Directory Server connection handler that
is responsible for interacting with clients using LDAPv3.
|
Modifier and Type | Class and Description |
---|---|
class |
SASLByteChannel
This class implements a SASL byte channel that can be used during
confidentiality and integrity.
|
class |
TLSByteChannel
A class that provides a TLS byte channel implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
RedirectingByteChannel.redirect(ConnectionSecurityProvider provider)
Redirects a byte channel to a byte channel associated with the specified
provider.
|
Modifier and Type | Method and Description |
---|---|
void |
LDAPClientConnection.setSASLPendingProvider(ConnectionSecurityProvider provider)
Set the connection provider that is not in use.
|
void |
LDAPClientConnection.setTLSPendingProvider(ConnectionSecurityProvider provider)
Set the connection provider that is not in use yet.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.