|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Partition that helps users to implement their own partition.Partition.add( AddOperationContext ) call.
Interceptor.add( NextInterceptor, AddOperationContext ).
DefaultPartitionNexus#addContextPartition( AddContextPartitionOperationContext ) call.
DefaultPartitionNexus#addContextPartition( AddContextPartitionOperationContext ).
Interceptor.Partition.bind( BindOperationContext ) call.
Interceptor.bind( NextInterceptor, BindOperationContext )
Interceptors need to be
bypassed while performing operations within other Interceptors.DefaultPartitionNexus#compare( CompareOperationContext ) call.
Interceptor.compare( NextInterceptor, CompareOperationContext ).
List of Cursors.Partition.delete( DeleteOperationContext ) call.
Interceptor.delete(NextInterceptor, DeleteOperationContext ).
AbstractPartition.doDestroy() where you have to put your destroy code in,
and clears default properties.
AbstractContextFactory.DirectoryListener may register for
notification on using the EventService.DN.
Context.
DefaultPartitionNexus#getMatchedName( GetMatchedNameOperationContext ) call.
Interceptor.getMatchedName( NextInterceptor, GetMatchedNameOperationContext ).
Partitions used by this DirectoryService.
LdapPrincipal of current context.
DefaultPartitionNexus#getRootDSE( GetRootDSEOperationContext ) call.
Interceptor.getRootDSE( NextInterceptor, GetRootDSEOperationContext ).
DefaultPartitionNexus#getSuffix( GetSuffixOperationContext ) call.
Interceptor.getSuffix( NextInterceptor, GetSuffixOperationContext ).
ServerDNConstants#OU_SCHEMA_DN: 'ou=schema'.
ServerDNConstants#OU_SCHEMA_DN_NORMALIZED: '2.5.4.11=schema'.
LdifEntry) to be loaded while
bootstrapping.
Partition being wrapped.
Partition.hasEntry( EntryOperationContext ) call.
Interceptor.hasEntry( NextInterceptor, EntryOperationContext ).
Partition.lookup(LookupOperationContext) and return true
if it returns an entry by default.
Partition.lookup(LookupOperationContext) and return true
if it returns an entry by default.
DirectoryService.
AbstractPartition.doInit() where you have to put your
initialization code in.
DefaultPartitionNexus.Interceptors.NamingException that wraps uncaught runtime exceptions thrown
from Interceptors.Invocations.Partition.list( ListOperationContext ) call.
Interceptor.list( NextInterceptor, ListOperationContext ).
DefaultPartitionNexus#listSuffixes( ListSuffixOperationContext ) call.
Interceptor.listSuffixes( NextInterceptor, ListSuffixOperationContext ).
DefaultPartitionNexus.
Partition.lookup( LookupOperationContext ) call.
Interceptor.lookup( NextInterceptor, LookupOperationContext ).
Partition.lookup(LookupOperationContext)
with null attributeIds by default.
Interceptor: used
by collective attributes interceptor.
Partition.modify( ModifyOperationContext ) call.
Interceptor.modify( NextInterceptor, ModifyOperationContext ).
Partition.move( MoveOperationContext ) call.
Interceptor.move( NextInterceptor, MoveOperationContext ).
Partition.moveAndRename( MoveAndRenameOperationContext) call.
Interceptor.moveAndRename( NextInterceptor, MoveAndRenameOperationContext ).
Interceptor in the interceptor chain.DirectoryListeners.Partition that contains all other partitions, and
routes all operations to the child partition that matches to its base suffixes.DirectoryListener in the EventService.DefaultPartitionNexus#removeContextPartition( RemoveContextPartitionOperationContext ) call.
DefaultPartitionNexus#removeContextPartition( RemoveContextPartitionOperationContext ).
Partition.rename( RenameOperationContext ) call.
Interceptor.rename( NextInterceptor, RenameOperationContext ).
Partition.search( SearchOperationContext ) call.
Interceptor.search( NextInterceptor, SearchOperationContext opContext ).
SchemaPartition.ID: 'schema'.
Partitions used by this DirectoryService.
Attributes) to be loaded while
bootstrapping.
Partition which must be supplied or
Partition.initialize() will fail with a NullPointerException.
Partition.sync() for all registered Partitions.
Registries.Invocations.
Partition.unbind( UnbindOperationContext ) call.
Interceptor.unbind( NextInterceptor, UnbindOperationContext )
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||