![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.addressbook.AddressCard.LDAP_Serverjava.lang.Object | +----grendel.addressbook.AddressCard.LDAP_Server
public class LDAP_Server
extends java.lang.Object
implements grendel.addressbook.AddressCard.ICardSource,
grendel.addressbook.AddressCard.IQueryString
{
// Fields 3
private static final String LEFT_PAREN;
private static final String RIGHT_PARAN;
LDAPConnection fConnection;
// Constructors 2
public LDAP_Server(String);
public LDAP_Server(String, int, String, String);
// Methods 13
public void add(ICard) throws AC_Exception;
public LDAP_Card checkMyCard(ICard) throws AC_Exception;
public void close();
public void delete(ICard) throws AC_Exception;
private String escape(String);
public ICardSet getCardSet(ITerm, String[]);
public String opAnd(ITerm, ITerm);
public String opEqual(IAttribute);
public String opGTE(IAttribute);
public String opLTE(IAttribute);
public String opNotEqual(IAttribute);
public String opOr(ITerm, ITerm);
public void update(ICard) throws AC_Exception;
}
Fields fConnectionLDAPConnection fConnection LEFT_PARENprivate static final String LEFT_PAREN RIGHT_PARANprivate static final String RIGHT_PARAN
Constructors LDAP_Serverpublic LDAP_Server(String ServerName) LDAP_Serverpublic LDAP_Server(String aServerName, int aPort, String aUserName, String aPassword) Methods closepublic void close()
escapeprivate String escape(String aStringToEscape) opAndpublic String opAnd(ITerm aLeftTerm, ITerm aRightTerm)
opOrpublic String opOr(ITerm aLeftTerm, ITerm aRightTerm)
opEqualpublic String opEqual(IAttribute ACA)
opNotEqualpublic String opNotEqual(IAttribute ACA)
opGTEpublic String opGTE(IAttribute ACA)
opLTEpublic String opLTE(IAttribute ACA)
getCardSetpublic ICardSet getCardSet(ITerm aQueryTerm, String[] anAttributesArray)
addpublic void add(ICard aCard) throws AC_Exception
checkMyCardpublic LDAP_Card checkMyCard(ICard aCard) throws AC_Exception
deletepublic void delete(ICard aCard) throws AC_Exception
updatepublic void update(ICard aCard) throws AC_Exception
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4 |
|
|
Copyright © 1998-1999 The Mozilla Organization.
Last modified December 25, 1998. |
|