|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NextInterceptor in org.apache.ldap.server.authn |
Methods in org.apache.ldap.server.authn with parameters of type NextInterceptor | |
void |
AuthenticationService.add(NextInterceptor next,
java.lang.String upName,
javax.naming.Name normName,
javax.naming.directory.Attributes entry)
|
void |
AuthenticationService.delete(NextInterceptor next,
javax.naming.Name name)
|
javax.naming.Name |
AuthenticationService.getMatchedName(NextInterceptor next,
javax.naming.Name dn,
boolean normalized)
|
javax.naming.directory.Attributes |
AuthenticationService.getRootDSE(NextInterceptor next)
|
javax.naming.Name |
AuthenticationService.getSuffix(NextInterceptor next,
javax.naming.Name dn,
boolean normalized)
|
boolean |
AuthenticationService.hasEntry(NextInterceptor next,
javax.naming.Name name)
|
boolean |
AuthenticationService.isSuffix(NextInterceptor next,
javax.naming.Name name)
|
javax.naming.NamingEnumeration |
AuthenticationService.list(NextInterceptor next,
javax.naming.Name base)
|
java.util.Iterator |
AuthenticationService.listSuffixes(NextInterceptor next,
boolean normalized)
|
javax.naming.directory.Attributes |
AuthenticationService.lookup(NextInterceptor next,
javax.naming.Name dn,
java.lang.String[] attrIds)
|
javax.naming.directory.Attributes |
AuthenticationService.lookup(NextInterceptor next,
javax.naming.Name name)
|
void |
AuthenticationService.modify(NextInterceptor next,
javax.naming.Name name,
int modOp,
javax.naming.directory.Attributes mods)
|
void |
AuthenticationService.modify(NextInterceptor next,
javax.naming.Name name,
javax.naming.directory.ModificationItem[] mods)
|
void |
AuthenticationService.modifyRn(NextInterceptor next,
javax.naming.Name name,
java.lang.String newRn,
boolean deleteOldRn)
|
void |
AuthenticationService.move(NextInterceptor next,
javax.naming.Name oriChildName,
javax.naming.Name newParentName,
java.lang.String newRn,
boolean deleteOldRn)
|
void |
AuthenticationService.move(NextInterceptor next,
javax.naming.Name oriChildName,
javax.naming.Name newParentName)
|
javax.naming.NamingEnumeration |
AuthenticationService.search(NextInterceptor next,
javax.naming.Name base,
java.util.Map env,
org.apache.ldap.common.filter.ExprNode filter,
javax.naming.directory.SearchControls searchCtls)
|
Uses of NextInterceptor in org.apache.ldap.server.authz |
Methods in org.apache.ldap.server.authz with parameters of type NextInterceptor | |
void |
AuthorizationService.delete(NextInterceptor nextInterceptor,
javax.naming.Name name)
|
boolean |
AuthorizationService.hasEntry(NextInterceptor nextInterceptor,
javax.naming.Name name)
Note that we do nothing here. |
void |
AuthorizationService.modify(NextInterceptor nextInterceptor,
javax.naming.Name 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 nextInterceptor,
javax.naming.Name 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 nextInterceptor,
javax.naming.Name name,
java.lang.String newRn,
boolean deleteOldRn)
|
void |
AuthorizationService.move(NextInterceptor nextInterceptor,
javax.naming.Name oriChildName,
javax.naming.Name newParentName)
|
void |
AuthorizationService.move(NextInterceptor nextInterceptor,
javax.naming.Name oriChildName,
javax.naming.Name newParentName,
java.lang.String newRn,
boolean deleteOldRn)
|
javax.naming.directory.Attributes |
AuthorizationService.lookup(NextInterceptor nextInterceptor,
javax.naming.Name name)
|
javax.naming.directory.Attributes |
AuthorizationService.lookup(NextInterceptor nextInterceptor,
javax.naming.Name name,
java.lang.String[] attrIds)
|
javax.naming.NamingEnumeration |
AuthorizationService.search(NextInterceptor nextInterceptor,
javax.naming.Name base,
java.util.Map env,
org.apache.ldap.common.filter.ExprNode filter,
javax.naming.directory.SearchControls searchCtls)
|
javax.naming.NamingEnumeration |
AuthorizationService.list(NextInterceptor nextInterceptor,
javax.naming.Name base)
|
Uses of NextInterceptor in org.apache.ldap.server.exception |
Methods in org.apache.ldap.server.exception with parameters of type NextInterceptor | |
void |
ExceptionService.add(NextInterceptor nextInterceptor,
java.lang.String upName,
javax.naming.Name 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,
javax.naming.Name 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,
javax.naming.Name baseName)
Checks to see the base being searched exists, otherwise throws the appropriate LdapException. |
javax.naming.directory.Attributes |
ExceptionService.lookup(NextInterceptor nextInterceptor,
javax.naming.Name 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,
javax.naming.Name name,
java.lang.String[] attrIds)
Checks to see the base being searched exists, otherwise throws the appropriate LdapException. |
void |
ExceptionService.modify(NextInterceptor nextInterceptor,
javax.naming.Name 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,
javax.naming.Name name,
javax.naming.directory.ModificationItem[] items)
Checks to see the entry being modified exists, otherwise throws the appropriate LdapException. |
void |
ExceptionService.modifyRn(NextInterceptor nextInterceptor,
javax.naming.Name 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,
javax.naming.Name oriChildName,
javax.naming.Name newParentName)
Checks to see the entry being moved exists, and so does its parent, otherwise throws the appropriate LdapException. |
void |
ExceptionService.move(NextInterceptor nextInterceptor,
javax.naming.Name oriChildName,
javax.naming.Name 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,
javax.naming.Name base,
java.util.Map env,
org.apache.ldap.common.filter.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.ldap.server.interceptor |
Methods in org.apache.ldap.server.interceptor with parameters of type NextInterceptor | |
javax.naming.directory.Attributes |
Interceptor.getRootDSE(NextInterceptor next)
Filters ContextPartitionNexus.getRootDSE() call. |
javax.naming.Name |
Interceptor.getMatchedName(NextInterceptor next,
javax.naming.Name name,
boolean normalized)
Filters ContextPartitionNexus.getMatchedName(Name, boolean) call. |
javax.naming.Name |
Interceptor.getSuffix(NextInterceptor next,
javax.naming.Name name,
boolean normalized)
Filters ContextPartitionNexus.getSuffix(Name, boolean) call. |
java.util.Iterator |
Interceptor.listSuffixes(NextInterceptor next,
boolean normalized)
Filters ContextPartitionNexus.listSuffixes(boolean) call. |
void |
Interceptor.addContextPartition(NextInterceptor next,
ContextPartitionConfiguration cfg)
Filters ContextPartitionNexus.addContextPartition(ContextPartitionConfiguration) call. |
void |
Interceptor.removeContextPartition(NextInterceptor next,
javax.naming.Name suffix)
Filters ContextPartitionNexus.removeContextPartition(Name) call. |
void |
Interceptor.delete(NextInterceptor next,
javax.naming.Name name)
Filters ContextPartition.delete(Name) call. |
void |
Interceptor.add(NextInterceptor next,
java.lang.String userProvidedName,
javax.naming.Name normalizedName,
javax.naming.directory.Attributes entry)
Filters ContextPartition.add(String, Name, Attributes) call. |
void |
Interceptor.modify(NextInterceptor next,
javax.naming.Name name,
int modOp,
javax.naming.directory.Attributes attributes)
Filters ContextPartition.modify(Name, int, Attributes) call. |
void |
Interceptor.modify(NextInterceptor next,
javax.naming.Name name,
javax.naming.directory.ModificationItem[] items)
Filters ContextPartition.modify(Name, ModificationItem[]) call. |
javax.naming.NamingEnumeration |
Interceptor.list(NextInterceptor next,
javax.naming.Name baseName)
Filters ContextPartition.list(Name) call. |
javax.naming.NamingEnumeration |
Interceptor.search(NextInterceptor next,
javax.naming.Name baseName,
java.util.Map environment,
org.apache.ldap.common.filter.ExprNode filter,
javax.naming.directory.SearchControls searchControls)
Filters ContextPartition.search(Name, Map, ExprNode, SearchControls) call. |
javax.naming.directory.Attributes |
Interceptor.lookup(NextInterceptor next,
javax.naming.Name name)
Filters ContextPartition.lookup(Name) call. |
javax.naming.directory.Attributes |
Interceptor.lookup(NextInterceptor next,
javax.naming.Name dn,
java.lang.String[] attrIds)
Filters ContextPartition.lookup(Name, String[]) call. |
boolean |
Interceptor.hasEntry(NextInterceptor next,
javax.naming.Name name)
Filters ContextPartition.lookup(Name, String[]) call. |
boolean |
Interceptor.isSuffix(NextInterceptor next,
javax.naming.Name name)
Filters ContextPartition.isSuffix(Name) call. |
void |
Interceptor.modifyRn(NextInterceptor next,
javax.naming.Name name,
java.lang.String newRn,
boolean deleteOldRn)
Filters ContextPartition.modifyRn(Name, String, boolean) call. |
void |
Interceptor.move(NextInterceptor next,
javax.naming.Name oldName,
javax.naming.Name newParentName)
Filters ContextPartition.move(Name, Name) call. |
void |
Interceptor.move(NextInterceptor next,
javax.naming.Name oldName,
javax.naming.Name newParentName,
java.lang.String newRn,
boolean deleteOldRn)
Filters ContextPartition.move(Name, Name, String, boolean) call. |
void |
BaseInterceptor.add(NextInterceptor next,
java.lang.String upName,
javax.naming.Name normName,
javax.naming.directory.Attributes entry)
|
void |
BaseInterceptor.delete(NextInterceptor next,
javax.naming.Name name)
|
javax.naming.Name |
BaseInterceptor.getMatchedName(NextInterceptor next,
javax.naming.Name dn,
boolean normalized)
|
javax.naming.directory.Attributes |
BaseInterceptor.getRootDSE(NextInterceptor next)
|
javax.naming.Name |
BaseInterceptor.getSuffix(NextInterceptor next,
javax.naming.Name dn,
boolean normalized)
|
boolean |
BaseInterceptor.hasEntry(NextInterceptor next,
javax.naming.Name name)
|
boolean |
BaseInterceptor.isSuffix(NextInterceptor next,
javax.naming.Name name)
|
javax.naming.NamingEnumeration |
BaseInterceptor.list(NextInterceptor next,
javax.naming.Name base)
|
java.util.Iterator |
BaseInterceptor.listSuffixes(NextInterceptor next,
boolean normalized)
|
javax.naming.directory.Attributes |
BaseInterceptor.lookup(NextInterceptor next,
javax.naming.Name dn,
java.lang.String[] attrIds)
|
javax.naming.directory.Attributes |
BaseInterceptor.lookup(NextInterceptor next,
javax.naming.Name name)
|
void |
BaseInterceptor.modify(NextInterceptor next,
javax.naming.Name name,
int modOp,
javax.naming.directory.Attributes mods)
|
void |
BaseInterceptor.modify(NextInterceptor next,
javax.naming.Name name,
javax.naming.directory.ModificationItem[] mods)
|
void |
BaseInterceptor.modifyRn(NextInterceptor next,
javax.naming.Name name,
java.lang.String newRn,
boolean deleteOldRn)
|
void |
BaseInterceptor.move(NextInterceptor next,
javax.naming.Name oriChildName,
javax.naming.Name newParentName,
java.lang.String newRn,
boolean deleteOldRn)
|
void |
BaseInterceptor.move(NextInterceptor next,
javax.naming.Name oriChildName,
javax.naming.Name newParentName)
|
javax.naming.NamingEnumeration |
BaseInterceptor.search(NextInterceptor next,
javax.naming.Name base,
java.util.Map env,
org.apache.ldap.common.filter.ExprNode filter,
javax.naming.directory.SearchControls searchCtls)
|
void |
BaseInterceptor.addContextPartition(NextInterceptor next,
ContextPartitionConfiguration cfg)
|
void |
BaseInterceptor.removeContextPartition(NextInterceptor next,
javax.naming.Name suffix)
|
Uses of NextInterceptor in org.apache.ldap.server.normalization |
Methods in org.apache.ldap.server.normalization with parameters of type NextInterceptor | |
void |
NormalizationService.add(NextInterceptor nextInterceptor,
java.lang.String upName,
javax.naming.Name normName,
javax.naming.directory.Attributes attrs)
|
void |
NormalizationService.delete(NextInterceptor nextInterceptor,
javax.naming.Name name)
|
void |
NormalizationService.modify(NextInterceptor nextInterceptor,
javax.naming.Name name,
int modOp,
javax.naming.directory.Attributes attrs)
|
void |
NormalizationService.modify(NextInterceptor nextInterceptor,
javax.naming.Name name,
javax.naming.directory.ModificationItem[] items)
|
void |
NormalizationService.modifyRn(NextInterceptor nextInterceptor,
javax.naming.Name name,
java.lang.String newRn,
boolean deleteOldRn)
|
void |
NormalizationService.move(NextInterceptor nextInterceptor,
javax.naming.Name name,
javax.naming.Name newParentName)
|
void |
NormalizationService.move(NextInterceptor nextInterceptor,
javax.naming.Name name,
javax.naming.Name newParentName,
java.lang.String newRn,
boolean deleteOldRn)
|
javax.naming.NamingEnumeration |
NormalizationService.search(NextInterceptor nextInterceptor,
javax.naming.Name base,
java.util.Map env,
org.apache.ldap.common.filter.ExprNode filter,
javax.naming.directory.SearchControls searchCtls)
|
boolean |
NormalizationService.hasEntry(NextInterceptor nextInterceptor,
javax.naming.Name name)
|
boolean |
NormalizationService.isSuffix(NextInterceptor nextInterceptor,
javax.naming.Name name)
|
javax.naming.NamingEnumeration |
NormalizationService.list(NextInterceptor nextInterceptor,
javax.naming.Name base)
|
javax.naming.directory.Attributes |
NormalizationService.lookup(NextInterceptor nextInterceptor,
javax.naming.Name name)
|
javax.naming.directory.Attributes |
NormalizationService.lookup(NextInterceptor nextInterceptor,
javax.naming.Name name,
java.lang.String[] attrIds)
|
javax.naming.Name |
NormalizationService.getMatchedName(NextInterceptor nextInterceptor,
javax.naming.Name name,
boolean normalized)
|
javax.naming.Name |
NormalizationService.getSuffix(NextInterceptor nextInterceptor,
javax.naming.Name name,
boolean normalized)
|
Uses of NextInterceptor in org.apache.ldap.server.operational |
Methods in org.apache.ldap.server.operational with parameters of type NextInterceptor | |
void |
OperationalAttributeService.add(NextInterceptor nextInterceptor,
java.lang.String upName,
javax.naming.Name normName,
javax.naming.directory.Attributes entry)
Adds extra operational attributes to the entry before it is added. |
void |
OperationalAttributeService.modify(NextInterceptor nextInterceptor,
javax.naming.Name name,
int modOp,
javax.naming.directory.Attributes attrs)
|
void |
OperationalAttributeService.modify(NextInterceptor nextInterceptor,
javax.naming.Name name,
javax.naming.directory.ModificationItem[] items)
|
void |
OperationalAttributeService.modifyRn(NextInterceptor nextInterceptor,
javax.naming.Name name,
java.lang.String newRn,
boolean deleteOldRn)
|
void |
OperationalAttributeService.move(NextInterceptor nextInterceptor,
javax.naming.Name name,
javax.naming.Name newParentName)
|
void |
OperationalAttributeService.move(NextInterceptor nextInterceptor,
javax.naming.Name name,
javax.naming.Name newParentName,
java.lang.String newRn,
boolean deleteOldRn)
|
javax.naming.directory.Attributes |
OperationalAttributeService.lookup(NextInterceptor nextInterceptor,
javax.naming.Name name)
|
javax.naming.directory.Attributes |
OperationalAttributeService.lookup(NextInterceptor nextInterceptor,
javax.naming.Name name,
java.lang.String[] attrIds)
|
javax.naming.NamingEnumeration |
OperationalAttributeService.list(NextInterceptor nextInterceptor,
javax.naming.Name base)
|
javax.naming.NamingEnumeration |
OperationalAttributeService.search(NextInterceptor nextInterceptor,
javax.naming.Name base,
java.util.Map env,
org.apache.ldap.common.filter.ExprNode filter,
javax.naming.directory.SearchControls searchCtls)
|
Uses of NextInterceptor in org.apache.ldap.server.schema |
Methods in org.apache.ldap.server.schema with parameters of type NextInterceptor | |
javax.naming.NamingEnumeration |
SchemaService.list(NextInterceptor nextInterceptor,
javax.naming.Name base)
|
javax.naming.NamingEnumeration |
SchemaService.search(NextInterceptor nextInterceptor,
javax.naming.Name base,
java.util.Map env,
org.apache.ldap.common.filter.ExprNode filter,
javax.naming.directory.SearchControls searchCtls)
|
javax.naming.directory.Attributes |
SchemaService.lookup(NextInterceptor nextInterceptor,
javax.naming.Name name)
|
javax.naming.directory.Attributes |
SchemaService.lookup(NextInterceptor nextInterceptor,
javax.naming.Name name,
java.lang.String[] attrIds)
|
void |
SchemaService.modify(NextInterceptor next,
javax.naming.Name name,
int modOp,
javax.naming.directory.Attributes mods)
|
void |
SchemaService.modify(NextInterceptor next,
javax.naming.Name name,
javax.naming.directory.ModificationItem[] mods)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |