Package | Description |
---|---|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.authorization.dseecompat |
Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access
control handler implementation.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AccessControlHandler.isAllowed(BindOperation bindOperation)
Indicates whether the provided bind operation is allowed based on the access control configuration.
|
abstract void |
SASLMechanismHandler.processSASLBind(BindOperation bindOperation)
Processes the SASL bind operation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AciHandler.isAllowed(BindOperation bindOperation) |
Modifier and Type | Class and Description |
---|---|
class |
BindOperationBasis
This class defines an operation that may be used to authenticate a user to the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
void |
PlainSASLMechanismHandler.processSASLBind(BindOperation bindOperation) |
void |
CRAMMD5SASLMechanismHandler.processSASLBind(BindOperation bindOperation) |
void |
DigestMD5SASLMechanismHandler.processSASLBind(BindOperation bindOp) |
void |
ExternalSASLMechanismHandler.processSASLBind(BindOperation bindOperation) |
void |
GSSAPISASLMechanismHandler.processSASLBind(BindOperation bindOp) |
void |
AnonymousSASLMechanismHandler.processSASLBind(BindOperation bindOperation) |
Copyright © 2010–2017 ForgeRock AS. All rights reserved.