Public Member Functions |
| Report () |
| DirectoryAccess () |
void | setSuper (DirectoryAccess parent) |
String | getName () |
boolean | matches (DBObject dbo) |
void | lock () throws DirectorException |
void | unlock () throws DirectorException |
String | getFilter (String filter) |
String | getFilter (String filter, Options searchopt) |
DBObject | get (String name) throws DirectorException |
DBObject | get (DN dn) throws DirectorException |
void | ensureOu (String ou) throws DirectorException |
Enumeration | search (String filter, Options searchopt) throws DirectorException |
Enumeration | search (String filter) throws DirectorException |
void | replace (String name, DBObject newdbo) throws DirectorException |
void | replace (DBObject dbo, DBObject newdbo) throws DirectorException |
void | replace (DBObject dbo) throws DirectorException |
void | remove (DBObject newdbo) throws DirectorException |
void | remove (String name) throws DirectorException |
void | add (DBObject newdbo) throws DirectorException |
void | add (String name, DBObject newdbo) throws DirectorException |
DBObject | getConfig (String name) throws DirectorException |
DBObject | getConfig (DBObject dbo) throws DirectorException |
| expand attributes inherited from a class.
|
void | apply (DBObject dbo) throws DirectorException |
Enumeration | getElements () throws DirectorException |
Enumeration | getElements (String special) throws DirectorException |
Enumeration | getElements (String special, String customFilter) throws DirectorException |
DBConnection | getDBConnection () |
Enumeration | getClassMembers (String classname) throws DirectorException |
| Recursively expand classes, return the names of all the leave members of a class.
|
Enumeration | getAssignedMembers (DBObject dbo) throws DirectorException |
| Given a DBObject expand all its sfiassigned* attributes and return the names of all the leaves.
|