|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.core.interceptor.BaseInterceptor
org.apache.directory.server.core.normalization.NormalizationInterceptor
public class NormalizationInterceptor
A name normalization service. This service makes sure all relative and distinguished
names are normalized before calls are made against the respective interface methods
on DefaultPartitionNexus.
The Filters are also normalized.
If the RDN AttributeTypes are not present in the entry for an Add request,
they will be added.
| Constructor Summary | |
|---|---|
NormalizationInterceptor()
|
|
| Methods inherited from class org.apache.directory.server.core.interceptor.BaseInterceptor |
|---|
getContext, getName, getPrincipal, getRootDSE, listSuffixes, unbind |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NormalizationInterceptor()
| Method Detail |
|---|
public void init(DirectoryService directoryService)
throws java.lang.Exception
init in interface Interceptorinit in class BaseInterceptorjava.lang.Exceptionpublic void destroy()
destroy in interface Interceptordestroy in class BaseInterceptor
public void add(NextInterceptor nextInterceptor,
AddOperationContext opContext)
throws java.lang.Exception
add in interface Interceptoradd in class BaseInterceptorjava.lang.Exception
public void delete(NextInterceptor nextInterceptor,
DeleteOperationContext opContext)
throws java.lang.Exception
delete in interface Interceptordelete in class BaseInterceptorjava.lang.Exception
public void modify(NextInterceptor nextInterceptor,
ModifyOperationContext opContext)
throws java.lang.Exception
modify in interface Interceptormodify in class BaseInterceptorjava.lang.Exception
public void rename(NextInterceptor nextInterceptor,
RenameOperationContext opContext)
throws java.lang.Exception
rename in interface Interceptorrename in class BaseInterceptorjava.lang.Exception
public void move(NextInterceptor nextInterceptor,
MoveOperationContext opContext)
throws java.lang.Exception
move in interface Interceptormove in class BaseInterceptorjava.lang.Exception
public void moveAndRename(NextInterceptor nextInterceptor,
MoveAndRenameOperationContext opContext)
throws java.lang.Exception
moveAndRename in interface InterceptormoveAndRename in class BaseInterceptorjava.lang.Exception
public EntryFilteringCursor search(NextInterceptor nextInterceptor,
SearchOperationContext opContext)
throws java.lang.Exception
search in interface Interceptorsearch in class BaseInterceptorjava.lang.Exception
public boolean hasEntry(NextInterceptor nextInterceptor,
EntryOperationContext opContext)
throws java.lang.Exception
hasEntry in interface InterceptorhasEntry in class BaseInterceptorjava.lang.Exception
public EntryFilteringCursor list(NextInterceptor nextInterceptor,
ListOperationContext opContext)
throws java.lang.Exception
list in interface Interceptorlist in class BaseInterceptorjava.lang.Exception
public ClonedServerEntry lookup(NextInterceptor nextInterceptor,
LookupOperationContext opContext)
throws java.lang.Exception
lookup in interface Interceptorlookup in class BaseInterceptorjava.lang.Exception
public org.apache.directory.shared.ldap.name.DN getMatchedName(NextInterceptor nextInterceptor,
GetMatchedNameOperationContext opContext)
throws java.lang.Exception
getMatchedName in interface InterceptorgetMatchedName in class BaseInterceptorjava.lang.Exception
public org.apache.directory.shared.ldap.name.DN getSuffix(NextInterceptor nextInterceptor,
GetSuffixOperationContext opContext)
throws java.lang.Exception
getSuffix in interface InterceptorgetSuffix in class BaseInterceptorjava.lang.Exception
public boolean compare(NextInterceptor next,
CompareOperationContext opContext)
throws java.lang.Exception
compare in interface Interceptorcompare in class BaseInterceptorjava.lang.Exception
public void bind(NextInterceptor next,
BindOperationContext opContext)
throws java.lang.Exception
bind in interface Interceptorbind in class BaseInterceptorjava.lang.Exception
public void addContextPartition(NextInterceptor next,
AddContextPartitionOperationContext opContext)
throws java.lang.Exception
addContextPartition in interface InterceptoraddContextPartition in class BaseInterceptorjava.lang.Exception
public void removeContextPartition(NextInterceptor next,
RemoveContextPartitionOperationContext opContext)
throws java.lang.Exception
removeContextPartition in interface InterceptorremoveContextPartition in class BaseInterceptorjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||