|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LdapEntry | |
com.infoengine.administration.delegate | |
com.infoengine.administration.property | |
com.infoengine.console | |
com.infoengine.util |
Uses of LdapEntry in com.infoengine.administration.delegate |
Subclasses of LdapEntry in com.infoengine.administration.delegate | |
class |
CommandDelegate
|
class |
Package
|
class |
Repository
|
class |
RepositoryType
|
class |
TypeId
|
Uses of LdapEntry in com.infoengine.administration.property |
Subclasses of LdapEntry in com.infoengine.administration.property | |
class |
PropertyEntry
|
Uses of LdapEntry in com.infoengine.console |
Fields in com.infoengine.console declared as LdapEntry | |
(package private) LdapEntry |
DAOGeneratorIFrame.LdapEntryHolder.ent
|
private LdapEntry |
CxFactoryIFrame.entry
|
(package private) LdapEntry |
ConnectionFactoriesIFrame.connector
|
(package private) LdapEntry[] |
ConnectionFactoriesIFrame.ents
|
(package private) LdapEntry |
ConnectionFactoriesIFrame.LdapEntryCheckBox.entry
|
Methods in com.infoengine.console that return LdapEntry | |
(package private) LdapEntry[] |
ConnectionFactoriesIFrame.getFactoryEntries()
|
Methods in com.infoengine.console with parameters of type LdapEntry | |
private void |
DAOGeneratorIFrame.writeSampleClient(File f,
LdapEntry cxFactory)
|
void |
CxFactoryIFrame.setLdapEntry(LdapEntry entry)
|
private Properties |
CxFactoryIFrame.getProperties(LdapEntry entry)
|
Constructors in com.infoengine.console with parameters of type LdapEntry | |
DAOGeneratorIFrame.LdapEntryHolder(LdapEntry e)
|
|
ConnectionFactoriesIFrame.LdapEntryCheckBox(LdapEntry entry)
|
Uses of LdapEntry in com.infoengine.util |
Methods in com.infoengine.util that return LdapEntry | |
(package private) static LdapEntry |
LdapEntry.getEntry(LdapDirectory directory,
String dn)
Gets an LdapEntry by DN. |
LdapEntry |
LdapDirectory.getEntry(String dn)
Gets the LdapEntry found at dn. |
LdapEntry |
LdapDirectory.newEntry()
Constructs an empty LdapEntry object. |
LdapEntry[] |
LdapDirectory.find(String scope,
String filter)
Searches the the directory from its root. |
LdapEntry[] |
LdapDirectory.find(String base,
String scope,
String filter)
Searches the the directory from a specific base DN. |
LdapEntry |
LdapDirectory.lookup(String dn)
Looks up a single entry by DN. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |