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

A

AbstractAttributeMapping - Class in gldapo.schema.attribute
Represents the bridging between the data of the LDAP world and the Groovy world property - Groovy side attribute - LDAP side
AbstractAttributeMapping(Class, Field, GldapoTypeMappingRegistry) - Constructor for class gldapo.schema.attribute.AbstractAttributeMapping
 
add(Object) - Method in class gldapo.GldapoSchemaRegistry
Registers a new schema class.
and(List<Filter>) - Static method in class gldapo.filter.FilterUtil
 
and(Filter...) - Static method in class gldapo.filter.FilterUtil
 
asType(Class) - Method in class gldapo.search.SearchControls
 
authenticate(String) - Method in class gldapo.entry.GldapoEntry
Test if password is this entry's password.

B

build(Closure) - Static method in class gldapo.filter.FilterUtil
 

C

calculateAttributeName() - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
calculateBase() - Method in class gldapo.search.SearchOptionParser
 
calculateCollectionType() - Method in class gldapo.schema.attribute.MultiValueAttributeMapping
 
calculateDirectory() - Method in class gldapo.search.SearchOptionParser
 
calculateFilter() - Method in class gldapo.search.SearchOptionParser
 
calculateModificationItems(Object, Object) - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
calculateModificationItems(Object, Object) - Method in class gldapo.schema.attribute.MultiValueAttributeMapping
 
calculateModificationItems(Object, Object) - Method in class gldapo.schema.attribute.SingleValueAttributeMapping
 
calculateSearchControls() - Method in class gldapo.search.SearchOptionParser
 
calculateToGroovyTypeMapper(GldapoTypeMappingRegistry) - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
calculateToLdapTypeMapper(GldapoTypeMappingRegistry) - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
calculateTypeMapping() - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
calculateTypeMappingFromFieldType() - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
calculateTypeMappingFromFieldType() - Method in class gldapo.schema.attribute.MultiValueAttributeMapping
 
calculateTypeMappingFromFieldType() - Method in class gldapo.schema.attribute.SingleValueAttributeMapping
 
call(Closure) - Method in class gldapo.filter.FilterBuilder
 
clear() - Method in class gldapo.GldapoTypeMappingRegistry
 
clone() - Method in class gldapo.search.SearchControls
 
consumeConfig(Map) - Method in class gldapo.Gldapo
Uses the extract* methods to interpret the config, then iteratively add's the items to the respective registry.
create() - Method in class gldapo.entry.GldapoEntry
Writes the object in it's entirety to the directory.
createEntry(DistinguishedName, Attributes) - Method in class gldapo.GldapoDirectory
 

D

DefaultTypeMappings - Class in gldapo.schema.attribute.type
 
DefaultTypeMappings() - Constructor for class gldapo.schema.attribute.type.DefaultTypeMappings
 
delete() - Method in class gldapo.entry.GldapoEntry
Removes the entry specified by this object's brdn from the directory.
deleteEntry(DistinguishedName) - Method in class gldapo.GldapoDirectory
 
deleteEntryRecursively(DistinguishedName) - Method in class gldapo.GldapoDirectory
 
deleteRecursively() - Method in class gldapo.entry.GldapoEntry
Removes the entry specified by this object's brdn from the directory, and all it's children.

E

eq(String, String) - Static method in class gldapo.filter.FilterUtil
 
eq(String, int) - Static method in class gldapo.filter.FilterUtil
 
equals(Class) - Method in class gldapo.schema.GldapoSchemaRegistration
 
extractDirectoriesFromConfig(Map) - Static method in class gldapo.Gldapo
Creates a List of GldapoDirectory objects from the given config.
extractSchemasFromConfig(Map) - Static method in class gldapo.Gldapo
Fetches the schema classes indictated by the config.
extractTypeMappingsFromConfig(Map) - Static method in class gldapo.Gldapo
Fetches the type mapping classes indictated by the config.

F

FilterBuilder - Class in gldapo.filter
A groovy builder for search filters.
FilterBuilder(Closure) - Constructor for class gldapo.filter.FilterBuilder
 
FilterUtil - Class in gldapo.filter
Utility class for the filter builder.
FilterUtil() - Constructor for class gldapo.filter.FilterUtil
 
find(Map) - Static method in class gldapo.entry.GldapoEntry
Peform a search, but returning the first object found.
find(Map, Closure) - Static method in class gldapo.entry.GldapoEntry
Calls GldapoEntry.find(Map), after setting filter in options to closure
find(Closure) - Static method in class gldapo.entry.GldapoEntry
Calls GldapoEntry.find(Map), with a filter option of closure.
find() - Static method in class gldapo.entry.GldapoEntry
Peform a search (using default options), returning the first object found.
findAll(Map) - Static method in class gldapo.entry.GldapoEntry
Performs a search returning all of the matching entries.
findAll(Map, Closure) - Static method in class gldapo.entry.GldapoEntry
Calls GldapoEntry.findAll(Map), after setting filter in options to closure
findAll(Closure) - Static method in class gldapo.entry.GldapoEntry
Calls GldapoEntry.findAll(Map), with a filter option of closure.
findAll() - Static method in class gldapo.entry.GldapoEntry
Peforms a search using all default options.
findMapper(String, Class[]) - Method in class gldapo.GldapoTypeMappingRegistry
 

G

get(Object) - Method in class gldapo.GldapoDirectoryRegistry
Allows the directories to be retrieved by name.
getAssertHasDirectoryForOperation() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getAssertHasNamingValueAndDirectoryForOperation() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getAssertHasNamingValueForOperation() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getAssumeDefaultDirectoryIfNoneSet() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getAt(Class) - Method in class gldapo.GldapoSchemaRegistry
Allows fetching of the registration of a schema class, by the schema class
getAttribute(Object) - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
getAttribute(Object) - Method in class gldapo.schema.attribute.MultiValueAttributeMapping
 
getAttribute(Object) - Method in class gldapo.schema.attribute.SingleValueAttributeMapping
 
getAttributeMappings() - Method in class gldapo.schema.GldapoSchemaRegistration
 
getAttributeMappings() - Method in class gldapo.schema.SchemaInspection
 
getAttributeName() - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
getAuthenticate() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getBase() - Method in class gldapo.GldapoDirectory
Returns the base DN for operations for this directory
getBase() - Method in class gldapo.search.SearchOptionParser
 
getBase() - Method in interface gldapo.search.SearchProvider
 
getBrdn() - Method in class gldapo.entry.GldapoEntry
The Base Relative Distinguished Name for this entry.
getByDn(Object, Object) - Static method in class gldapo.entry.GldapoEntry
Fetches the entry at dn from directory.
getByDn(Object) - Static method in class gldapo.entry.GldapoEntry
Fetches the entry at dn from the the default directory.
getCleanValues() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getCollectionType() - Method in class gldapo.schema.attribute.MultiValueAttributeMapping
 
getCONFIG_KEY_DEFAULT_DIRECTORY() - Static method in class gldapo.Gldapo
 
getCONFIG_KEY_DIRECTORIES() - Static method in class gldapo.Gldapo
 
getCONFIG_KEY_SCHEMAS() - Static method in class gldapo.Gldapo
 
getCONFIG_KEY_TYPEMAPPINGS() - Static method in class gldapo.Gldapo
 
getCONFIG_SEARCH_CONTROLS_KEY() - Static method in class gldapo.GldapoDirectory
 
getCONTEXT_SOURCE_PROPS() - Static method in class gldapo.GldapoDirectory
 
getControls() - Method in class gldapo.search.SearchOptionParser
 
getCountLimit() - Method in interface gldapo.search.SearchControlProvider
 
getCountLimit() - Method in class gldapo.search.SearchControls
 
getCreate() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getDEFAULT_COLLECTION_ELEMENT_TYPE() - Static method in class gldapo.schema.attribute.MultiValueAttributeMapping
 
getDEFAULT_CONFIG_FILENAME() - Static method in class gldapo.Gldapo
 
getDefaultDirectory() - Method in class gldapo.GldapoDirectoryRegistry
Returns the current default directory.
getDefaultDirectoryName() - Method in class gldapo.GldapoDirectoryRegistry
 
getDelete() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getDeleteRecursively() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getDerefLinkFlag() - Method in interface gldapo.search.SearchControlProvider
 
getDerefLinkFlag() - Method in class gldapo.search.SearchControls
 
getDirectories() - Method in class gldapo.Gldapo
 
getDirectory() - Method in class gldapo.entry.GldapoEntry
The connection to an actual LDAP directory.
getDirectory() - Method in class gldapo.schema.GldapoContextMapper
 
getDirectory() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getDirectory() - Method in class gldapo.search.SearchOptionParser
 
getDn() - Method in class gldapo.entry.GldapoEntry
The absolute location of this entry in it's directory.
getExcludedFields() - Static method in class gldapo.schema.SchemaInspection
 
getExists() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getField() - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
getFilter() - Method in class gldapo.filter.FilterBuilder
 
getFilter() - Method in class gldapo.search.SearchOptionParser
 
getFind() - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
getFindAll() - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
getFindAllNoArgs() - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
getFindAllWithClosure() - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
getFindAllWithOptionsAndClosure() - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
getFindNoArgs() - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
getFindWithClosure() - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
getFindWithOptionsAndClosure() - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
getGetAttributes() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getGetBrdn() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getGetByDn() - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
getGetByDnUsingDefaultDirectory() - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
getGetCleanValue() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getGetDn() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getGetModificationItems() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getGetNamingAttribute() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getGetNamingField() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getGetNamingValue() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getGetParent() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getGldapo() - Method in class gldapo.GldapoSchemaRegistry
 
getGldapo() - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
getGldapo() - Method in class gldapo.schema.GldapoSchemaRegistration
 
getGldapo() - Method in class gldapo.schema.SchemaInspection
 
getGldapo() - Method in class gldapo.search.SearchOptionParser
 
getGroovyValueFromContext(Object) - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
getGroovyValueFromContext(Object) - Method in class gldapo.schema.attribute.MultiValueAttributeMapping
 
getGroovyValueFromContext(Object) - Method in class gldapo.schema.attribute.SingleValueAttributeMapping
 
getInstance() - Static method in class gldapo.Gldapo
 
getKeys() - Method in class gldapo.search.SearchOptionParser
 
getMAPPING_FROM_FIELD() - Static method in exception gldapo.exception.GldapoTypeMappingException
 
getMAPPING_TO_FIELD() - Static method in exception gldapo.exception.GldapoTypeMappingException
 
getMetaClass() - Method in exception gldapo.exception.GldapoDirectoryNotFoundException
 
getMetaClass() - Method in exception gldapo.exception.GldapoException
 
getMetaClass() - Method in exception gldapo.exception.GldapoInitializationException
 
getMetaClass() - Method in exception gldapo.exception.GldapoInvalidConfigException
 
getMetaClass() - Method in exception gldapo.exception.GldapoNoDefaultDirectoryException
 
getMetaClass() - Method in exception gldapo.exception.GldapoNoNamingAttributeException
 
getMetaClass() - Method in exception gldapo.exception.GldapoSchemaInitializationException
 
getMetaClass() - Method in exception gldapo.exception.GldapoTypeMappingException
 
getMetaClass() - Method in class gldapo.Gldapo
 
getMetaClass() - Method in class gldapo.GldapoDirectory
 
getMetaClass() - Method in class gldapo.GldapoDirectoryRegistry
 
getMetaClass() - Method in class gldapo.GldapoSchemaRegistry
 
getMetaClass() - Method in class gldapo.GldapoTypeMappingRegistry
 
getMetaClass() - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
getMetaClass() - Method in class gldapo.schema.attribute.MultiValueAttributeMapping
 
getMetaClass() - Method in class gldapo.schema.attribute.SingleValueAttributeMapping
 
getMetaClass() - Method in class gldapo.schema.attribute.type.DefaultTypeMappings
 
getMetaClass() - Method in class gldapo.schema.GldapoContextMapper
 
getMetaClass() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getMetaClass() - Method in class gldapo.schema.GldapoSchemaRegistration
 
getMetaClass() - Method in class gldapo.schema.SchemaInspection
 
getMetaClass() - Method in class gldapo.search.SearchControls
 
getMetaClass() - Method in exception gldapo.search.SearchOptionException
 
getMetaClass() - Method in class gldapo.search.SearchOptionParser
 
getMove() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getMoveByNamingAndParent() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getName() - Method in class gldapo.GldapoDirectory
 
getNamingAttribute() - Method in class gldapo.entry.GldapoEntry
The name of the property that is used to define this entry's name.
getNamingAttributeFieldName() - Method in class gldapo.schema.GldapoSchemaRegistration
 
getNamingAttributeFieldName() - Method in class gldapo.schema.SchemaInspection
 
getNamingAttributeName() - Method in class gldapo.schema.GldapoSchemaRegistration
 
getNamingAttributeName() - Method in class gldapo.schema.SchemaInspection
 
getNamingValue() - Method in class gldapo.entry.GldapoEntry
The value for the naming attribute.
getOptions() - Method in class gldapo.search.SearchOptionParser
 
getPageSize() - Method in interface gldapo.search.SearchControlProvider
 
getPageSize() - Method in class gldapo.search.SearchControls
 
getParent() - Method in class gldapo.entry.GldapoEntry
The dn for the entry in the directory that contains this entry.
getParent() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getPrefix(Class, String, String, Boolean) - Static method in exception gldapo.exception.GldapoTypeMappingException
 
getProperty(String) - Method in exception gldapo.exception.GldapoDirectoryNotFoundException
 
getProperty(String) - Method in exception gldapo.exception.GldapoException
 
getProperty(String) - Method in exception gldapo.exception.GldapoInitializationException
 
getProperty(String) - Method in exception gldapo.exception.GldapoInvalidConfigException
 
getProperty(String) - Method in exception gldapo.exception.GldapoNoDefaultDirectoryException
 
getProperty(String) - Method in exception gldapo.exception.GldapoNoNamingAttributeException
 
getProperty(String) - Method in exception gldapo.exception.GldapoSchemaInitializationException
 
getProperty(String) - Method in exception gldapo.exception.GldapoTypeMappingException
 
getProperty(String) - Method in class gldapo.Gldapo
 
getProperty(String) - Method in class gldapo.GldapoDirectory
 
getProperty(String) - Method in class gldapo.GldapoDirectoryRegistry
 
getProperty(String) - Method in class gldapo.GldapoSchemaRegistry
 
getProperty(String) - Method in class gldapo.GldapoTypeMappingRegistry
 
getProperty(String) - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
getProperty(String) - Method in class gldapo.schema.attribute.MultiValueAttributeMapping
 
getProperty(String) - Method in class gldapo.schema.attribute.SingleValueAttributeMapping
 
getProperty(String) - Method in class gldapo.schema.attribute.type.DefaultTypeMappings
 
getProperty(String) - Method in class gldapo.schema.GldapoContextMapper
 
getProperty(String) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getProperty(String) - Method in class gldapo.schema.GldapoSchemaRegistration
 
getProperty(String) - Method in class gldapo.schema.SchemaInspection
 
getProperty(String) - Method in class gldapo.search.SearchControls
 
getProperty(String) - Method in exception gldapo.search.SearchOptionException
 
getProperty(String) - Method in class gldapo.search.SearchOptionParser
 
getReplace() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getReplaceByNamingAndParent() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getReplaceNoParams() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getRevert() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getSave() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getSchema() - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
getSchema() - Method in class gldapo.schema.GldapoSchemaRegistration
 
getSchema() - Method in class gldapo.schema.SchemaInspection
 
getSchema() - Method in class gldapo.search.SearchOptionParser
 
getSchemaRegistration() - Method in class gldapo.schema.GldapoContextMapper
 
getSchemaRegistration() - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
getSchemas() - Method in class gldapo.Gldapo
 
getSearchControls() - Method in class gldapo.GldapoDirectory
 
getSearchControls() - Method in interface gldapo.search.SearchProvider
 
getSearchScope() - Method in interface gldapo.search.SearchControlProvider
 
getSearchScope() - Method in class gldapo.search.SearchControls
 
getSEARCHSCOPE_MAPPING() - Static method in class gldapo.search.SearchControls
 
getSearchScopeAsInteger() - Method in class gldapo.search.SearchControls
 
getSetBrdn() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getSetCleanValue() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getSetDirectory() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getSetNamingValue() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getSetParent() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getSetProperty() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getSnapshotStateAsClean() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
getSubContextSource(DistinguishedName) - Method in class gldapo.GldapoDirectory
 
getSUPPORTED_COLLECTION_TYPE_MAP() - Static method in class gldapo.schema.attribute.MultiValueAttributeMapping
 
getTemplate() - Method in class gldapo.GldapoDirectory
 
getTimeLimit() - Method in interface gldapo.search.SearchControlProvider
 
getTimeLimit() - Method in class gldapo.search.SearchControls
 
getToGroovyMapperForType(String) - Method in class gldapo.GldapoTypeMappingRegistry
Returns a closure that can be used to convert a LDAP value to a particular type.
getToGroovyTypeMapper() - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
getToLdapMapperForType(String) - Method in class gldapo.GldapoTypeMappingRegistry
Returns a closure that can be used to convert a groovy value to an LDAP value (string)
getToLdapTypeMapper() - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
getTypeMapping() - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
getTypemappings() - Method in class gldapo.Gldapo
 
getUpdate() - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
gldapo - package gldapo
 
Gldapo - Class in gldapo
The singleton instance of this class provides access to the various registries and settings at runtime.
Gldapo() - Constructor for class gldapo.Gldapo
Create a Gldapo instance with only defaults.
Gldapo(Map) - Constructor for class gldapo.Gldapo
Create a Gldapo instance with a config
gldapo.entry - package gldapo.entry
 
gldapo.exception - package gldapo.exception
 
gldapo.filter - package gldapo.filter
 
gldapo.schema - package gldapo.schema
 
gldapo.schema.annotation - package gldapo.schema.annotation
 
gldapo.schema.attribute - package gldapo.schema.attribute
 
gldapo.schema.attribute.type - package gldapo.schema.attribute.type
 
gldapo.search - package gldapo.search
 
GldapoContextMapper - Class in gldapo.schema
 
GldapoContextMapper() - Constructor for class gldapo.schema.GldapoContextMapper
 
GldapoDirectory - Class in gldapo
 
GldapoDirectory(String, Map) - Constructor for class gldapo.GldapoDirectory
Creates a new instance via a config map.
GldapoDirectoryNotFoundException - Exception in gldapo.exception
 
GldapoDirectoryNotFoundException(String) - Constructor for exception gldapo.exception.GldapoDirectoryNotFoundException
 
GldapoDirectoryRegistry - Class in gldapo
A directory registry holds instances of GldapoDirectory, retrievable by their GldapoDirectory.getName().
GldapoDirectoryRegistry() - Constructor for class gldapo.GldapoDirectoryRegistry
 
GldapoEntry - Class in gldapo.entry
The API reference for schema classes.
GldapoEntry() - Constructor for class gldapo.entry.GldapoEntry
 
GldapoException - Exception in gldapo.exception
 
GldapoException() - Constructor for exception gldapo.exception.GldapoException
 
GldapoException(String) - Constructor for exception gldapo.exception.GldapoException
 
GldapoException(String, Exception) - Constructor for exception gldapo.exception.GldapoException
 
GldapoInitializationException - Exception in gldapo.exception
 
GldapoInitializationException() - Constructor for exception gldapo.exception.GldapoInitializationException
The current stub generator for groovy requires default constructors for super classes
GldapoInitializationException(String) - Constructor for exception gldapo.exception.GldapoInitializationException
 
GldapoInvalidConfigException - Exception in gldapo.exception
 
GldapoInvalidConfigException(String) - Constructor for exception gldapo.exception.GldapoInvalidConfigException
 
GldapoNamingAttribute - Annotation Type in gldapo.schema.annotation
Indicates which attribute forms the name of the entry.
GldapoNoDefaultDirectoryException - Exception in gldapo.exception
 
GldapoNoDefaultDirectoryException() - Constructor for exception gldapo.exception.GldapoNoDefaultDirectoryException
 
GldapoNoNamingAttributeException - Exception in gldapo.exception
 
GldapoNoNamingAttributeException(Class) - Constructor for exception gldapo.exception.GldapoNoNamingAttributeException
 
GldapoPseudoType - Annotation Type in gldapo.schema.annotation
Indicates that the attribute requires custom type conversion.
GldapoSchemaClassInjecto - Class in gldapo.schema
 
GldapoSchemaClassInjecto() - Constructor for class gldapo.schema.GldapoSchemaClassInjecto
 
GldapoSchemaFilter - Annotation Type in gldapo.schema.annotation
An LDAP search filter to be anded to every search made for objects of this class.
GldapoSchemaInitializationException - Exception in gldapo.exception
 
GldapoSchemaInitializationException(String) - Constructor for exception gldapo.exception.GldapoSchemaInitializationException
 
GldapoSchemaInitializationException(GString) - Constructor for exception gldapo.exception.GldapoSchemaInitializationException
 
GldapoSchemaInitializationException(Class, Exception) - Constructor for exception gldapo.exception.GldapoSchemaInitializationException
 
GldapoSchemaRegistration - Class in gldapo.schema
 
GldapoSchemaRegistration(Class, Gldapo) - Constructor for class gldapo.schema.GldapoSchemaRegistration
 
GldapoSchemaRegistry - Class in gldapo
The schema registry holds GldapoSchemaRegistration objects that hold the necessary meta data that Gldapo needs to do all the LDAP magic with schema classes.
GldapoSchemaRegistry(Gldapo) - Constructor for class gldapo.GldapoSchemaRegistry
 
GldapoSynonymFor - Annotation Type in gldapo.schema.annotation
Used to indicate that the name of the property is not the same as the source attribute name.
GldapoTypeMappingException - Exception in gldapo.exception
 
GldapoTypeMappingException(Class, String, String, Boolean, Exception) - Constructor for exception gldapo.exception.GldapoTypeMappingException
 
GldapoTypeMappingException(Class, String, String, Boolean, String) - Constructor for exception gldapo.exception.GldapoTypeMappingException
 
GldapoTypeMappingRegistry - Class in gldapo
Holds the global type mappings to convert values to and from LDAP and Java
GldapoTypeMappingRegistry() - Constructor for class gldapo.GldapoTypeMappingRegistry
Installs DefaultTypeMappings into the registry.
gte(String, String) - Static method in class gldapo.filter.FilterUtil
 
gte(String, int) - Static method in class gldapo.filter.FilterUtil
 

I

initialize() - Static method in class gldapo.Gldapo
Calls Gldapo.initialize(String) with a null string.
initialize(String) - Static method in class gldapo.Gldapo
Tries to find the default config file and passes it's URL along with environment to Gldapo.initialize(URL,String)
initialize(URL) - Static method in class gldapo.Gldapo
Calls Gldapo.initialize(URL,String), passing configUrl and a null environment
initialize(URL, String) - Static method in class gldapo.Gldapo
Initializes using the config script configUrl and parses it for environment
initialize(Map) - Static method in class gldapo.Gldapo
Calls Gldapo.resetWithConfig(Map) on the gldapo Gldapo.instance
installDefaults() - Method in class gldapo.GldapoTypeMappingRegistry
 
invokeMethod(String, Object) - Method in exception gldapo.exception.GldapoDirectoryNotFoundException
 
invokeMethod(String, Object) - Method in exception gldapo.exception.GldapoException
 
invokeMethod(String, Object) - Method in exception gldapo.exception.GldapoInitializationException
 
invokeMethod(String, Object) - Method in exception gldapo.exception.GldapoInvalidConfigException
 
invokeMethod(String, Object) - Method in exception gldapo.exception.GldapoNoDefaultDirectoryException
 
invokeMethod(String, Object) - Method in exception gldapo.exception.GldapoNoNamingAttributeException
 
invokeMethod(String, Object) - Method in exception gldapo.exception.GldapoSchemaInitializationException
 
invokeMethod(String, Object) - Method in exception gldapo.exception.GldapoTypeMappingException
 
invokeMethod(String, Object) - Method in class gldapo.filter.FilterBuilder
 
invokeMethod(String, Object[]) - Method in class gldapo.filter.FilterBuilder
 
invokeMethod(String, Object) - Method in class gldapo.Gldapo
 
invokeMethod(String, Object) - Method in class gldapo.GldapoDirectory
 
invokeMethod(String, Object) - Method in class gldapo.GldapoDirectoryRegistry
 
invokeMethod(String, Object) - Method in class gldapo.GldapoSchemaRegistry
 
invokeMethod(String, Object) - Method in class gldapo.GldapoTypeMappingRegistry
 
invokeMethod(String, Object) - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
invokeMethod(String, Object) - Method in class gldapo.schema.attribute.MultiValueAttributeMapping
 
invokeMethod(String, Object) - Method in class gldapo.schema.attribute.SingleValueAttributeMapping
 
invokeMethod(String, Object) - Method in class gldapo.schema.attribute.type.DefaultTypeMappings
 
invokeMethod(String, Object) - Method in class gldapo.schema.GldapoContextMapper
 
invokeMethod(String, Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
invokeMethod(String, Object) - Method in class gldapo.schema.GldapoSchemaRegistration
 
invokeMethod(String, Object) - Method in class gldapo.schema.SchemaInspection
 
invokeMethod(String, Object) - Method in class gldapo.search.SearchControls
 
invokeMethod(String, Object) - Method in exception gldapo.search.SearchOptionException
 
invokeMethod(String, Object) - Method in class gldapo.search.SearchOptionParser
 
isHasDefault() - Method in class gldapo.GldapoDirectoryRegistry
 
isRegistered(Class) - Method in class gldapo.GldapoSchemaRegistry
Test to see if a particular schema class is already registered.

L

leftShift(Object) - Method in class gldapo.GldapoDirectoryRegistry
Does simple type check to make sure what's being added is an instance of GldapoDirectory
like(String, String) - Static method in class gldapo.filter.FilterUtil
 
lte(String, String) - Static method in class gldapo.filter.FilterUtil
 
lte(String, int) - Static method in class gldapo.filter.FilterUtil
 

M

mapFromBooleanType(Object) - Static method in class gldapo.schema.attribute.type.DefaultTypeMappings
 
mapFrombyteArrayType(Object) - Static method in class gldapo.schema.attribute.type.DefaultTypeMappings
 
mapFromByteArrayType(Object) - Static method in class gldapo.schema.attribute.type.DefaultTypeMappings
 
mapFromContext(Object, Object) - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
mapFromContext(Object) - Method in class gldapo.schema.GldapoContextMapper
 
mapFromDistinguishedNameType(Object) - Static method in class gldapo.schema.attribute.type.DefaultTypeMappings
 
mapFromFloatType(Object) - Static method in class gldapo.schema.attribute.type.DefaultTypeMappings
 
mapFromIntegerType(Object) - Static method in class gldapo.schema.attribute.type.DefaultTypeMappings
 
mapFromLongType(Object) - Static method in class gldapo.schema.attribute.type.DefaultTypeMappings
 
mapFromShortType(Object) - Static method in class gldapo.schema.attribute.type.DefaultTypeMappings
 
mapFromStringType(Object) - Static method in class gldapo.schema.attribute.type.DefaultTypeMappings
 
mapToBigDecimalType(Object) - Static method in class gldapo.schema.attribute.type.DefaultTypeMappings
Default type mapping for Decimal type Uses new Decimal(String) to convert.
mapToBigIntegerType(Object) - Static method in class gldapo.schema.attribute.type.DefaultTypeMappings
Default type mapping for BigInteger type Uses new BigInteger(String) to convert.
mapToBooleanType(Object) - Static method in class gldapo.schema.attribute.type.DefaultTypeMappings
 
mapTobyteArrayType(Object) - Static method in class gldapo.schema.attribute.type.DefaultTypeMappings
 
mapToByteArrayType(Object) - Static method in class gldapo.schema.attribute.type.DefaultTypeMappings
 
mapToDistinguishedNameType(Object) - Static method in class gldapo.schema.attribute.type.DefaultTypeMappings
 
mapToDoubleType(Object) - Static method in class gldapo.schema.attribute.type.DefaultTypeMappings
Default type mapping for Double type Uses new Double(String) to convert.
mapToFloatType(Object) - Static method in class gldapo.schema.attribute.type.DefaultTypeMappings
Default type mapping for Float type Uses new Float(String) to convert.
mapToGroovyType(Object) - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
mapToIntegerType(Object) - Static method in class gldapo.schema.attribute.type.DefaultTypeMappings
Default type mapping for Integer type Uses new Integer(String) to convert.
mapToLdapType(Object) - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
mapToLongType(Object) - Static method in class gldapo.schema.attribute.type.DefaultTypeMappings
Default type mapping for Long type Uses new Long(String) to convert.
mapToShortType(Object) - Static method in class gldapo.schema.attribute.type.DefaultTypeMappings
Default type mapping for Short type Uses new Short(String) to convert.
mapToStringType(Object) - Static method in class gldapo.schema.attribute.type.DefaultTypeMappings
Default type mapping for String type
mergeWith(Object) - Method in class gldapo.search.SearchControls
 
move(Object) - Method in class gldapo.entry.GldapoEntry
Relocate this object in the directory, after sending any updates.
move(Object, Object) - Method in class gldapo.entry.GldapoEntry
Relocate this object in the directory, after sending any updates.
moveEntry(DistinguishedName, DistinguishedName) - Method in class gldapo.GldapoDirectory
 
MultiValueAttributeMapping - Class in gldapo.schema.attribute
 
MultiValueAttributeMapping(Class, Field, GldapoTypeMappingRegistry) - Constructor for class gldapo.schema.attribute.MultiValueAttributeMapping
 

N

not(Filter) - Static method in class gldapo.filter.FilterUtil
 

O

OBJECT_SEARCHSCOPE - Static variable in class gldapo.search.SearchControls
 
ONELEVEL_SEARCHSCOPE - Static variable in class gldapo.search.SearchControls
 
or(List<Filter>) - Static method in class gldapo.filter.FilterUtil
 
or(Filter...) - Static method in class gldapo.filter.FilterUtil
 

P

pop(String) - Method in class gldapo.filter.FilterBuilder
 
prepareSchemaClass(Object) - Static method in class gldapo.schema.GldapoSchemaRegistration
 
push(String) - Method in class gldapo.filter.FilterBuilder
 
put(Object, Object) - Method in class gldapo.GldapoDirectoryRegistry
 

R

replace(Object) - Method in class gldapo.entry.GldapoEntry
Replaces the entry @ brdn with this object.
replace(Object, Object) - Method in class gldapo.entry.GldapoEntry
Replaces the entry at the location specified by namingValue and parent with this object.
replace() - Method in class gldapo.entry.GldapoEntry
Replaces the entry specified by this objects's brdn with this object.
replaceEntry(DistinguishedName, Attributes) - Method in class gldapo.GldapoDirectory
 
resetWithConfig(Map) - Method in class gldapo.Gldapo
Calls clear() on the directory, schema and type mapping registries before passing the config to Gldapo.consumeConfig(Map)
result - Variable in class gldapo.filter.FilterBuilder
 

S

save() - Method in class gldapo.entry.GldapoEntry
Creates of updates the object depending on whether it is a new object or not.
SchemaInspection - Class in gldapo.schema
 
SchemaInspection(Class, Gldapo) - Constructor for class gldapo.schema.SchemaInspection
 
search(Object, DistinguishedName, String, SearchControlProvider) - Method in class gldapo.GldapoDirectory
Performs a search operation on the directory.
search(Object, DistinguishedName, String, SearchControlProvider) - Method in interface gldapo.search.SearchProvider
 
SearchControlProvider - Interface in gldapo.search
 
SearchControls - Class in gldapo.search
 
SearchControls(Map) - Constructor for class gldapo.search.SearchControls
 
SearchOptionException - Exception in gldapo.search
 
SearchOptionException(String) - Constructor for exception gldapo.search.SearchOptionException
 
SearchOptionParser - Class in gldapo.search
Given a map of search options, calculates what the actual search parameters should be.
SearchOptionParser(Object, Object) - Constructor for class gldapo.search.SearchOptionParser
 
SearchProvider - Interface in gldapo.search
 
setAssertHasDirectoryForOperation(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setAssertHasNamingValueAndDirectoryForOperation(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setAssertHasNamingValueForOperation(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setAssumeDefaultDirectoryIfNoneSet(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setAttributeMappings(Map) - Method in class gldapo.schema.GldapoSchemaRegistration
 
setAttributeMappings(Object) - Method in class gldapo.schema.SchemaInspection
 
setAttributeName(String) - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
setAuthenticate(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setBase(Object) - Method in class gldapo.search.SearchOptionParser
 
setBrdn(Object) - Method in class gldapo.entry.GldapoEntry
Set the location of this entry, with a dn relative to the entry's directory base.
setCleanValues(Map) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setCollectionType(Class) - Method in class gldapo.schema.attribute.MultiValueAttributeMapping
 
setControls(Object) - Method in class gldapo.search.SearchOptionParser
 
setCountLimit(Integer) - Method in class gldapo.search.SearchControls
 
setCreate(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setDEFAULT_COLLECTION_ELEMENT_TYPE(Object) - Static method in class gldapo.schema.attribute.MultiValueAttributeMapping
 
setDefaultDirectoryName(String) - Method in class gldapo.GldapoDirectoryRegistry
 
setDelete(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setDeleteRecursively(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setDerefLinkFlag(Boolean) - Method in class gldapo.search.SearchControls
 
setDirectories(GldapoDirectoryRegistry) - Method in class gldapo.Gldapo
 
setDirectory(Object) - Method in class gldapo.entry.GldapoEntry
Before an operation (create, update, delete etc.) can be performed on an object, it must have directory to perform the operation against.
setDirectory(GldapoDirectory) - Method in class gldapo.schema.GldapoContextMapper
 
setDirectory(GldapoDirectory) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setDirectory(Object) - Method in class gldapo.search.SearchOptionParser
 
setExcludedFields(Object) - Static method in class gldapo.schema.SchemaInspection
 
setExists(Boolean) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setField(Field) - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
setFilter(Object) - Method in class gldapo.search.SearchOptionParser
 
setFind(Object) - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
setFindAll(Object) - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
setFindAllNoArgs(Object) - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
setFindAllWithClosure(Object) - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
setFindAllWithOptionsAndClosure(Object) - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
setFindNoArgs(Object) - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
setFindWithClosure(Object) - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
setFindWithOptionsAndClosure(Object) - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
setGetAttributes(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setGetBrdn(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setGetByDn(Object) - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
setGetByDnUsingDefaultDirectory(Object) - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
setGetCleanValue(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setGetDn(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setGetModificationItems(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setGetNamingAttribute(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setGetNamingField(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setGetNamingValue(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setGetParent(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setGldapo(Gldapo) - Method in class gldapo.GldapoSchemaRegistry
 
setGldapo(Gldapo) - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
setGldapo(Gldapo) - Method in class gldapo.schema.GldapoSchemaRegistration
 
setGldapo(Object) - Method in class gldapo.schema.SchemaInspection
 
setGldapo(Object) - Method in class gldapo.search.SearchOptionParser
 
setInstance(Gldapo) - Static method in class gldapo.Gldapo
 
setKeys(Object) - Method in class gldapo.search.SearchOptionParser
 
setMAPPING_FROM_FIELD(Boolean) - Static method in exception gldapo.exception.GldapoTypeMappingException
 
setMAPPING_TO_FIELD(Boolean) - Static method in exception gldapo.exception.GldapoTypeMappingException
 
setMetaClass(MetaClass) - Method in exception gldapo.exception.GldapoDirectoryNotFoundException
 
setMetaClass(MetaClass) - Method in exception gldapo.exception.GldapoException
 
setMetaClass(MetaClass) - Method in exception gldapo.exception.GldapoInitializationException
 
setMetaClass(MetaClass) - Method in exception gldapo.exception.GldapoInvalidConfigException
 
setMetaClass(MetaClass) - Method in exception gldapo.exception.GldapoNoDefaultDirectoryException
 
setMetaClass(MetaClass) - Method in exception gldapo.exception.GldapoNoNamingAttributeException
 
setMetaClass(MetaClass) - Method in exception gldapo.exception.GldapoSchemaInitializationException
 
setMetaClass(MetaClass) - Method in exception gldapo.exception.GldapoTypeMappingException
 
setMetaClass(MetaClass) - Method in class gldapo.Gldapo
 
setMetaClass(MetaClass) - Method in class gldapo.GldapoDirectory
 
setMetaClass(MetaClass) - Method in class gldapo.GldapoDirectoryRegistry
 
setMetaClass(MetaClass) - Method in class gldapo.GldapoSchemaRegistry
 
setMetaClass(MetaClass) - Method in class gldapo.GldapoTypeMappingRegistry
 
setMetaClass(MetaClass) - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
setMetaClass(MetaClass) - Method in class gldapo.schema.attribute.MultiValueAttributeMapping
 
setMetaClass(MetaClass) - Method in class gldapo.schema.attribute.SingleValueAttributeMapping
 
setMetaClass(MetaClass) - Method in class gldapo.schema.attribute.type.DefaultTypeMappings
 
setMetaClass(MetaClass) - Method in class gldapo.schema.GldapoContextMapper
 
setMetaClass(MetaClass) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setMetaClass(MetaClass) - Method in class gldapo.schema.GldapoSchemaRegistration
 
setMetaClass(MetaClass) - Method in class gldapo.schema.SchemaInspection
 
setMetaClass(MetaClass) - Method in class gldapo.search.SearchControls
 
setMetaClass(MetaClass) - Method in exception gldapo.search.SearchOptionException
 
setMetaClass(MetaClass) - Method in class gldapo.search.SearchOptionParser
 
setMove(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setMoveByNamingAndParent(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setName(String) - Method in class gldapo.GldapoDirectory
 
setNamingAttributeFieldName(String) - Method in class gldapo.schema.GldapoSchemaRegistration
 
setNamingAttributeFieldName(Object) - Method in class gldapo.schema.SchemaInspection
 
setNamingAttributeName(String) - Method in class gldapo.schema.GldapoSchemaRegistration
 
setNamingAttributeName(Object) - Method in class gldapo.schema.SchemaInspection
 
setNamingValue(String) - Method in class gldapo.entry.GldapoEntry
Sets the value of the naming attribute.
setOptions(Object) - Method in class gldapo.search.SearchOptionParser
 
setPageSize(Integer) - Method in class gldapo.search.SearchControls
 
setParent(Object) - Method in class gldapo.entry.GldapoEntry
Defines the location for this entry by defining it's parent container.
setParent(DistinguishedName) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setProperty(String, Object) - Method in exception gldapo.exception.GldapoDirectoryNotFoundException
 
setProperty(String, Object) - Method in exception gldapo.exception.GldapoException
 
setProperty(String, Object) - Method in exception gldapo.exception.GldapoInitializationException
 
setProperty(String, Object) - Method in exception gldapo.exception.GldapoInvalidConfigException
 
setProperty(String, Object) - Method in exception gldapo.exception.GldapoNoDefaultDirectoryException
 
setProperty(String, Object) - Method in exception gldapo.exception.GldapoNoNamingAttributeException
 
setProperty(String, Object) - Method in exception gldapo.exception.GldapoSchemaInitializationException
 
setProperty(String, Object) - Method in exception gldapo.exception.GldapoTypeMappingException
 
setProperty(String, Object) - Method in class gldapo.Gldapo
 
setProperty(String, Object) - Method in class gldapo.GldapoDirectory
 
setProperty(String, Object) - Method in class gldapo.GldapoDirectoryRegistry
 
setProperty(String, Object) - Method in class gldapo.GldapoSchemaRegistry
 
setProperty(String, Object) - Method in class gldapo.GldapoTypeMappingRegistry
 
setProperty(String, Object) - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
setProperty(String, Object) - Method in class gldapo.schema.attribute.MultiValueAttributeMapping
 
setProperty(String, Object) - Method in class gldapo.schema.attribute.SingleValueAttributeMapping
 
setProperty(String, Object) - Method in class gldapo.schema.attribute.type.DefaultTypeMappings
 
setProperty(String, Object) - Method in class gldapo.schema.GldapoContextMapper
 
setProperty(String, Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setProperty(String, Object) - Method in class gldapo.schema.GldapoSchemaRegistration
 
setProperty(String, Object) - Method in class gldapo.schema.SchemaInspection
 
setProperty(String, Object) - Method in class gldapo.search.SearchControls
 
setProperty(String, Object) - Method in exception gldapo.search.SearchOptionException
 
setProperty(String, Object) - Method in class gldapo.search.SearchOptionParser
 
setReplace(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setReplaceByNamingAndParent(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setReplaceNoParams(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setRevert(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setSave(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setSchema(Class) - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
setSchema(Class) - Method in class gldapo.schema.GldapoSchemaRegistration
 
setSchema(Object) - Method in class gldapo.schema.SchemaInspection
 
setSchema(Object) - Method in class gldapo.search.SearchOptionParser
 
setSchemaRegistration(GldapoSchemaRegistration) - Method in class gldapo.schema.GldapoContextMapper
 
setSchemaRegistration(GldapoSchemaRegistration) - Static method in class gldapo.schema.GldapoSchemaClassInjecto
 
setSchemas(GldapoSchemaRegistry) - Method in class gldapo.Gldapo
 
setSearchControls(SearchControlProvider) - Method in class gldapo.GldapoDirectory
 
setSearchScope(String) - Method in class gldapo.search.SearchControls
 
setSEARCHSCOPE_MAPPING(Map) - Static method in class gldapo.search.SearchControls
 
setSetBrdn(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setSetCleanValue(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setSetDirectory(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setSetNamingValue(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setSetParent(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setSetProperty(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setSnapshotStateAsClean(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
setSUPPORTED_COLLECTION_TYPE_MAP(Object) - Static method in class gldapo.schema.attribute.MultiValueAttributeMapping
 
setTemplate(Object) - Method in class gldapo.GldapoDirectory
 
setTimeLimit(Integer) - Method in class gldapo.search.SearchControls
 
setToGroovyTypeMapper(Closure) - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
setToLdapTypeMapper(Closure) - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
setTypeMapping(String) - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 
setTypemappings(GldapoTypeMappingRegistry) - Method in class gldapo.Gldapo
 
setUpdate(Object) - Method in class gldapo.schema.GldapoSchemaClassInjecto
 
SingleValueAttributeMapping - Class in gldapo.schema.attribute
 
SingleValueAttributeMapping(Class, Field, GldapoTypeMappingRegistry) - Constructor for class gldapo.schema.attribute.SingleValueAttributeMapping
 
stack - Variable in class gldapo.filter.FilterBuilder
 
SUBTREE_SEARCHSCOPE - Static variable in class gldapo.search.SearchControls
 

T

toGroovyByFieldMapperName(String) - Static method in class gldapo.schema.attribute.AbstractAttributeMapping
 
toGroovyByTypeMapperName(String) - Static method in class gldapo.schema.attribute.AbstractAttributeMapping
 
toLdapByFieldMapperName(String) - Static method in class gldapo.schema.attribute.AbstractAttributeMapping
 
toLdapByTypeMapperName(String) - Static method in class gldapo.schema.attribute.AbstractAttributeMapping
 
typeNameFromClass(Object) - Method in class gldapo.schema.attribute.AbstractAttributeMapping
 

U

update() - Method in class gldapo.entry.GldapoEntry
Saves any modifications made to this object to the directory.
updateEntry(DistinguishedName, List) - Method in class gldapo.GldapoDirectory
 

V

validateOptions() - Method in class gldapo.search.SearchOptionParser
 

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

Copyright © 2007-2010 Codehaus. All Rights Reserved.