Uses of Class
gldapo.exception.GldapoException

Packages that use GldapoException
gldapo.entry   
gldapo.exception   
gldapo.search   
 

Uses of GldapoException in gldapo.entry
 

Methods in gldapo.entry that throw GldapoException
 boolean GldapoEntry.authenticate(String password)
          Test if password is this entry's password.
 void GldapoEntry.create()
          Writes the object in it's entirety to the directory.
 void GldapoEntry.delete()
          Removes the entry specified by this object's brdn from the directory.
 void GldapoEntry.deleteRecursively()
          Removes the entry specified by this object's brdn from the directory, and all it's children.
static GldapoEntry GldapoEntry.find()
          Peform a search (using default options), returning the first object found.
static List<GldapoEntry> GldapoEntry.find(Closure closure)
          Calls GldapoEntry.find(Map), with a filter option of closure.
static GldapoEntry GldapoEntry.find(Map options)
          Peform a search, but returning the first object found.
static List<GldapoEntry> GldapoEntry.find(Map options, Closure closure)
          Calls GldapoEntry.find(Map), after setting filter in options to closure
static GldapoEntry GldapoEntry.findAll()
          Peforms a search using all default options.
static List<GldapoEntry> GldapoEntry.findAll(Closure closure)
          Calls GldapoEntry.findAll(Map), with a filter option of closure.
static List<GldapoEntry> GldapoEntry.findAll(Map options)
          Performs a search returning all of the matching entries.
static List<GldapoEntry> GldapoEntry.findAll(Map options, Closure closure)
          Calls GldapoEntry.findAll(Map), after setting filter in options to closure
 DistinguishedName GldapoEntry.getBrdn()
          The Base Relative Distinguished Name for this entry.
static GldapoEntry GldapoEntry.getByDn(Object dn)
          Fetches the entry at dn from the the default directory.
static GldapoEntry GldapoEntry.getByDn(Object dn, Object directory)
          Fetches the entry at dn from directory.
 DistinguishedName GldapoEntry.getDn()
          The absolute location of this entry in it's directory.
 void GldapoEntry.move(Object brdn)
          Relocate this object in the directory, after sending any updates.
 void GldapoEntry.move(Object namingValue, Object parent)
          Relocate this object in the directory, after sending any updates.
 void GldapoEntry.replace()
          Replaces the entry specified by this objects's brdn with this object.
 void GldapoEntry.replace(Object brdn)
          Replaces the entry @ brdn with this object.
 void GldapoEntry.replace(Object namingValue, Object parent)
          Replaces the entry at the location specified by namingValue and parent with this object.
 void GldapoEntry.save()
          Creates of updates the object depending on whether it is a new object or not.
 void GldapoEntry.setBrdn(Object brdn)
          Set the location of this entry, with a dn relative to the entry's directory base.
 void GldapoEntry.setNamingValue(String value)
          Sets the value of the naming attribute.
 void GldapoEntry.update()
          Saves any modifications made to this object to the directory.
 

Uses of GldapoException in gldapo.exception
 

Subclasses of GldapoException in gldapo.exception
 class GldapoDirectoryNotFoundException
           
 class GldapoInitializationException
           
 class GldapoInvalidConfigException
           
 class GldapoNoDefaultDirectoryException
           
 class GldapoNoNamingAttributeException
           
 class GldapoSchemaInitializationException
           
 class GldapoTypeMappingException
           
 

Uses of GldapoException in gldapo.search
 

Subclasses of GldapoException in gldapo.search
 class SearchOptionException
           
 



Copyright © 2007-2010 Codehaus. All Rights Reserved.