|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NextInterceptor | |
---|---|
org.apache.directory.server.core.authn | |
org.apache.directory.server.core.authz | |
org.apache.directory.server.core.collective | |
org.apache.directory.server.core.event | |
org.apache.directory.server.core.exception | |
org.apache.directory.server.core.interceptor | |
org.apache.directory.server.core.normalization | |
org.apache.directory.server.core.operational | |
org.apache.directory.server.core.referral | |
org.apache.directory.server.core.schema | Contains interfaces for schema object registry services and simple POJO implementations of these services. |
org.apache.directory.server.core.subtree |
Uses of NextInterceptor in org.apache.directory.server.core.authn |
---|
Methods in org.apache.directory.server.core.authn with parameters of type NextInterceptor | |
---|---|
void |
AuthenticationService.add(NextInterceptor next,
LdapDN normName,
javax.naming.directory.Attributes entry)
|
void |
AuthenticationService.bind(NextInterceptor next,
LdapDN bindDn,
byte[] credentials,
java.util.List mechanisms,
java.lang.String saslAuthId)
|
void |
AuthenticationService.delete(NextInterceptor next,
LdapDN name)
|
LdapDN |
AuthenticationService.getMatchedName(NextInterceptor next,
LdapDN dn)
|
javax.naming.directory.Attributes |
AuthenticationService.getRootDSE(NextInterceptor next)
|
LdapDN |
AuthenticationService.getSuffix(NextInterceptor next,
LdapDN dn)
|
boolean |
AuthenticationService.hasEntry(NextInterceptor next,
LdapDN name)
|
boolean |
AuthenticationService.isSuffix(NextInterceptor next,
LdapDN name)
|
javax.naming.NamingEnumeration |
AuthenticationService.list(NextInterceptor next,
LdapDN base)
|
java.util.Iterator |
AuthenticationService.listSuffixes(NextInterceptor next)
|
javax.naming.directory.Attributes |
AuthenticationService.lookup(NextInterceptor next,
LdapDN name)
|
javax.naming.directory.Attributes |
AuthenticationService.lookup(NextInterceptor next,
LdapDN dn,
java.lang.String[] attrIds)
|
void |
AuthenticationService.modify(NextInterceptor next,
LdapDN name,
int modOp,
javax.naming.directory.Attributes mods)
|
void |
AuthenticationService.modify(NextInterceptor next,
LdapDN name,
javax.naming.directory.ModificationItem[] mods)
|
void |
AuthenticationService.modifyRn(NextInterceptor next,
LdapDN name,
java.lang.String newRn,
boolean deleteOldRn)
|
void |
AuthenticationService.move(NextInterceptor next,
LdapDN oriChildName,
LdapDN newParentName)
|
void |
AuthenticationService.move(NextInterceptor next,
LdapDN oriChildName,
LdapDN newParentName,
java.lang.String newRn,
boolean deleteOldRn)
|
javax.naming.NamingEnumeration |
AuthenticationService.search(NextInterceptor next,
LdapDN base,
java.util.Map env,
ExprNode filter,
javax.naming.directory.SearchControls searchCtls)
|
Uses of NextInterceptor in org.apache.directory.server.core.authz |
---|
Methods in org.apache.directory.server.core.authz with parameters of type NextInterceptor | |
---|---|
void |
AuthorizationService.add(NextInterceptor next,
LdapDN normName,
javax.naming.directory.Attributes entry)
|
boolean |
AuthorizationService.compare(NextInterceptor next,
LdapDN name,
java.lang.String oid,
java.lang.Object value)
|
void |
AuthorizationService.delete(NextInterceptor next,
LdapDN name)
|
void |
DefaultAuthorizationService.delete(NextInterceptor nextInterceptor,
LdapDN name)
|
LdapDN |
AuthorizationService.getMatchedName(NextInterceptor next,
LdapDN dn)
|
boolean |
AuthorizationService.hasEntry(NextInterceptor next,
LdapDN name)
|
boolean |
DefaultAuthorizationService.hasEntry(NextInterceptor nextInterceptor,
LdapDN name)
Note that we do nothing here. |
javax.naming.NamingEnumeration |
AuthorizationService.list(NextInterceptor next,
LdapDN base)
|
javax.naming.NamingEnumeration |
DefaultAuthorizationService.list(NextInterceptor nextInterceptor,
LdapDN base)
|
javax.naming.directory.Attributes |
AuthorizationService.lookup(NextInterceptor next,
LdapDN name)
|
javax.naming.directory.Attributes |
DefaultAuthorizationService.lookup(NextInterceptor nextInterceptor,
LdapDN name)
|
javax.naming.directory.Attributes |
AuthorizationService.lookup(NextInterceptor next,
LdapDN dn,
java.lang.String[] attrIds)
|
javax.naming.directory.Attributes |
DefaultAuthorizationService.lookup(NextInterceptor nextInterceptor,
LdapDN name,
java.lang.String[] attrIds)
|
void |
AuthorizationService.modify(NextInterceptor next,
LdapDN name,
int modOp,
javax.naming.directory.Attributes mods)
|
void |
DefaultAuthorizationService.modify(NextInterceptor nextInterceptor,
LdapDN name,
int modOp,
javax.naming.directory.Attributes attrs)
This policy needs to be really tight too because some attributes may take part in giving the user permissions to protected resources. |
void |
AuthorizationService.modify(NextInterceptor next,
LdapDN name,
javax.naming.directory.ModificationItem[] mods)
|
void |
DefaultAuthorizationService.modify(NextInterceptor nextInterceptor,
LdapDN name,
javax.naming.directory.ModificationItem[] items)
This policy needs to be really tight too because some attributes may take part in giving the user permissions to protected resources. |
void |
AuthorizationService.modifyRn(NextInterceptor next,
LdapDN name,
java.lang.String newRn,
boolean deleteOldRn)
|
void |
DefaultAuthorizationService.modifyRn(NextInterceptor nextInterceptor,
LdapDN name,
java.lang.String newRn,
boolean deleteOldRn)
|
void |
AuthorizationService.move(NextInterceptor next,
LdapDN oriChildName,
LdapDN newParentName)
|
void |
DefaultAuthorizationService.move(NextInterceptor nextInterceptor,
LdapDN oriChildName,
LdapDN newParentName)
|
void |
AuthorizationService.move(NextInterceptor next,
LdapDN oriChildName,
LdapDN newParentName,
java.lang.String newRn,
boolean deleteOldRn)
|
void |
DefaultAuthorizationService.move(NextInterceptor nextInterceptor,
LdapDN oriChildName,
LdapDN newParentName,
java.lang.String newRn,
boolean deleteOldRn)
|
javax.naming.NamingEnumeration |
AuthorizationService.search(NextInterceptor next,
LdapDN base,
java.util.Map env,
ExprNode filter,
javax.naming.directory.SearchControls searchCtls)
|
javax.naming.NamingEnumeration |
DefaultAuthorizationService.search(NextInterceptor nextInterceptor,
LdapDN base,
java.util.Map env,
ExprNode filter,
javax.naming.directory.SearchControls searchCtls)
|
Uses of NextInterceptor in org.apache.directory.server.core.collective |
---|
Methods in org.apache.directory.server.core.collective with parameters of type NextInterceptor | |
---|---|
javax.naming.NamingEnumeration |
CollectiveAttributeService.list(NextInterceptor nextInterceptor,
LdapDN base)
|
javax.naming.directory.Attributes |
CollectiveAttributeService.lookup(NextInterceptor nextInterceptor,
LdapDN name)
|
javax.naming.directory.Attributes |
CollectiveAttributeService.lookup(NextInterceptor nextInterceptor,
LdapDN name,
java.lang.String[] attrIds)
|
javax.naming.NamingEnumeration |
CollectiveAttributeService.search(NextInterceptor nextInterceptor,
LdapDN base,
java.util.Map env,
ExprNode filter,
javax.naming.directory.SearchControls searchCtls)
|
Uses of NextInterceptor in org.apache.directory.server.core.event |
---|
Methods in org.apache.directory.server.core.event with parameters of type NextInterceptor | |
---|---|
void |
EventService.add(NextInterceptor next,
LdapDN normName,
javax.naming.directory.Attributes entry)
|
void |
EventService.delete(NextInterceptor next,
LdapDN name)
|
void |
EventService.modify(NextInterceptor next,
LdapDN name,
int modOp,
javax.naming.directory.Attributes mods)
|
void |
EventService.modify(NextInterceptor next,
LdapDN name,
javax.naming.directory.ModificationItem[] mods)
|
void |
EventService.modifyRn(NextInterceptor next,
LdapDN name,
java.lang.String newRn,
boolean deleteOldRn)
|
void |
EventService.move(NextInterceptor next,
LdapDN oriChildName,
LdapDN newParentName)
|
void |
EventService.move(NextInterceptor next,
LdapDN oriChildName,
LdapDN newParentName,
java.lang.String newRn,
boolean deleteOldRn)
|
Uses of NextInterceptor in org.apache.directory.server.core.exception |
---|
Methods in org.apache.directory.server.core.exception with parameters of type NextInterceptor | |
---|---|
void |
ExceptionService.add(NextInterceptor nextInterceptor,
LdapDN normName,
javax.naming.directory.Attributes entry)
In the pre-invocation state this interceptor method checks to see if the entry to be added already exists. |
void |
ExceptionService.delete(NextInterceptor nextInterceptor,
LdapDN name)
Checks to make sure the entry being deleted exists, and has no children, otherwise throws the appropriate LdapException. |
javax.naming.NamingEnumeration |
ExceptionService.list(NextInterceptor nextInterceptor,
LdapDN baseName)
Checks to see the base being searched exists, otherwise throws the appropriate LdapException. |
javax.naming.directory.Attributes |
ExceptionService.lookup(NextInterceptor nextInterceptor,
LdapDN name)
Checks to make sure the entry being looked up exists other wise throws the appropriate LdapException. |
javax.naming.directory.Attributes |
ExceptionService.lookup(NextInterceptor nextInterceptor,
LdapDN name,
java.lang.String[] attrIds)
Checks to see the base being searched exists, otherwise throws the appropriate LdapException. |
void |
ExceptionService.modify(NextInterceptor nextInterceptor,
LdapDN name,
int modOp,
javax.naming.directory.Attributes attrs)
Checks to see the entry being modified exists, otherwise throws the appropriate LdapException. |
void |
ExceptionService.modify(NextInterceptor nextInterceptor,
LdapDN name,
javax.naming.directory.ModificationItem[] items)
Checks to see the entry being modified exists, otherwise throws the appropriate LdapException. |
void |
ExceptionService.modifyRn(NextInterceptor nextInterceptor,
LdapDN dn,
java.lang.String newRn,
boolean deleteOldRn)
Checks to see the entry being renamed exists, otherwise throws the appropriate LdapException. |
void |
ExceptionService.move(NextInterceptor nextInterceptor,
LdapDN oriChildName,
LdapDN newParentName)
Checks to see the entry being moved exists, and so does its parent, otherwise throws the appropriate LdapException. |
void |
ExceptionService.move(NextInterceptor nextInterceptor,
LdapDN oriChildName,
LdapDN newParentName,
java.lang.String newRn,
boolean deleteOldRn)
Checks to see the entry being moved exists, and so does its parent, otherwise throws the appropriate LdapException. |
javax.naming.NamingEnumeration |
ExceptionService.search(NextInterceptor nextInterceptor,
LdapDN base,
java.util.Map env,
ExprNode filter,
javax.naming.directory.SearchControls searchCtls)
Checks to see the entry being searched exists, otherwise throws the appropriate LdapException. |
Uses of NextInterceptor in org.apache.directory.server.core.interceptor |
---|
Methods in org.apache.directory.server.core.interceptor with parameters of type NextInterceptor | |
---|---|
void |
BaseInterceptor.add(NextInterceptor next,
LdapDN normName,
javax.naming.directory.Attributes entry)
|
void |
Interceptor.add(NextInterceptor next,
LdapDN name,
javax.naming.directory.Attributes entry)
Filters Partition#add(org.apache.directory.shared.ldap.name.LdapDN,javax.naming.directory.Attributes) call. |
void |
BaseInterceptor.addContextPartition(NextInterceptor next,
PartitionConfiguration cfg)
|
void |
Interceptor.addContextPartition(NextInterceptor next,
PartitionConfiguration cfg)
Filters PartitionNexus.addContextPartition(PartitionConfiguration) call. |
void |
BaseInterceptor.bind(NextInterceptor next,
LdapDN bindDn,
byte[] credentials,
java.util.List mechanisms,
java.lang.String saslAuthId)
|
void |
Interceptor.bind(NextInterceptor next,
LdapDN bindDn,
byte[] credentials,
java.util.List mechanisms,
java.lang.String saslAuthId)
Filters Partition#bind(org.apache.directory.shared.ldap.name.LdapDN,byte[],java.util.List,String) call. |
boolean |
BaseInterceptor.compare(NextInterceptor next,
LdapDN name,
java.lang.String oid,
java.lang.Object value)
|
boolean |
Interceptor.compare(NextInterceptor next,
LdapDN name,
java.lang.String oid,
java.lang.Object value)
Filters PartitionNexus#compare(org.apache.directory.shared.ldap.name.LdapDN,String,Object) call. |
void |
BaseInterceptor.delete(NextInterceptor next,
LdapDN name)
|
void |
Interceptor.delete(NextInterceptor next,
LdapDN name)
Filters Partition#delete(org.apache.directory.shared.ldap.name.LdapDN) call. |
LdapDN |
BaseInterceptor.getMatchedName(NextInterceptor next,
LdapDN dn)
|
LdapDN |
Interceptor.getMatchedName(NextInterceptor next,
LdapDN name)
Filters PartitionNexus#getMatchedName(org.apache.directory.shared.ldap.name.LdapDN) call. |
javax.naming.directory.Attributes |
BaseInterceptor.getRootDSE(NextInterceptor next)
|
javax.naming.directory.Attributes |
Interceptor.getRootDSE(NextInterceptor next)
Filters PartitionNexus.getRootDSE() call. |
LdapDN |
BaseInterceptor.getSuffix(NextInterceptor next,
LdapDN dn)
|
LdapDN |
Interceptor.getSuffix(NextInterceptor next,
LdapDN name)
Filters PartitionNexus#getSuffix(org.apache.directory.shared.ldap.name.LdapDN) call. |
boolean |
BaseInterceptor.hasEntry(NextInterceptor next,
LdapDN name)
|
boolean |
Interceptor.hasEntry(NextInterceptor next,
LdapDN name)
Filters Partition#lookup(org.apache.directory.shared.ldap.name.LdapDN,String[]) call. |
boolean |
BaseInterceptor.isSuffix(NextInterceptor next,
LdapDN name)
|
boolean |
Interceptor.isSuffix(NextInterceptor next,
LdapDN name)
Filters Partition#isSuffix(org.apache.directory.shared.ldap.name.LdapDN) call. |
javax.naming.NamingEnumeration |
BaseInterceptor.list(NextInterceptor next,
LdapDN base)
|
javax.naming.NamingEnumeration |
Interceptor.list(NextInterceptor next,
LdapDN baseName)
Filters Partition#list(org.apache.directory.shared.ldap.name.LdapDN) call. |
java.util.Iterator |
BaseInterceptor.listSuffixes(NextInterceptor next)
|
java.util.Iterator |
Interceptor.listSuffixes(NextInterceptor next)
Filters PartitionNexus.listSuffixes() call. |
javax.naming.directory.Attributes |
BaseInterceptor.lookup(NextInterceptor next,
LdapDN name)
|
javax.naming.directory.Attributes |
Interceptor.lookup(NextInterceptor next,
LdapDN name)
Filters Partition#lookup(org.apache.directory.shared.ldap.name.LdapDN) call. |
javax.naming.directory.Attributes |
BaseInterceptor.lookup(NextInterceptor next,
LdapDN dn,
java.lang.String[] attrIds)
|
javax.naming.directory.Attributes |
Interceptor.lookup(NextInterceptor next,
LdapDN dn,
java.lang.String[] attrIds)
Filters Partition#lookup(org.apache.directory.shared.ldap.name.LdapDN,String[]) call. |
void |
BaseInterceptor.modify(NextInterceptor next,
LdapDN name,
int modOp,
javax.naming.directory.Attributes mods)
|
void |
Interceptor.modify(NextInterceptor next,
LdapDN name,
int modOp,
javax.naming.directory.Attributes attributes)
Filters Partition#modify(org.apache.directory.shared.ldap.name.LdapDN,int,javax.naming.directory.Attributes) call. |
void |
BaseInterceptor.modify(NextInterceptor next,
LdapDN name,
javax.naming.directory.ModificationItem[] mods)
|
void |
Interceptor.modify(NextInterceptor next,
LdapDN name,
javax.naming.directory.ModificationItem[] items)
Filters Partition#modify(org.apache.directory.shared.ldap.name.LdapDN,javax.naming.directory.ModificationItem[]) call. |
void |
BaseInterceptor.modifyRn(NextInterceptor next,
LdapDN name,
java.lang.String newRn,
boolean deleteOldRn)
|
void |
Interceptor.modifyRn(NextInterceptor next,
LdapDN name,
java.lang.String newRn,
boolean deleteOldRn)
Filters Partition#modifyRn(org.apache.directory.shared.ldap.name.LdapDN,String,boolean) call. |
void |
BaseInterceptor.move(NextInterceptor next,
LdapDN oriChildName,
LdapDN newParentName)
|
void |
Interceptor.move(NextInterceptor next,
LdapDN oldName,
LdapDN newParentName)
Filters Partition#move(org.apache.directory.shared.ldap.name.LdapDN,org.apache.directory.shared.ldap.name.LdapDN) call. |
void |
BaseInterceptor.move(NextInterceptor next,
LdapDN oriChildName,
LdapDN newParentName,
java.lang.String newRn,
boolean deleteOldRn)
|
void |
Interceptor.move(NextInterceptor next,
LdapDN oldName,
LdapDN newParentName,
java.lang.String newRn,
boolean deleteOldRn)
Filters Partition#move(org.apache.directory.shared.ldap.name.LdapDN,org.apache.directory.shared.ldap.name.LdapDN,String,boolean) call. |
void |
BaseInterceptor.removeContextPartition(NextInterceptor next,
LdapDN suffix)
|
void |
Interceptor.removeContextPartition(NextInterceptor next,
LdapDN suffix)
Filters PartitionNexus#removeContextPartition(org.apache.directory.shared.ldap.name.LdapDN) call. |
javax.naming.NamingEnumeration |
BaseInterceptor.search(NextInterceptor next,
LdapDN base,
java.util.Map env,
ExprNode filter,
javax.naming.directory.SearchControls searchCtls)
|
javax.naming.NamingEnumeration |
Interceptor.search(NextInterceptor next,
LdapDN baseName,
java.util.Map environment,
ExprNode filter,
javax.naming.directory.SearchControls searchControls)
Filters Partition#search(org.apache.directory.shared.ldap.name.LdapDN,java.util.Map,org.apache.directory.shared.ldap.filter.ExprNode,javax.naming.directory.SearchControls) call. |
void |
BaseInterceptor.unbind(NextInterceptor next,
LdapDN bindDn)
|
void |
Interceptor.unbind(NextInterceptor next,
LdapDN bindDn)
Filters Partition#unbind(org.apache.directory.shared.ldap.name.LdapDN) call. |
Uses of NextInterceptor in org.apache.directory.server.core.normalization |
---|
Methods in org.apache.directory.server.core.normalization with parameters of type NextInterceptor | |
---|---|
void |
NormalizationService.add(NextInterceptor nextInterceptor,
LdapDN name,
javax.naming.directory.Attributes attrs)
|
void |
NormalizationService.addContextPartition(NextInterceptor next,
PartitionConfiguration cfg)
|
void |
NormalizationService.bind(NextInterceptor next,
LdapDN bindDn,
byte[] credentials,
java.util.List mechanisms,
java.lang.String saslAuthId)
|
boolean |
NormalizationService.compare(NextInterceptor next,
LdapDN name,
java.lang.String oid,
java.lang.Object value)
|
void |
NormalizationService.delete(NextInterceptor nextInterceptor,
LdapDN name)
|
LdapDN |
NormalizationService.getMatchedName(NextInterceptor nextInterceptor,
LdapDN name)
|
LdapDN |
NormalizationService.getSuffix(NextInterceptor nextInterceptor,
LdapDN name)
|
boolean |
NormalizationService.hasEntry(NextInterceptor nextInterceptor,
LdapDN name)
|
boolean |
NormalizationService.isSuffix(NextInterceptor nextInterceptor,
LdapDN name)
|
javax.naming.NamingEnumeration |
NormalizationService.list(NextInterceptor nextInterceptor,
LdapDN base)
|
javax.naming.directory.Attributes |
NormalizationService.lookup(NextInterceptor nextInterceptor,
LdapDN name)
|
javax.naming.directory.Attributes |
NormalizationService.lookup(NextInterceptor nextInterceptor,
LdapDN name,
java.lang.String[] attrIds)
|
void |
NormalizationService.modify(NextInterceptor nextInterceptor,
LdapDN name,
int modOp,
javax.naming.directory.Attributes attrs)
|
void |
NormalizationService.modify(NextInterceptor nextInterceptor,
LdapDN name,
javax.naming.directory.ModificationItem[] items)
|
void |
NormalizationService.modifyRn(NextInterceptor nextInterceptor,
LdapDN name,
java.lang.String newRn,
boolean deleteOldRn)
|
void |
NormalizationService.move(NextInterceptor nextInterceptor,
LdapDN name,
LdapDN newParentName)
|
void |
NormalizationService.move(NextInterceptor nextInterceptor,
LdapDN name,
LdapDN newParentName,
java.lang.String newRn,
boolean deleteOldRn)
|
void |
NormalizationService.removeContextPartition(NextInterceptor next,
LdapDN suffix)
|
javax.naming.NamingEnumeration |
NormalizationService.search(NextInterceptor nextInterceptor,
LdapDN base,
java.util.Map env,
ExprNode filter,
javax.naming.directory.SearchControls searchCtls)
|
Uses of NextInterceptor in org.apache.directory.server.core.operational |
---|
Methods in org.apache.directory.server.core.operational with parameters of type NextInterceptor | |
---|---|
void |
OperationalAttributeService.add(NextInterceptor nextInterceptor,
LdapDN normName,
javax.naming.directory.Attributes entry)
Adds extra operational attributes to the entry before it is added. |
javax.naming.NamingEnumeration |
OperationalAttributeService.list(NextInterceptor nextInterceptor,
LdapDN base)
|
javax.naming.directory.Attributes |
OperationalAttributeService.lookup(NextInterceptor nextInterceptor,
LdapDN name)
|
javax.naming.directory.Attributes |
OperationalAttributeService.lookup(NextInterceptor nextInterceptor,
LdapDN name,
java.lang.String[] attrIds)
|
void |
OperationalAttributeService.modify(NextInterceptor nextInterceptor,
LdapDN name,
int modOp,
javax.naming.directory.Attributes attrs)
|
void |
OperationalAttributeService.modify(NextInterceptor nextInterceptor,
LdapDN name,
javax.naming.directory.ModificationItem[] items)
|
void |
OperationalAttributeService.modifyRn(NextInterceptor nextInterceptor,
LdapDN name,
java.lang.String newRn,
boolean deleteOldRn)
|
void |
OperationalAttributeService.move(NextInterceptor nextInterceptor,
LdapDN name,
LdapDN newParentName)
|
void |
OperationalAttributeService.move(NextInterceptor nextInterceptor,
LdapDN name,
LdapDN newParentName,
java.lang.String newRn,
boolean deleteOldRn)
|
javax.naming.NamingEnumeration |
OperationalAttributeService.search(NextInterceptor nextInterceptor,
LdapDN base,
java.util.Map env,
ExprNode filter,
javax.naming.directory.SearchControls searchCtls)
|
Uses of NextInterceptor in org.apache.directory.server.core.referral |
---|
Methods in org.apache.directory.server.core.referral with parameters of type NextInterceptor | |
---|---|
void |
ReferralService.add(NextInterceptor next,
LdapDN normName,
javax.naming.directory.Attributes entry)
|
void |
ReferralService.addContextPartition(NextInterceptor next,
PartitionConfiguration cfg)
|
boolean |
ReferralService.compare(NextInterceptor next,
LdapDN normName,
java.lang.String oid,
java.lang.Object value)
|
void |
ReferralService.delete(NextInterceptor next,
LdapDN normName)
|
void |
ReferralService.modify(NextInterceptor next,
LdapDN name,
int modOp,
javax.naming.directory.Attributes mods)
|
void |
ReferralService.modify(NextInterceptor next,
LdapDN name,
javax.naming.directory.ModificationItem[] mods)
|
void |
ReferralService.modifyRn(NextInterceptor next,
LdapDN oldName,
java.lang.String newRdn,
boolean deleteOldRdn)
|
void |
ReferralService.move(NextInterceptor next,
LdapDN oldName,
LdapDN newParent)
|
void |
ReferralService.move(NextInterceptor next,
LdapDN oldName,
LdapDN newParent,
java.lang.String newRdn,
boolean deleteOldRdn)
|
void |
ReferralService.removeContextPartition(NextInterceptor next,
LdapDN suffix)
|
javax.naming.NamingEnumeration |
ReferralService.search(NextInterceptor next,
LdapDN base,
java.util.Map env,
ExprNode filter,
javax.naming.directory.SearchControls controls)
|
Uses of NextInterceptor in org.apache.directory.server.core.schema |
---|
Methods in org.apache.directory.server.core.schema with parameters of type NextInterceptor | |
---|---|
void |
SchemaService.add(NextInterceptor next,
LdapDN normName,
javax.naming.directory.Attributes attrs)
Check that all the attributes exist in the schema for this entry. |
javax.naming.NamingEnumeration |
SchemaService.list(NextInterceptor nextInterceptor,
LdapDN base)
|
javax.naming.directory.Attributes |
SchemaService.lookup(NextInterceptor nextInterceptor,
LdapDN name)
|
javax.naming.directory.Attributes |
SchemaService.lookup(NextInterceptor nextInterceptor,
LdapDN name,
java.lang.String[] attrIds)
|
void |
SchemaService.modify(NextInterceptor next,
LdapDN name,
int modOp,
javax.naming.directory.Attributes mods)
Check that the modify operations are allowed, and the conform to the schema. |
void |
SchemaService.modify(NextInterceptor next,
LdapDN name,
javax.naming.directory.ModificationItem[] mods)
|
javax.naming.NamingEnumeration |
SchemaService.search(NextInterceptor nextInterceptor,
LdapDN base,
java.util.Map env,
ExprNode filter,
javax.naming.directory.SearchControls searchCtls)
|
Uses of NextInterceptor in org.apache.directory.server.core.subtree |
---|
Methods in org.apache.directory.server.core.subtree with parameters of type NextInterceptor | |
---|---|
void |
SubentryService.add(NextInterceptor next,
LdapDN normName,
javax.naming.directory.Attributes entry)
|
void |
SubentryService.delete(NextInterceptor next,
LdapDN name)
|
javax.naming.NamingEnumeration |
SubentryService.list(NextInterceptor nextInterceptor,
LdapDN base)
|
void |
SubentryService.modify(NextInterceptor next,
LdapDN name,
int modOp,
javax.naming.directory.Attributes mods)
|
void |
SubentryService.modify(NextInterceptor next,
LdapDN name,
javax.naming.directory.ModificationItem[] mods)
|
void |
SubentryService.modifyRn(NextInterceptor next,
LdapDN name,
java.lang.String newRn,
boolean deleteOldRn)
|
void |
SubentryService.move(NextInterceptor next,
LdapDN oriChildName,
LdapDN newParentName)
|
void |
SubentryService.move(NextInterceptor next,
LdapDN oriChildName,
LdapDN newParentName,
java.lang.String newRn,
boolean deleteOldRn)
|
javax.naming.NamingEnumeration |
SubentryService.search(NextInterceptor nextInterceptor,
LdapDN base,
java.util.Map env,
ExprNode filter,
javax.naming.directory.SearchControls searchCtls)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |