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.crypto |
This package implements the Directory Server cryptographic framework, which is described in the
CrytpoManager design document.
|
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(ExtendedOperation extendedOperation)
Indicates whether the provided extended operation is allowed based on the access control configuration.
|
abstract void |
ExtendedOperationHandler.processExtendedOperation(ExtendedOperation operation)
Processes the provided extended operation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AciHandler.isAllowed(ExtendedOperation operation) |
Constructor and Description |
---|
AciLDAPOperationContainer(ExtendedOperation operation,
Entry e,
int rights)
Constructor interface for evaluation of the extended operation.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedOperationBasis
This class defines an extended operation, which can perform virtually any kind of task.
|
Modifier and Type | Method and Description |
---|---|
void |
GetSymmetricKeyExtendedOperation.processExtendedOperation(ExtendedOperation operation)
Processes the provided extended operation.
|
Modifier and Type | Method and Description |
---|---|
void |
PasswordPolicyStateExtendedOperation.processExtendedOperation(ExtendedOperation operation)
Processes the provided extended operation.
|
void |
StartTLSExtendedOperation.processExtendedOperation(ExtendedOperation operation)
Processes the provided extended operation.
|
void |
WhoAmIExtendedOperation.processExtendedOperation(ExtendedOperation operation) |
void |
CancelExtendedOperation.processExtendedOperation(ExtendedOperation operation)
Processes the provided extended operation.
|
void |
PasswordModifyExtendedOperation.processExtendedOperation(ExtendedOperation operation) |
void |
GetConnectionIDExtendedOperation.processExtendedOperation(ExtendedOperation operation) |
Copyright © 2010–2017 ForgeRock AS. All rights reserved.