|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AddOperationContext in org.apache.directory.mitosis.service |
---|
Methods in org.apache.directory.mitosis.service with parameters of type AddOperationContext | |
---|---|
void |
ReplicationInterceptor.add(NextInterceptor nextInterceptor,
AddOperationContext addContext)
|
Uses of AddOperationContext in org.apache.directory.server.core |
---|
Methods in org.apache.directory.server.core with parameters of type AddOperationContext | |
---|---|
void |
DefaultOperationManager.add(AddOperationContext opContext)
|
void |
OperationManager.add(AddOperationContext opContext)
TODO document after determining if this method should be here. |
Uses of AddOperationContext in org.apache.directory.server.core.authn |
---|
Methods in org.apache.directory.server.core.authn with parameters of type AddOperationContext | |
---|---|
void |
AuthenticationInterceptor.add(NextInterceptor next,
AddOperationContext opContext)
|
Uses of AddOperationContext in org.apache.directory.server.core.authz |
---|
Methods in org.apache.directory.server.core.authz with parameters of type AddOperationContext | |
---|---|
void |
AciAuthorizationInterceptor.add(NextInterceptor next,
AddOperationContext addContext)
|
Uses of AddOperationContext in org.apache.directory.server.core.changelog |
---|
Methods in org.apache.directory.server.core.changelog with parameters of type AddOperationContext | |
---|---|
void |
ChangeLogInterceptor.add(NextInterceptor next,
AddOperationContext opContext)
|
Uses of AddOperationContext in org.apache.directory.server.core.collective |
---|
Methods in org.apache.directory.server.core.collective with parameters of type AddOperationContext | |
---|---|
void |
CollectiveAttributeInterceptor.add(NextInterceptor next,
AddOperationContext opContext)
|
Uses of AddOperationContext in org.apache.directory.server.core.event |
---|
Methods in org.apache.directory.server.core.event with parameters of type AddOperationContext | |
---|---|
void |
EventInterceptor.add(NextInterceptor next,
AddOperationContext opContext)
|
void |
DirectoryListener.entryAdded(AddOperationContext opContext)
Called when an entry has been added. |
Uses of AddOperationContext in org.apache.directory.server.core.exception |
---|
Methods in org.apache.directory.server.core.exception with parameters of type AddOperationContext | |
---|---|
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. |
Uses of AddOperationContext in org.apache.directory.server.core.interceptor |
---|
Methods in org.apache.directory.server.core.interceptor with parameters of type AddOperationContext | |
---|---|
void |
InterceptorChain.add(AddOperationContext opContext)
|
void |
NextInterceptor.add(AddOperationContext opContext)
Calls the next interceptor's Interceptor.add( NextInterceptor, AddOperationContext ) . |
void |
BaseInterceptor.add(NextInterceptor next,
AddOperationContext opContext)
|
void |
Interceptor.add(NextInterceptor next,
AddOperationContext opContext)
Filters Partition.add( AddOperationContext ) call. |
Uses of AddOperationContext in org.apache.directory.server.core.jndi |
---|
Methods in org.apache.directory.server.core.jndi with parameters of type AddOperationContext | |
---|---|
void |
EventListenerAdapter.entryAdded(AddOperationContext opContext)
|
Uses of AddOperationContext in org.apache.directory.server.core.kerberos |
---|
Methods in org.apache.directory.server.core.kerberos with parameters of type AddOperationContext | |
---|---|
void |
PasswordPolicyInterceptor.add(NextInterceptor next,
AddOperationContext addContext)
Check added attributes for a 'userPassword'. |
void |
KeyDerivationInterceptor.add(NextInterceptor next,
AddOperationContext addContext)
Intercept the addition of the 'userPassword' and 'krb5PrincipalName' attributes. |
Uses of AddOperationContext in org.apache.directory.server.core.normalization |
---|
Methods in org.apache.directory.server.core.normalization with parameters of type AddOperationContext | |
---|---|
void |
NormalizationInterceptor.add(NextInterceptor nextInterceptor,
AddOperationContext opContext)
|
Uses of AddOperationContext in org.apache.directory.server.core.operational |
---|
Methods in org.apache.directory.server.core.operational with parameters of type AddOperationContext | |
---|---|
void |
OperationalAttributeInterceptor.add(NextInterceptor nextInterceptor,
AddOperationContext opContext)
Adds extra operational attributes to the entry before it is added. |
Uses of AddOperationContext in org.apache.directory.server.core.partition |
---|
Methods in org.apache.directory.server.core.partition with parameters of type AddOperationContext | |
---|---|
void |
PartitionNexusProxy.add(AddOperationContext opContext)
|
void |
Partition.add(AddOperationContext opContext)
Adds an entry to this ContextPartition. |
void |
DefaultPartitionNexus.add(AddOperationContext addContext)
Looks up the backend corresponding to the entry first, then checks to see if the entry already exists. |
void |
PartitionNexusProxy.add(AddOperationContext opContext,
java.util.Collection<java.lang.String> byPassed)
|
Uses of AddOperationContext in org.apache.directory.server.core.partition.impl.btree |
---|
Methods in org.apache.directory.server.core.partition.impl.btree with parameters of type AddOperationContext | |
---|---|
abstract void |
BTreePartition.add(AddOperationContext opContext)
|
Uses of AddOperationContext in org.apache.directory.server.core.partition.impl.btree.jdbm |
---|
Methods in org.apache.directory.server.core.partition.impl.btree.jdbm with parameters of type AddOperationContext | |
---|---|
void |
JdbmPartition.add(AddOperationContext addContext)
|
Uses of AddOperationContext in org.apache.directory.server.core.schema |
---|
Methods in org.apache.directory.server.core.schema with parameters of type AddOperationContext | |
---|---|
void |
SchemaOperationControl.add(AddOperationContext opContext)
|
void |
SchemaInterceptor.add(NextInterceptor next,
AddOperationContext addContext)
Check that all the attributes exist in the schema for this entry. |
Uses of AddOperationContext in org.apache.directory.server.core.subtree |
---|
Methods in org.apache.directory.server.core.subtree with parameters of type AddOperationContext | |
---|---|
void |
SubentryInterceptor.add(NextInterceptor next,
AddOperationContext addContext)
|
Uses of AddOperationContext in org.apache.directory.server.core.trigger |
---|
Methods in org.apache.directory.server.core.trigger with parameters of type AddOperationContext | |
---|---|
void |
TriggerInterceptor.add(NextInterceptor next,
AddOperationContext addContext)
|
Uses of AddOperationContext in org.apache.directory.server.ldap.handlers |
---|
Methods in org.apache.directory.server.ldap.handlers with parameters of type AddOperationContext | |
---|---|
void |
PersistentSearchListener.entryAdded(AddOperationContext opContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |