|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ModifyOperationContext in org.apache.directory.mitosis.operation |
---|
Methods in org.apache.directory.mitosis.operation with parameters of type ModifyOperationContext | |
---|---|
Operation |
OperationFactory.newModify(ModifyOperationContext opContext)
Returns a new Operation that performs "modify" operation. |
Uses of ModifyOperationContext in org.apache.directory.mitosis.service |
---|
Methods in org.apache.directory.mitosis.service with parameters of type ModifyOperationContext | |
---|---|
void |
ReplicationInterceptor.modify(NextInterceptor next,
ModifyOperationContext modifyContext)
|
Uses of ModifyOperationContext in org.apache.directory.server.core |
---|
Methods in org.apache.directory.server.core with parameters of type ModifyOperationContext | |
---|---|
void |
DefaultOperationManager.modify(ModifyOperationContext opContext)
|
void |
OperationManager.modify(ModifyOperationContext opContext)
TODO document after determining if this method should be here. |
Uses of ModifyOperationContext in org.apache.directory.server.core.authn |
---|
Methods in org.apache.directory.server.core.authn with parameters of type ModifyOperationContext | |
---|---|
void |
AuthenticationInterceptor.modify(NextInterceptor next,
ModifyOperationContext opContext)
|
Uses of ModifyOperationContext in org.apache.directory.server.core.authz |
---|
Methods in org.apache.directory.server.core.authz with parameters of type ModifyOperationContext | |
---|---|
void |
DefaultAuthorizationInterceptor.modify(NextInterceptor nextInterceptor,
ModifyOperationContext opContext)
This policy needs to be really tight too because some attributes may take part in giving the user permissions to protected resources. |
void |
AciAuthorizationInterceptor.modify(NextInterceptor next,
ModifyOperationContext opContext)
|
Uses of ModifyOperationContext in org.apache.directory.server.core.changelog |
---|
Methods in org.apache.directory.server.core.changelog with parameters of type ModifyOperationContext | |
---|---|
void |
ChangeLogInterceptor.modify(NextInterceptor next,
ModifyOperationContext opContext)
|
Uses of ModifyOperationContext in org.apache.directory.server.core.collective |
---|
Methods in org.apache.directory.server.core.collective with parameters of type ModifyOperationContext | |
---|---|
void |
CollectiveAttributeInterceptor.modify(NextInterceptor next,
ModifyOperationContext opContext)
|
Uses of ModifyOperationContext in org.apache.directory.server.core.event |
---|
Methods in org.apache.directory.server.core.event with parameters of type ModifyOperationContext | |
---|---|
void |
DirectoryListener.entryModified(ModifyOperationContext opContext)
Called when an entry has been modified. |
void |
EventInterceptor.modify(NextInterceptor next,
ModifyOperationContext opContext)
|
Uses of ModifyOperationContext in org.apache.directory.server.core.exception |
---|
Methods in org.apache.directory.server.core.exception with parameters of type ModifyOperationContext | |
---|---|
void |
ExceptionInterceptor.modify(NextInterceptor nextInterceptor,
ModifyOperationContext opContext)
Checks to see the entry being modified exists, otherwise throws the appropriate LdapException. |
Uses of ModifyOperationContext in org.apache.directory.server.core.interceptor |
---|
Methods in org.apache.directory.server.core.interceptor with parameters of type ModifyOperationContext | |
---|---|
void |
InterceptorChain.modify(ModifyOperationContext opContext)
|
void |
NextInterceptor.modify(ModifyOperationContext opContext)
Calls the next interceptor's Interceptor.modify( NextInterceptor, ModifyOperationContext ) . |
void |
BaseInterceptor.modify(NextInterceptor next,
ModifyOperationContext opContext)
|
void |
Interceptor.modify(NextInterceptor next,
ModifyOperationContext opContext)
Filters Partition.modify( ModifyOperationContext ) call. |
Uses of ModifyOperationContext in org.apache.directory.server.core.jndi |
---|
Methods in org.apache.directory.server.core.jndi with parameters of type ModifyOperationContext | |
---|---|
void |
EventListenerAdapter.entryModified(ModifyOperationContext opContext)
|
Uses of ModifyOperationContext in org.apache.directory.server.core.kerberos |
---|
Methods in org.apache.directory.server.core.kerberos with parameters of type ModifyOperationContext | |
---|---|
void |
PasswordPolicyInterceptor.modify(NextInterceptor next,
ModifyOperationContext modContext)
Check modification items for a 'userPassword'. |
void |
KeyDerivationInterceptor.modify(NextInterceptor next,
ModifyOperationContext modContext)
Intercept the modification of the 'userPassword' attribute. |
Uses of ModifyOperationContext in org.apache.directory.server.core.normalization |
---|
Methods in org.apache.directory.server.core.normalization with parameters of type ModifyOperationContext | |
---|---|
void |
NormalizationInterceptor.modify(NextInterceptor nextInterceptor,
ModifyOperationContext opContext)
|
Uses of ModifyOperationContext in org.apache.directory.server.core.operational |
---|
Methods in org.apache.directory.server.core.operational with parameters of type ModifyOperationContext | |
---|---|
void |
OperationalAttributeInterceptor.modify(NextInterceptor nextInterceptor,
ModifyOperationContext opContext)
|
Uses of ModifyOperationContext in org.apache.directory.server.core.partition |
---|
Methods in org.apache.directory.server.core.partition with parameters of type ModifyOperationContext | |
---|---|
void |
PartitionNexusProxy.modify(ModifyOperationContext opContext)
|
void |
Partition.modify(ModifyOperationContext opContext)
Modifies an entry by adding, removing or replacing a set of attributes. |
void |
DefaultPartitionNexus.modify(ModifyOperationContext modifyContext)
|
void |
PartitionNexusProxy.modify(ModifyOperationContext opContext,
java.util.Collection<java.lang.String> byPassed)
|
Uses of ModifyOperationContext in org.apache.directory.server.core.partition.impl.btree |
---|
Methods in org.apache.directory.server.core.partition.impl.btree with parameters of type ModifyOperationContext | |
---|---|
abstract void |
BTreePartition.modify(ModifyOperationContext opContext)
|
Uses of ModifyOperationContext 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 ModifyOperationContext | |
---|---|
void |
JdbmPartition.modify(ModifyOperationContext modifyContext)
|
Uses of ModifyOperationContext in org.apache.directory.server.core.schema |
---|
Methods in org.apache.directory.server.core.schema with parameters of type ModifyOperationContext | |
---|---|
void |
SchemaOperationControl.modify(ModifyOperationContext opContext,
org.apache.directory.shared.ldap.entry.ModificationOperation modOp,
ServerEntry mods,
ServerEntry entry,
ServerEntry targetEntry,
boolean cascade)
|
void |
SchemaOperationControl.modify(ModifyOperationContext opContext,
ServerEntry entry,
ServerEntry targetEntry,
boolean doCascadeModify)
|
void |
SchemaInterceptor.modify(NextInterceptor next,
ModifyOperationContext opContext)
|
void |
SchemaOperationControl.modifySchemaSubentry(ModifyOperationContext opContext,
org.apache.directory.shared.ldap.name.LdapDN name,
int modOp,
ServerEntry mods,
ServerEntry subentry,
ServerEntry targetSubentry,
boolean doCascadeModify)
Translates modify operations on schema subentries into one or more operations on meta schema entities within the ou=schema partition and updates the registries accordingly. |
void |
SchemaOperationControl.modifySchemaSubentry(ModifyOperationContext opContext,
ServerEntry subentry,
ServerEntry targetSubentry,
boolean doCascadeModify)
Translates modify operations on schema subentries into one or more operations on meta schema entities within the ou=schema partition and updates the registries accordingly. |
Uses of ModifyOperationContext in org.apache.directory.server.core.subtree |
---|
Methods in org.apache.directory.server.core.subtree with parameters of type ModifyOperationContext | |
---|---|
void |
SubentryInterceptor.modify(NextInterceptor next,
ModifyOperationContext opContext)
|
Uses of ModifyOperationContext in org.apache.directory.server.core.trigger |
---|
Methods in org.apache.directory.server.core.trigger with parameters of type ModifyOperationContext | |
---|---|
void |
TriggerInterceptor.modify(NextInterceptor next,
ModifyOperationContext opContext)
|
void |
TriggerSpecCache.subentryModified(ModifyOperationContext opContext,
ServerEntry entry)
|
Constructors in org.apache.directory.server.core.trigger with parameters of type ModifyOperationContext | |
---|---|
ModifyStoredProcedureParameterInjector(ModifyOperationContext opContext)
|
Uses of ModifyOperationContext in org.apache.directory.server.ldap.handlers |
---|
Methods in org.apache.directory.server.ldap.handlers with parameters of type ModifyOperationContext | |
---|---|
void |
PersistentSearchListener.entryModified(ModifyOperationContext opContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |