|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
InitialContextFactory
.ContextPartition
that helps users to implement their own partition.Configuration
that adds a new ContextPartition
to
the current ContextPartitionNexus
.Authenticator
that handles anonymous connections
(type 'none').PropertyEditor
that can convert Attributes
to LDIF string and vice versa.Interceptor
that authenticates users.ContextPartitionNexus
.Authenticator
.Interceptor
that controls access to ContextPartitionNexus
.ContextPartition.add(String, Name, Attributes)
call.
Interceptor.add(NextInterceptor, String, Name, Attributes)
.
ContextPartitionNexus.addContextPartition(ContextPartitionConfiguration)
call.
ContextPartitionNexus.addContextPartition(ContextPartitionConfiguration)
.
ContextFactoryService
.
ContextFactoryService
.
ContextFactoryService.sync()
.
NoPermissionException
.
Context.SECURITY_PRINCIPAL
environment variable,
and authenticates a user with the plain-text password.
ContextPartition
that uses general BTree operations.Interceptor
.ContextFactoryService
.
ContextFactoryService
.
ContextFactoryService.sync()
.
ContextFactoryService
.RuntimeException
that is thrown when configuration is not valid.ContextFactoryService
.AbstractContextFactory
.ContextFactoryService
.Context
API.ContextPartition
.ContextPartition
that contains all other partitions, and
routes all operations to the child partition that matches to its base suffixes.AbstractContextFactory
.LdapPrincipal
instance whose value is the specified
name.
ContextFactoryService
that is used
when no instance ID is specified.
ContextPartition.delete(Name)
call.
Interceptor.delete(NextInterceptor, Name)
.
AbstractAuthenticator.doDestroy()
method, and clears default properties
(factoryConfiguration and configuration).
Authenticator
s from this service.
AuthenticationService
to indicate that this
authenticator is being removed from service.
AbstractContextPartition.doDestroy()
where you have to put your destroy code in,
and clears default properties.
Interceptor
that detects any operations that breaks integrity
of ContextPartition
and terminates the current invocation chain by
throwing a NamingException
.ContextFactoryService
.
Attributes
object.
Authenticator
this configuration is configuring.
AuthenticatorConfiguration
s to use for authenticating clients.
BootstrapSchema
s to load while bootstrapping.
Context
which made this invocation.
ContextPartitionConfiguration
that is provided from
AbstractContextPartition.init(ContextFactoryConfiguration, ContextPartitionConfiguration)
.
Context
.
ContextPartition
after it is initialized.
ContextPartition
that this configuration configures.
ContextPartitionConfiguration
s to configure context partitions.
ContextFactoryService
.
ContextFactoryConfiguration
of InitialContextFactory
which initialized this authenticator.
ContextFactoryConfiguration
that is provided from
AbstractContextPartition.init(ContextFactoryConfiguration, ContextPartitionConfiguration)
.
ContextFactoryService
.
ContextFactoryService
with the specified instance ID.
ContextFactoryService
instance to configure.
ContextFactoryService
.
Interceptor
that this configuration
configures.
ContextFactoryService
.
Context
with the specified baseName
Context
with the specified authentication information
(principal, credential, and authentication) and
baseName.
Name
.
ContextPartitionNexus.getMatchedName(Name, boolean)
call.
Interceptor.getMatchedName(NextInterceptor, Name, boolean)
.
ServiceRegistry
that will be used by ApacheDS.
Authenticator
that
this configuration configures..
ContextPartition
that
this configuration configures.
Interceptor
.
ContextPartition
.
ContextPartition
.
ContextPartitionNexus
of the ContextFactoryService
which bypasses the interceptor chain.
LdapPrincipal
of current context.
ContextPartitionNexus.getRootDSE()
call.
Interceptor.getRootDSE(NextInterceptor)
.
ContextFactoryService
for this configuration.
ContextFactoryService
.
ContextPartition
.
ContextPartitionNexus.getSuffix(Name, boolean)
call.
Interceptor.getSuffix(NextInterceptor, Name, boolean)
.
Attributes
) to be loaded while
bootstrapping.
ContextPartition.lookup(Name, String[])
call.
Interceptor.hasEntry(NextInterceptor, Name)
.
AbstractContextPartition.lookup(Name)
and return true
if it returns an entry by default.
ContextPartitionNexus
.Interceptor
s.Interceptor
.NamingException
that wraps uncaught runtime exceptions thrown
from Interceptor
s.Context
to ContextPartitionNexus
.Invocation
s.AbstractAuthenticator.doInit()
method.
Authenticator
s to this service.
AuthenticationService
to indicate that this
authenticator is being placed into service.
ContextFactoryConfiguration
.
AbstractContextPartition.doInit()
where you have to put your initialization code in.
ContextPartition.isSuffix(Name)
call.
Interceptor.isSuffix(NextInterceptor, Name)
.
ContextPartition
that stores entries in
JDBM database.ContextPartition.list(Name)
call.
Interceptor.list(NextInterceptor, Name)
.
ContextPartitionNexus.listSuffixes(boolean)
call.
Interceptor.listSuffixes(NextInterceptor, boolean)
.
ContextPartitionNexus
.
ContextPartition.lookup(Name)
call.
ContextPartition.lookup(Name, String[])
call.
Interceptor.lookup(NextInterceptor, Name)
.
Interceptor.lookup(NextInterceptor, Name, String[])
.
ContextPartition.lookup(Name, String[])
with null attributeIds by default.
AuthenticatorConfiguration
.ContextPartitionConfiguration
.InterceptorConfiguration
.ServerStartupConfiguration
.StartupConfiguration
.ContextFactoryService
with the specified ID.
ContextPartition.modify(Name, int, Attributes)
call.
ContextPartition.modify(Name, ModificationItem[])
call.
Interceptor.modify(NextInterceptor, Name, int, Attributes)
.
Interceptor.modify(NextInterceptor, Name, ModificationItem[])
.
ContextPartition.modify(Name, ModificationItem[])
after
translating parameters to ModificationItem
[] by default.
ContextPartition.modifyRn(Name, String, boolean)
call.
Interceptor.modifyRn(NextInterceptor, Name, String, boolean)
.
ContextPartition.move(Name, Name)
call.
ContextPartition.move(Name, Name, String, boolean)
call.
Interceptor.move(NextInterceptor, Name, Name)
.
Interceptor.move(NextInterceptor, Name, Name, String, boolean)
.
ContextPartition.move(Name, Name)
and
ContextPartition.modifyRn(Name, String, boolean)
subsequently
by default.
OperationNotSupportedException
by default.
Interceptor
in the interceptor chain.Interceptor
that adds or modifies the default attributes
of entries.Configuration
that removed the attached ContextPartition
in
the current ContextPartitionNexus
.ContextPartitionNexus.removeContextPartition(Name)
call.
ContextPartitionNexus.removeContextPartition(Name)
.
Interceptor
that manages and enforces schemas.StartupConfiguration
that starts up ApacheDS with network layer support.RuntimeException
that is thrown when accessing
ServerSystemPreferences
failed.Preferences
implementation.Configuration
that shuts down ApacheDS.ContextFactoryService
with the specified ID.
Authenticator
that authenticates clear text passwords
contained within the userPassword
attribute in DIT.Configuration
that starts up ApacheDS.ContextFactoryService
with the specified ID.
Configuration
that makes a call to ContextFactoryService.sync()
.ContextFactoryService
with the specified ID.
ContextPartition.search(Name, Map, ExprNode, SearchControls)
call.
Interceptor.search(NextInterceptor, Name, Map, ExprNode, SearchControls)
.
Attributes
.
Authenticator
to configure.
AuthenticatorConfiguration
s to use for authenticating clients.
BootstrapSchema
s to load while bootstrapping.
ContextPartition
after it is initialized.
ContextPartition
that this configuration configures.
ContextPartitionConfiguration
s to configure context partitions.
ContextFactoryService
instance to configure.
Interceptor
that this configuration
configures.
ServiceRegistry
that will be used by ApacheDS.
Authenticator
that
this configuration configures.
ContextPartition
that
this configuration configures.
Interceptor
.
ContextPartition
.
Attributes
) to be loaded while
bootstrapping.
ContextPartition.sync()
for all registered ContextPartition
s.
Invocation
s.
Configuration
instance from the specified JNDI environment
Hashtable
.
Hashtable
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |