Modifier and Type | Method and Description |
---|---|
void |
MockOperationManager.add(AddOperationContext opContext) |
void |
DefaultOperationManager.add(AddOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
OperationManager.add(AddOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
MockInterceptor.add(NextInterceptor next,
AddOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationInterceptor.add(NextInterceptor next,
AddOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
AciAuthorizationInterceptor.add(NextInterceptor next,
AddOperationContext addContext) |
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogInterceptor.add(NextInterceptor next,
AddOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
CollectiveAttributeInterceptor.add(NextInterceptor next,
AddOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
EventInterceptor.add(NextInterceptor next,
AddOperationContext opContext) |
void |
DirectoryListener.entryAdded(AddOperationContext opContext)
Called when an entry has been added.
|
Modifier and Type | Method and Description |
---|---|
void |
ExceptionInterceptor.add(NextInterceptor nextInterceptor,
AddOperationContext opContext)
In the pre-invocation state this interceptor method checks to see if the entry to be added already exists.
|
Modifier and Type | Method and Description |
---|---|
void |
InterceptorChain.add(AddOperationContext opContext) |
void |
NextInterceptor.add(AddOperationContext opContext)
Calls the next interceptor's
Interceptor.add( NextInterceptor, AddOperationContext ) . |
void |
Interceptor.add(NextInterceptor next,
AddOperationContext opContext)
Filters
Partition.add( AddOperationContext ) call. |
void |
BaseInterceptor.add(NextInterceptor next,
AddOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
EventListenerAdapter.entryAdded(AddOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
JournalInterceptor.add(NextInterceptor next,
AddOperationContext opContext)
Filters
Partition.add( AddOperationContext ) call. |
Modifier and Type | Method and Description |
---|---|
void |
KeyDerivationInterceptor.add(NextInterceptor next,
AddOperationContext addContext)
Intercept the addition of the 'userPassword' and 'krb5PrincipalName' attributes.
|
void |
PasswordPolicyInterceptor.add(NextInterceptor next,
AddOperationContext addContext)
Check added attributes for a 'userPassword'.
|
Modifier and Type | Method and Description |
---|---|
void |
NormalizationInterceptor.add(NextInterceptor nextInterceptor,
AddOperationContext opContext)
Filters
Partition.add( AddOperationContext ) call. |
Modifier and Type | Method and Description |
---|---|
void |
OperationalAttributeInterceptor.add(NextInterceptor nextInterceptor,
AddOperationContext opContext)
Adds extra operational attributes to the entry before it is added.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultPartitionNexus.add(AddOperationContext addContext) |
void |
Partition.add(AddOperationContext opContext)
Adds an entry to this ContextPartition.
|
void |
NullPartition.add(AddOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
abstract void |
BTreePartition.add(AddOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
LdifPartition.add(AddOperationContext addContext)
Adds an entry to this ContextPartition.
|
Modifier and Type | Method and Description |
---|---|
void |
ReferralInterceptor.add(NextInterceptor next,
AddOperationContext opContext)
Add an entry into the server.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaPartition.add(AddOperationContext opContext)
Adds an entry to this ContextPartition.
|
void |
SchemaInterceptor.add(NextInterceptor next,
AddOperationContext addContext)
Check that all the attributes exist in the schema for this entry.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistrySynchronizerAdaptor.add(AddOperationContext opContext)
Add a new SchemaObject or a new Schema in the Schema partition.
|
Modifier and Type | Method and Description |
---|---|
void |
SubentryInterceptor.add(NextInterceptor next,
AddOperationContext addContext) |
Modifier and Type | Method and Description |
---|---|
void |
TriggerInterceptor.add(NextInterceptor next,
AddOperationContext addContext) |
Modifier and Type | Method and Description |
---|---|
void |
PersistentSearchListener.entryAdded(AddOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractXdbmPartition.add(AddOperationContext addContext) |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.