A B C D E F G I K L M O P R S T V

A

AbstractBackingStoreTest - Class in org.apache.directory.server.protocol.shared
Base class for testing protocol providers against the JNDI provider.
AbstractBackingStoreTest() - Constructor for class org.apache.directory.server.protocol.shared.AbstractBackingStoreTest
 
addCommand(Command) - Method in interface org.apache.directory.server.protocol.shared.chain.Chain
Add a Command to the list of Commands that will be called in turn when this Chain's execute() method is called.
addCommand(Command) - Method in class org.apache.directory.server.protocol.shared.chain.impl.ChainBase
 
APACHE_FACTORY_PID_KEY - Static variable in class org.apache.directory.server.protocol.shared.ServiceConfiguration
 
APACHE_SERVICE_CONFIGURATION - Static variable in class org.apache.directory.server.protocol.shared.ServiceConfiguration
 
APACHE_SERVICE_PID_KEY - Static variable in class org.apache.directory.server.protocol.shared.ServiceConfiguration
 

B

BUFFER_SIZE_KEY - Static variable in class org.apache.directory.server.protocol.shared.ServiceConfiguration
the prop key const for buffer.size

C

Catalog - Interface in org.apache.directory.server.protocol.shared.catalog
The interface for resolving search-base DN's from zone or realm names.
CATALOG_BASEDN_KEY - Static variable in class org.apache.directory.server.protocol.shared.ServiceConfiguration
the prop key const for the catalog's base DN
Chain - Interface in org.apache.directory.server.protocol.shared.chain
A Chain represents a configured list of Commands that will be executed in order to perform processing on a specified Context.
ChainBase - Class in org.apache.directory.server.protocol.shared.chain.impl
Convenience base class for Chain implementations.
ChainBase() - Constructor for class org.apache.directory.server.protocol.shared.chain.impl.ChainBase
Construct a Chain with no configured Commands.
ChainBase(Command) - Constructor for class org.apache.directory.server.protocol.shared.chain.impl.ChainBase
Construct a Chain configured with the specified Command.
ChainBase(Command[]) - Constructor for class org.apache.directory.server.protocol.shared.chain.impl.ChainBase
Construct a Chain configured with the specified Commands.
ChainBase(Collection) - Constructor for class org.apache.directory.server.protocol.shared.chain.impl.ChainBase
Construct a Chain configured with the specified Commands.
clear() - Method in class org.apache.directory.server.protocol.shared.chain.impl.ContextBase
Override the default Map behavior to clear all keys and values except those corresponding to JavaBeans properties.
clear() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
Command - Interface in org.apache.directory.server.protocol.shared.chain
A Command encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a Context.
CommandBase - Class in org.apache.directory.server.protocol.shared.chain.impl
Convenience base class for Command implementations.
CommandBase() - Constructor for class org.apache.directory.server.protocol.shared.chain.impl.CommandBase
 
commands - Variable in class org.apache.directory.server.protocol.shared.chain.impl.ChainBase
The list of Commands configured for this Chain, in the order in which they may delegate processing to the remainder of the Chain.
config - Variable in class org.apache.directory.server.protocol.shared.AbstractBackingStoreTest
the backing store configuration
configuration - Variable in class org.apache.directory.server.protocol.shared.ServiceConfiguration
the map of configuration
containsKey(Object) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
containsValue(Object) - Method in class org.apache.directory.server.protocol.shared.chain.impl.ContextBase
Override the default Map behavior to return true if the specified value is present in either the underlying Map or one of the local property values.
containsValue(Object) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
Context - Interface in org.apache.directory.server.protocol.shared.chain
A Context represents the state information that is accessed and manipulated by the execution of a Command or a Chain.
ContextBase - Class in org.apache.directory.server.protocol.shared.chain.impl
Convenience base class for Context implementations.
ContextBase() - Constructor for class org.apache.directory.server.protocol.shared.chain.impl.ContextBase
Default, no argument constructor.
ContextBase(Map) - Constructor for class org.apache.directory.server.protocol.shared.chain.impl.ContextBase
Initialize the contents of this Context by copying the values from the specified Map.
ContextOperation - Interface in org.apache.directory.server.protocol.shared.store
Interface to support the command pattern with JNDI contexts.
CONTINUE_CHAIN - Static variable in class org.apache.directory.server.protocol.shared.chain.impl.CommandBase
 
ctx - Variable in class org.apache.directory.server.protocol.shared.store.LdifFileLoader
a handle on the top initial context: get new context from this

D

DEFAULT_BUFFER_SIZE - Static variable in class org.apache.directory.server.protocol.shared.ServiceConfiguration
the default buffer size
DEFAULT_ENTRY_BASEDN - Static variable in class org.apache.directory.server.protocol.shared.ServiceConfiguration
 
DEFAULT_INITIAL_CONTEXT_FACTORY - Static variable in class org.apache.directory.server.protocol.shared.ServiceConfiguration
 
doDelete - Variable in class org.apache.directory.server.protocol.shared.AbstractBackingStoreTest
a flag stating whether to delete the backing store for each test or not
doDelete(File) - Method in class org.apache.directory.server.protocol.shared.AbstractBackingStoreTest
Deletes the working directory.
doTestApacheZone() - Method in class org.apache.directory.server.protocol.shared.AbstractBackingStoreTest
 
doTestExampleZone() - Method in class org.apache.directory.server.protocol.shared.AbstractBackingStoreTest
 
doTestSystemPartition() - Method in class org.apache.directory.server.protocol.shared.AbstractBackingStoreTest
Test that the system partition was set up properly.

E

ENTRY_BASEDN_KEY - Static variable in class org.apache.directory.server.protocol.shared.ServiceConfiguration
The key of the property specifying the single location where entries are stored.
entrySet() - Method in class org.apache.directory.server.protocol.shared.chain.impl.ContextBase
Override the default Map behavior to return a Set that meets the specified default behavior except for attempts to remove the key for a property of the Context implementation class, which will throw UnsupportedOperationException.
entrySet() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
env - Variable in class org.apache.directory.server.protocol.shared.AbstractBackingStoreTest
 
escapedValue(String) - Method in class org.apache.directory.server.protocol.shared.AbstractBackingStoreTest
 
execute(DirContext, Name) - Method in class org.apache.directory.server.protocol.shared.catalog.GetCatalog
Note that the base is relative to the existing context.
execute(Context) - Method in interface org.apache.directory.server.protocol.shared.chain.Chain
Execute the processing represented by this Chain according to the following algorithm.
execute(Context) - Method in interface org.apache.directory.server.protocol.shared.chain.Command
Execute a unit of processing work to be performed.
execute(Context) - Method in class org.apache.directory.server.protocol.shared.chain.impl.ChainBase
 
execute(DirContext, Name) - Method in interface org.apache.directory.server.protocol.shared.store.ContextOperation
The command pattern execute method.
execute() - Method in class org.apache.directory.server.protocol.shared.store.LdifFileLoader
Opens the LDIF file and loads the entries into the context.

F

factory - Variable in class org.apache.directory.server.protocol.shared.AbstractBackingStoreTest
 
Filter - Interface in org.apache.directory.server.protocol.shared.chain
A Filter is a specialized Command that also expects the Chain that is executing it to call the postprocess() method if it called the execute() method.
filter(File, String, Attributes, DirContext) - Method in class org.apache.directory.server.protocol.shared.store.Krb5KdcEntryFilter
Always accepts entries whether or not it can sucessfully generate a key for the entry.
filter(File, String, Attributes, DirContext) - Method in interface org.apache.directory.server.protocol.shared.store.LdifLoadFilter
Filters entries loaded from LDIF files by a LdifFileLoader.
filters - Variable in class org.apache.directory.server.protocol.shared.store.LdifFileLoader
the filters to use while loading entries into the server
frozen - Variable in class org.apache.directory.server.protocol.shared.chain.impl.ChainBase
Flag indicating whether the configuration of our commands list has been frozen by a call to the execute() method.

G

get(Object) - Method in class org.apache.directory.server.protocol.shared.chain.impl.ContextBase
Override the default Map behavior to return the value of a local property if the specified key matches a local property name.
get(Object) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
get(String) - Method in class org.apache.directory.server.protocol.shared.ServiceConfiguration
 
getBaseDn(String) - Method in interface org.apache.directory.server.protocol.shared.catalog.Catalog
 
GetCatalog - Class in org.apache.directory.server.protocol.shared.catalog
A JNDI context operation for building a catalog.
GetCatalog() - Constructor for class org.apache.directory.server.protocol.shared.catalog.GetCatalog
 
getCatalogBaseDn() - Method in class org.apache.directory.server.protocol.shared.ServiceConfiguration
 
getEntryBaseDn() - Method in class org.apache.directory.server.protocol.shared.ServiceConfiguration
 
getInitialContextFactory() - Method in class org.apache.directory.server.protocol.shared.ServiceConfiguration
 
getRelativeName(String, String) - Method in class org.apache.directory.server.protocol.shared.AbstractBackingStoreTest
 

I

INITIAL_CONTEXT_FACTORY_KEY - Static variable in class org.apache.directory.server.protocol.shared.ServiceConfiguration
 
IP_ADDRESS_KEY - Static variable in class org.apache.directory.server.protocol.shared.ServiceConfiguration
the prop key const for the port
IP_PORT_KEY - Static variable in class org.apache.directory.server.protocol.shared.ServiceConfiguration
the prop key const for the port
isEmpty() - Method in class org.apache.directory.server.protocol.shared.chain.impl.ContextBase
Override the default Map behavior to return true if the underlying Map only contains key-value pairs for local properties (if any).
isEmpty() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 

K

KerberosAttribute - Class in org.apache.directory.server.protocol.shared.store
 
KerberosAttribute() - Constructor for class org.apache.directory.server.protocol.shared.store.KerberosAttribute
 
KEY - Static variable in class org.apache.directory.server.protocol.shared.store.KerberosAttribute
the krb5kdc schema key for a krb5KDCEntry
keySet() - Method in class org.apache.directory.server.protocol.shared.chain.impl.ContextBase
Override the default Map behavior to return a Set that meets the specified default behavior except for attempts to remove the key for a property of the Context implementation class, which will throw UnsupportedOperationException.
keySet() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
Krb5KdcEntryFilter - Class in org.apache.directory.server.protocol.shared.store
Filter which generates kerberos keys from userPassword attributes of kerberos users being loaded into the server from an LDIF file.
Krb5KdcEntryFilter() - Constructor for class org.apache.directory.server.protocol.shared.store.Krb5KdcEntryFilter
 

L

LDAP - Static variable in interface org.apache.directory.server.protocol.shared.LoadStrategy
 
LdapLoader - Class in org.apache.directory.server.protocol.shared
Load strategy for configuration properties coming from LDAP.
LdapLoader() - Constructor for class org.apache.directory.server.protocol.shared.LdapLoader
 
ldif - Variable in class org.apache.directory.server.protocol.shared.store.LdifFileLoader
the LDIF file or directory containing LDIFs to load
LdifFileLoader - Class in org.apache.directory.server.protocol.shared.store
Support for commands to load an LDIF file into a DirContext.
LdifFileLoader(DirContext, String) - Constructor for class org.apache.directory.server.protocol.shared.store.LdifFileLoader
Creates the LDIF file loader command.
LdifFileLoader(DirContext, File, List) - Constructor for class org.apache.directory.server.protocol.shared.store.LdifFileLoader
 
LdifFileLoader(DirContext, File, List, ClassLoader) - Constructor for class org.apache.directory.server.protocol.shared.store.LdifFileLoader
 
LdifLoadFilter - Interface in org.apache.directory.server.protocol.shared.store
A filter interface for the LDIF loader.
load(DirContext, String) - Method in class org.apache.directory.server.protocol.shared.AbstractBackingStoreTest
Opens the LDIF file and loads the entries into the context.
load(String, Map) - Method in class org.apache.directory.server.protocol.shared.LdapLoader
 
load(String, Map) - Method in interface org.apache.directory.server.protocol.shared.LoadStrategy
 
load(String, Map) - Method in class org.apache.directory.server.protocol.shared.PropsLoader
 
loader - Variable in class org.apache.directory.server.protocol.shared.store.LdifFileLoader
the class loader to use if we cannot file the file as a path
loadPartition(String, String) - Method in class org.apache.directory.server.protocol.shared.AbstractBackingStoreTest
 
loadProperties(String, Map, int) - Method in class org.apache.directory.server.protocol.shared.ServiceConfiguration
 
LoadStrategy - Interface in org.apache.directory.server.protocol.shared
Load strategy interface for configuration properties.

M

MapAdapter - Class in org.apache.directory.server.protocol.shared
Adapter to add the Map interface to Dictionary's.
MapAdapter(Dictionary) - Constructor for class org.apache.directory.server.protocol.shared.MapAdapter
 
MINUTE - Static variable in class org.apache.directory.server.protocol.shared.ServiceConfiguration
the number of milliseconds in a minute

O

org.apache.directory.server.protocol.shared - package org.apache.directory.server.protocol.shared
 
org.apache.directory.server.protocol.shared.catalog - package org.apache.directory.server.protocol.shared.catalog
 
org.apache.directory.server.protocol.shared.chain - package org.apache.directory.server.protocol.shared.chain
 
org.apache.directory.server.protocol.shared.chain.impl - package org.apache.directory.server.protocol.shared.chain.impl
 
org.apache.directory.server.protocol.shared.store - package org.apache.directory.server.protocol.shared.store
 

P

postprocess(Context, Exception) - Method in interface org.apache.directory.server.protocol.shared.chain.Filter
Execute any cleanup activities, such as releasing resources that were acquired during the execute() method of this Filter instance.
PRINCIPAL - Static variable in class org.apache.directory.server.protocol.shared.store.KerberosAttribute
the krb5kdc schema principal name for a krb5KDCEntry
printAttr(Attributes, String) - Method in class org.apache.directory.server.protocol.shared.AbstractBackingStoreTest
 
printAttrs(Attributes) - Method in class org.apache.directory.server.protocol.shared.AbstractBackingStoreTest
 
PROPS - Static variable in interface org.apache.directory.server.protocol.shared.LoadStrategy
 
PropsLoader - Class in org.apache.directory.server.protocol.shared
Load strategy for configuration properties coming from a properties file.
PropsLoader() - Constructor for class org.apache.directory.server.protocol.shared.PropsLoader
 
put(Object, Object) - Method in class org.apache.directory.server.protocol.shared.chain.impl.ContextBase
Override the default Map behavior to set the value of a local property if the specified key matches a local property name.
put(Object, Object) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
putAll(Map) - Method in class org.apache.directory.server.protocol.shared.chain.impl.ContextBase
Override the default Map behavior to call the put() method individually for each key-value pair in the specified Map.
putAll(Map) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 

R

remove(Object) - Method in class org.apache.directory.server.protocol.shared.chain.impl.ContextBase
Override the default Map behavior to throw UnsupportedOperationException on any attempt to remove a key that is the name of a local property.
remove(Object) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 

S

SAM_TYPE - Static variable in class org.apache.directory.server.protocol.shared.store.KerberosAttribute
the Apache specific SAM type attribute
SERVICE_FACTORYPID - Static variable in class org.apache.directory.server.protocol.shared.ServiceConfiguration
 
SERVICE_PID - Static variable in class org.apache.directory.server.protocol.shared.ServiceConfiguration
 
ServiceConfiguration - Class in org.apache.directory.server.protocol.shared
Base class shared by all protocol providers for configuration.
ServiceConfiguration() - Constructor for class org.apache.directory.server.protocol.shared.ServiceConfiguration
 
setUp() - Method in class org.apache.directory.server.protocol.shared.AbstractBackingStoreTest
 
setUpPartition() - Method in class org.apache.directory.server.protocol.shared.AbstractBackingStoreTest
 
size() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
STOP_CHAIN - Static variable in class org.apache.directory.server.protocol.shared.chain.impl.CommandBase
 

T

tearDown() - Method in class org.apache.directory.server.protocol.shared.AbstractBackingStoreTest
Shuts down the backing store, optionally deleting the database directory.
toJndiEnvironment() - Method in class org.apache.directory.server.protocol.shared.ServiceConfiguration
 
TYPE - Static variable in class org.apache.directory.server.protocol.shared.store.KerberosAttribute
the krb5kdc schema key encryption type for a krb5KDCEntry

V

values() - Method in class org.apache.directory.server.protocol.shared.chain.impl.ContextBase
Override the default Map behavior to return a Collection that meets the specified default behavior except for attempts to remove the key for a property of the Context implementation class, which will throw UnsupportedOperationException.
values() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
VERSION - Static variable in class org.apache.directory.server.protocol.shared.store.KerberosAttribute
the krb5kdc schema key version identifier for a krb5KDCEntry

A B C D E F G I K L M O P R S T V

Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.