|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ietf.ldap.LDAPConnection
public class LDAPConnection
Represents the central class that encapsulates the connection to a directory server through the LDAP protocol.
Nested Class Summary | |
---|---|
private static interface |
LDAPConnection.SocketFactoryWrapper
Interface for the SocketFactory wrapper class |
private class |
LDAPConnection.UnsolImpl
Class to wrap an application's LDAPUnsolicitedNotificationListener |
Field Summary | |
---|---|
static java.lang.String |
ALL_USER_ATTRS
Used with search instead of an attribute list to indicate that all attributes are to be returned. |
private LDAPConnection |
conn
|
static int |
DEFAULT_PORT
The default port number for LDAP servers. |
static java.lang.String |
LDAP_PROPERTY_PROTOCOL
A string that can be passed in to the getProperty method. |
static java.lang.String |
LDAP_PROPERTY_SDK
A string that can be passed in to the getProperty method. |
static java.lang.String |
LDAP_PROPERTY_SECURITY
A string that can be passed in to the getProperty method. |
private java.util.Hashtable |
listenerQueues
|
static java.lang.String |
NO_ATTRS
Used with search instead of an attribute list to indicate that no attributes are to be returned. |
static int |
SCOPE_BASE
Used with search to specify that the scope of entrys to search is to search only the base obect. |
static int |
SCOPE_ONE
Used with search to specify that the scope of entrys to search is to search only the immediate subordinates of the base obect. |
static int |
SCOPE_SUB
Used with search to specify that the scope of entrys to search is to search the base object and all entries within its subtree. |
static int |
SCOPE_SUBORDINATESUBTREE
Used with search to specify that the scope of entrys to search is to search the subordinate subtree object and all entries within it. |
Constructor Summary | |
---|---|
LDAPConnection()
Constructs a new LDAPConnection object, which represents a connection to an LDAP server. |
|
LDAPConnection(LDAPConnection conn)
Constructs an LDAPConnection from a com.novell.ldap.LDAPConnection object |
|
LDAPConnection(LDAPSocketFactory factory)
Constructs a new LDAPConnection object, which will use the supplied class factory to construct a socket connection during LDAPConnection.connect method. |
Method Summary | |
---|---|
void |
abandon(int id)
Abandons an asynchronous operation. |
void |
abandon(int id,
LDAPConstraints cons)
Abandons a search operation for a queue, using the specified constraints. |
void |
abandon(LDAPMessageQueue queue)
Abandons all search operations for a queue. |
void |
abandon(LDAPMessageQueue queue,
LDAPConstraints cons)
Abandons all search operations for a queue. |
void |
abandon(LDAPSearchResults results)
Notifies the server not to send additional results associated with this LDAPSearchResults object, and discards any results already received. |
void |
abandon(LDAPSearchResults results,
LDAPConstraints cons)
Notifies the server not to send additional results associated with this LDAPSearchResults object, and discards any results already received. |
void |
add(LDAPEntry entry)
Synchronously adds an entry to the directory. |
void |
add(LDAPEntry entry,
LDAPConstraints cons)
Synchronously adds an entry to the directory, using the specified constraints. |
LDAPResponseQueue |
add(LDAPEntry entry,
LDAPResponseQueue queue)
Asynchronously adds an entry to the directory. |
LDAPResponseQueue |
add(LDAPEntry entry,
LDAPResponseQueue queue,
LDAPConstraints cons)
Asynchronously adds an entry to the directory, using the specified constraints. |
void |
addUnsolicitedNotificationListener(LDAPUnsolicitedNotificationListener listen)
Registers an object to be notified on arrival of an unsolicited message from a server. |
void |
bind(int version,
java.lang.String dn,
byte[] passwd)
Authenticates to the LDAP server (that the object is currently connected to) using the specified name, password, and LDAP version. |
void |
bind(int version,
java.lang.String dn,
byte[] passwd,
LDAPConstraints cons)
Authenticates to the LDAP server (that the object is currently connected to) using the specified name, password, LDAP version, and constraints. |
LDAPResponseQueue |
bind(int version,
java.lang.String dn,
byte[] passwd,
LDAPResponseQueue queue)
Asynchronously authenticates to the LDAP server (that the object is currently connected to) using the specified name, password, LDAP version, and queue. |
LDAPResponseQueue |
bind(int version,
java.lang.String dn,
byte[] passwd,
LDAPResponseQueue queue,
LDAPConstraints cons)
Asynchronously authenticates to the LDAP server (that the object is currently connected to) using the specified name, password, LDAP version, queue, and constraints. |
void |
bind(java.lang.String dn,
java.lang.String authzid,
java.util.Map props,
java.lang.Object cbh)
Authenticates to the LDAP server (that the object is currently connected to) using the specified name and the specified set of mechanisms. |
void |
bind(java.lang.String dn,
java.lang.String authzid,
java.util.Map props,
java.lang.Object cbh,
LDAPConstraints cons)
Authenticates to the LDAP server (that the object is currently connected to) using the specified name and the specified set of mechanisms. |
void |
bind(java.lang.String dn,
java.lang.String authzid,
java.lang.String[] mechanisms,
java.util.Map props,
java.lang.Object cbh)
Authenticates to the LDAP server (that the object is currently connected to) using the specified name and the specified set of mechanisms. |
void |
bind(java.lang.String dn,
java.lang.String authzid,
java.lang.String[] mechanisms,
java.util.Map props,
java.lang.Object cbh,
LDAPConstraints cons)
Authenticates to the LDAP server (that the object is currently connected to) using the specified name and the specified set of mechanisms. |
java.lang.Object |
clone()
Returns a copy of the object with a private context, but sharing the network connection if there is one. |
boolean |
compare(java.lang.String dn,
LDAPAttribute attr)
Synchronously checks to see if an entry contains an attribute with a specified value. |
boolean |
compare(java.lang.String dn,
LDAPAttribute attr,
LDAPConstraints cons)
Checks to see if an entry contains an attribute with a specified value, using the specified constraints. |
LDAPResponseQueue |
compare(java.lang.String dn,
LDAPAttribute attr,
LDAPResponseQueue queue)
Asynchronously compares an attribute value with one in the directory, using the specified queue. |
LDAPResponseQueue |
compare(java.lang.String dn,
LDAPAttribute attr,
LDAPResponseQueue queue,
LDAPConstraints cons)
Asynchronously compares an attribute value with one in the directory, using the specified queue and contraints. |
void |
connect(java.lang.String host,
int port)
Connects to the specified host and port |
void |
delete(java.lang.String dn)
Synchronously deletes the entry with the specified distinguished name from the directory. |
void |
delete(java.lang.String dn,
LDAPConstraints cons)
Synchronously deletes the entry with the specified distinguished name from the directory, using the specified constraints. |
LDAPResponseQueue |
delete(java.lang.String dn,
LDAPResponseQueue queue)
Asynchronously deletes the entry with the specified distinguished name from the directory and returns the results to the specified queue. |
LDAPResponseQueue |
delete(java.lang.String dn,
LDAPResponseQueue queue,
LDAPConstraints cons)
Asynchronously deletes the entry with the specified distinguished name from the directory, using the specified contraints and queue. |
void |
disconnect()
Synchronously disconnects from the LDAP server. |
void |
disconnect(LDAPConstraints cons)
Synchronously disconnects from the LDAP server, including constraints to send with the unbind request. |
LDAPExtendedResponse |
extendedOperation(LDAPExtendedOperation op)
Provides a synchronous means to access extended, non-mandatory operations offered by a particular LDAPv3 compliant server. |
LDAPResponseQueue |
extendedOperation(LDAPExtendedOperation op,
LDAPResponseQueue queue)
Provides an asynchronous means to access extended, non-mandatory operations offered by a particular LDAPv3 compliant server. |
LDAPExtendedResponse |
extendedOperation(LDAPExtendedOperation op,
LDAPSearchConstraints cons)
Provides a synchronous means to access extended, non-mandatory operations offered by a particular LDAPv3 compliant server. |
LDAPResponseQueue |
extendedOperation(LDAPExtendedOperation op,
LDAPSearchConstraints cons,
LDAPResponseQueue queue)
Provides an asynchronous means to access extended, non-mandatory operations offered by a particular LDAPv3 compliant server. |
LDAPSchema |
fetchSchema(java.lang.String schemaDN)
Retrieves the schema associated with a particular schema DN in the Directory server. |
protected void |
finalize()
Closes the connection, if open, and releases any other resources held by the object. |
java.lang.String |
getAuthenticationDN()
Returns the distinguished name (DN) used for authentication by this object. |
java.lang.String |
getAuthenticationMethod()
Returns the method used to authenticate the connection. |
LDAPConstraints |
getConstraints()
Returns a copy of the set of constraints associated with this connection. |
java.lang.String |
getHost()
Returns the host name of the LDAP server to which the object is or was last connected, in the format originally specified. |
int |
getPort()
Returns the port number of the LDAP server to which the object is or was last connected. |
java.lang.Object |
getProperty(java.lang.String name)
Returns a property of a connection object. |
int |
getProtocolVersion()
Returns the protocol version uses to authenticate |
LDAPControl[] |
getResponseControls()
Returns the Server Controls associated with the most recent response to a synchronous request on this connection object. |
java.lang.Object |
getSaslBindCallbackHandler()
Returns the call back handler if any specified on binding with a SASL mechanism. |
java.util.Map |
getSaslBindProperties()
Returns the properties if any specified on binding with a SASL mechanism. |
java.lang.String |
getSchemaDN()
Retrieves the DN for the schema at the root DSE of the Directory Server. |
java.lang.String |
getSchemaDN(java.lang.String entryDN)
Retrieves the DN of the schema associated with a particular entry in the directory. |
LDAPSearchConstraints |
getSearchConstraints()
Returns a copy of the set of search constraints associated with this connection. |
LDAPSocketFactory |
getSocketFactory()
Returns the LDAPSocketFactory used to establish this server connection. |
private static LDAPSocketFactory |
getSocketImpl(LDAPSocketFactory f)
Gets an instance of a com.novell.ldap.LDAPSocketFactory wrapping an org.ietf.ldap.LDAPSocketFactory. |
(package private) LDAPConnection |
getWrappedObject()
Creates an LDAPConnection from a com.novell.ldap.LDAPConnection object |
boolean |
isBound()
Indicates whether the object has authenticated to the connected LDAP server. |
boolean |
isConnected()
Indicates whether the connection represented by this object is open at this time. |
boolean |
isTLS()
Indicates if the connection uses TLS. |
void |
modify(java.lang.String dn,
LDAPModification mod)
Synchronously makes a single change to an existing entry in the directory. |
void |
modify(java.lang.String dn,
LDAPModification[] mods)
Synchronously makes a set of changes to an existing entry in the directory. |
void |
modify(java.lang.String dn,
LDAPModification[] mods,
LDAPConstraints cons)
Synchronously makes a set of changes to an existing entry in the directory, using the specified constraints. |
LDAPResponseQueue |
modify(java.lang.String dn,
LDAPModification[] mods,
LDAPResponseQueue queue)
Asynchronously makes a set of changes to an existing entry in the directory. |
LDAPResponseQueue |
modify(java.lang.String dn,
LDAPModification[] mods,
LDAPResponseQueue queue,
LDAPConstraints cons)
Asynchronously makes a set of changes to an existing entry in the directory, using the specified constraints and queue. |
void |
modify(java.lang.String dn,
LDAPModification mod,
LDAPConstraints cons)
Synchronously makes a single change to an existing entry in the directory, using the specified constraints. |
LDAPResponseQueue |
modify(java.lang.String dn,
LDAPModification mod,
LDAPResponseQueue queue)
Asynchronously makes a single change to an existing entry in the directory. |
LDAPResponseQueue |
modify(java.lang.String dn,
LDAPModification mod,
LDAPResponseQueue queue,
LDAPConstraints cons)
Asynchronously makes a single change to an existing entry in the directory, using the specified constraints and queue. |
static LDAPEntry |
read(LDAPUrl toGet)
Synchronously reads the entry specified by the LDAP URL. |
static LDAPEntry |
read(LDAPUrl toGet,
LDAPSearchConstraints cons)
Synchronously reads the entry specified by the LDAP URL, using the specified constraints. |
LDAPEntry |
read(java.lang.String dn)
Synchronously reads the entry for the specified distiguished name (DN) and retrieves all attributes for the entry. |
LDAPEntry |
read(java.lang.String dn,
LDAPSearchConstraints cons)
Synchronously reads the entry for the specified distiguished name (DN), using the specified constraints, and retrieves all attributes for the entry. |
LDAPEntry |
read(java.lang.String dn,
java.lang.String[] attrs)
Synchronously reads the entry for the specified distinguished name (DN) and retrieves only the specified attributes from the entry. |
LDAPEntry |
read(java.lang.String dn,
java.lang.String[] attrs,
LDAPSearchConstraints cons)
Synchronously reads the entry for the specified distinguished name (DN), using the specified constraints, and retrieves only the specified attributes from the entry. |
void |
removeUnsolicitedNotificationListener(LDAPUnsolicitedNotificationListener queue)
Deregisters an object so that it will no longer be notified on arrival of an unsolicited message from a server. |
void |
rename(java.lang.String dn,
java.lang.String newRdn,
boolean deleteOldRdn)
Synchronously renames an existing entry in the directory. |
void |
rename(java.lang.String dn,
java.lang.String newRdn,
boolean deleteOldRdn,
LDAPConstraints cons)
Synchronously renames an existing entry in the directory, using the specified constraints. |
LDAPResponseQueue |
rename(java.lang.String dn,
java.lang.String newRdn,
boolean deleteOldRdn,
LDAPResponseQueue queue)
Asynchronously renames an existing entry in the directory. |
LDAPResponseQueue |
rename(java.lang.String dn,
java.lang.String newRdn,
boolean deleteOldRdn,
LDAPResponseQueue queue,
LDAPConstraints cons)
Asynchronously renames an existing entry in the directory, using the specified constraints. |
void |
rename(java.lang.String dn,
java.lang.String newRdn,
java.lang.String newParentdn,
boolean deleteOldRdn)
Synchronously renames an existing entry in the directory, possibly repositioning the entry in the directory tree. |
void |
rename(java.lang.String dn,
java.lang.String newRdn,
java.lang.String newParentdn,
boolean deleteOldRdn,
LDAPConstraints cons)
Synchronously renames an existing entry in the directory, using the specified constraints and possibly repositioning the entry in the directory tree. |
LDAPResponseQueue |
rename(java.lang.String dn,
java.lang.String newRdn,
java.lang.String newParentdn,
boolean deleteOldRdn,
LDAPResponseQueue queue)
Asynchronously renames an existing entry in the directory, possibly repositioning the entry in the directory. |
LDAPResponseQueue |
rename(java.lang.String dn,
java.lang.String newRdn,
java.lang.String newParentdn,
boolean deleteOldRdn,
LDAPResponseQueue queue,
LDAPConstraints cons)
Asynchronously renames an existing entry in the directory, using the specified constraints and possibily repositioning the entry in the directory. |
static LDAPSearchResults |
search(LDAPUrl toGet)
Synchronously performs the search specified by the LDAP URL, returning an enumerable LDAPSearchResults object. |
static LDAPSearchResults |
search(LDAPUrl toGet,
LDAPSearchConstraints cons)
Synchronously perfoms the search specified by the LDAP URL, using the specified search constraints. |
LDAPSearchResults |
search(java.lang.String base,
int scope,
java.lang.String filter,
java.lang.String[] attrs,
boolean typesOnly)
Synchronously performs the search specified by the parameters. |
LDAPSearchResults |
search(java.lang.String base,
int scope,
java.lang.String filter,
java.lang.String[] attrs,
boolean typesOnly,
LDAPSearchConstraints cons)
Synchronously performs the search specified by the parameters, using the specified search constraints. |
LDAPSearchQueue |
search(java.lang.String base,
int scope,
java.lang.String filter,
java.lang.String[] attrs,
boolean typesOnly,
LDAPSearchQueue queue)
Asynchronously performs the search specified by the parameters. |
LDAPSearchQueue |
search(java.lang.String base,
int scope,
java.lang.String filter,
java.lang.String[] attrs,
boolean typesOnly,
LDAPSearchQueue queue,
LDAPSearchConstraints cons)
Asynchronously performs the search specified by the parameters, also allowing specification of constraints for the search. |
void |
setConstraints(LDAPConstraints cons)
Sets the constraints that apply to all operations performed through this connection. |
static void |
setSocketFactory(LDAPSocketFactory factory)
Establishes the default LDAPSocketFactory used when LDAPConnection objects are constructed. |
void |
startTLS()
Starts Transport Layer Security (TLS) protocol on this connection to enable session privacy. |
void |
stopTLS()
Stops Transport Layer Security (TLS) protocol on this connection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private LDAPConnection conn
private java.util.Hashtable listenerQueues
public static final int SCOPE_BASE
public static final int SCOPE_ONE
public static final int SCOPE_SUB
public static final int SCOPE_SUBORDINATESUBTREE
public static final java.lang.String NO_ATTRS
public static final java.lang.String ALL_USER_ATTRS
public static final int DEFAULT_PORT
public static final java.lang.String LDAP_PROPERTY_SDK
public static final java.lang.String LDAP_PROPERTY_PROTOCOL
public static final java.lang.String LDAP_PROPERTY_SECURITY
Constructor Detail |
---|
public LDAPConnection()
LDAPConnection(LDAPConnection conn)
public LDAPConnection(LDAPSocketFactory factory)
Method Detail |
---|
LDAPConnection getWrappedObject()
private static LDAPSocketFactory getSocketImpl(LDAPSocketFactory f)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
protected void finalize() throws LDAPException
finalize
in class java.lang.Object
LDAPException
public int getProtocolVersion()
public java.lang.String getAuthenticationDN()
public java.lang.String getAuthenticationMethod()
public java.util.Map getSaslBindProperties()
public java.lang.Object getSaslBindCallbackHandler()
public LDAPConstraints getConstraints()
public java.lang.String getHost()
public int getPort()
public java.lang.Object getProperty(java.lang.String name)
public LDAPSearchConstraints getSearchConstraints()
public LDAPSocketFactory getSocketFactory()
public boolean isBound()
public boolean isConnected()
public boolean isTLS()
public void setConstraints(LDAPConstraints cons)
public static void setSocketFactory(LDAPSocketFactory factory)
public void addUnsolicitedNotificationListener(LDAPUnsolicitedNotificationListener listen)
public void removeUnsolicitedNotificationListener(LDAPUnsolicitedNotificationListener queue)
public void startTLS() throws LDAPException
LDAPException
public void stopTLS() throws LDAPException
LDAPException
public void abandon(LDAPSearchResults results) throws LDAPException
LDAPException
public void abandon(LDAPSearchResults results, LDAPConstraints cons) throws LDAPException
LDAPException
public void abandon(int id) throws LDAPException
LDAPException
public void abandon(int id, LDAPConstraints cons) throws LDAPException
LDAPException
public void abandon(LDAPMessageQueue queue) throws LDAPException
LDAPException
public void abandon(LDAPMessageQueue queue, LDAPConstraints cons) throws LDAPException
LDAPException
public void add(LDAPEntry entry) throws LDAPException
LDAPException
public void add(LDAPEntry entry, LDAPConstraints cons) throws LDAPException
LDAPException
public LDAPResponseQueue add(LDAPEntry entry, LDAPResponseQueue queue) throws LDAPException
LDAPException
public LDAPResponseQueue add(LDAPEntry entry, LDAPResponseQueue queue, LDAPConstraints cons) throws LDAPException
LDAPException
public void bind(int version, java.lang.String dn, byte[] passwd) throws LDAPException
LDAPException
public void bind(int version, java.lang.String dn, byte[] passwd, LDAPConstraints cons) throws LDAPException
LDAPException
public LDAPResponseQueue bind(int version, java.lang.String dn, byte[] passwd, LDAPResponseQueue queue) throws LDAPException
LDAPException
public LDAPResponseQueue bind(int version, java.lang.String dn, byte[] passwd, LDAPResponseQueue queue, LDAPConstraints cons) throws LDAPException
LDAPException
public void bind(java.lang.String dn, java.lang.String authzid, java.util.Map props, java.lang.Object cbh) throws LDAPException
LDAPException
public void bind(java.lang.String dn, java.lang.String authzid, java.util.Map props, java.lang.Object cbh, LDAPConstraints cons) throws LDAPException
LDAPException
public void bind(java.lang.String dn, java.lang.String authzid, java.lang.String[] mechanisms, java.util.Map props, java.lang.Object cbh) throws LDAPException
LDAPException
public void bind(java.lang.String dn, java.lang.String authzid, java.lang.String[] mechanisms, java.util.Map props, java.lang.Object cbh, LDAPConstraints cons) throws LDAPException
LDAPException
public boolean compare(java.lang.String dn, LDAPAttribute attr) throws LDAPException
LDAPException
public boolean compare(java.lang.String dn, LDAPAttribute attr, LDAPConstraints cons) throws LDAPException
LDAPException
public LDAPResponseQueue compare(java.lang.String dn, LDAPAttribute attr, LDAPResponseQueue queue) throws LDAPException
LDAPException
public LDAPResponseQueue compare(java.lang.String dn, LDAPAttribute attr, LDAPResponseQueue queue, LDAPConstraints cons) throws LDAPException
LDAPException
public void connect(java.lang.String host, int port) throws LDAPException
LDAPException
public void delete(java.lang.String dn) throws LDAPException
LDAPException
public void delete(java.lang.String dn, LDAPConstraints cons) throws LDAPException
LDAPException
public LDAPResponseQueue delete(java.lang.String dn, LDAPResponseQueue queue) throws LDAPException
LDAPException
public LDAPResponseQueue delete(java.lang.String dn, LDAPResponseQueue queue, LDAPConstraints cons) throws LDAPException
LDAPException
public void disconnect() throws LDAPException
LDAPException
public void disconnect(LDAPConstraints cons) throws LDAPException
LDAPException
public LDAPExtendedResponse extendedOperation(LDAPExtendedOperation op) throws LDAPException
LDAPException
public LDAPExtendedResponse extendedOperation(LDAPExtendedOperation op, LDAPSearchConstraints cons) throws LDAPException
LDAPException
public LDAPResponseQueue extendedOperation(LDAPExtendedOperation op, LDAPResponseQueue queue) throws LDAPException
LDAPException
public LDAPResponseQueue extendedOperation(LDAPExtendedOperation op, LDAPSearchConstraints cons, LDAPResponseQueue queue) throws LDAPException
LDAPException
public LDAPControl[] getResponseControls()
public void modify(java.lang.String dn, LDAPModification mod) throws LDAPException
LDAPException
public void modify(java.lang.String dn, LDAPModification mod, LDAPConstraints cons) throws LDAPException
LDAPException
public void modify(java.lang.String dn, LDAPModification[] mods) throws LDAPException
LDAPException
public void modify(java.lang.String dn, LDAPModification[] mods, LDAPConstraints cons) throws LDAPException
LDAPException
public LDAPResponseQueue modify(java.lang.String dn, LDAPModification mod, LDAPResponseQueue queue) throws LDAPException
LDAPException
public LDAPResponseQueue modify(java.lang.String dn, LDAPModification mod, LDAPResponseQueue queue, LDAPConstraints cons) throws LDAPException
LDAPException
public LDAPResponseQueue modify(java.lang.String dn, LDAPModification[] mods, LDAPResponseQueue queue) throws LDAPException
LDAPException
public LDAPResponseQueue modify(java.lang.String dn, LDAPModification[] mods, LDAPResponseQueue queue, LDAPConstraints cons) throws LDAPException
LDAPException
public LDAPEntry read(java.lang.String dn) throws LDAPException
LDAPException
public LDAPEntry read(java.lang.String dn, LDAPSearchConstraints cons) throws LDAPException
LDAPException
public LDAPEntry read(java.lang.String dn, java.lang.String[] attrs) throws LDAPException
LDAPException
public LDAPEntry read(java.lang.String dn, java.lang.String[] attrs, LDAPSearchConstraints cons) throws LDAPException
LDAPException
public static LDAPEntry read(LDAPUrl toGet) throws LDAPException
LDAPException
public static LDAPEntry read(LDAPUrl toGet, LDAPSearchConstraints cons) throws LDAPException
LDAPException
public void rename(java.lang.String dn, java.lang.String newRdn, boolean deleteOldRdn) throws LDAPException
LDAPException
public void rename(java.lang.String dn, java.lang.String newRdn, boolean deleteOldRdn, LDAPConstraints cons) throws LDAPException
LDAPException
public void rename(java.lang.String dn, java.lang.String newRdn, java.lang.String newParentdn, boolean deleteOldRdn) throws LDAPException
LDAPException
public void rename(java.lang.String dn, java.lang.String newRdn, java.lang.String newParentdn, boolean deleteOldRdn, LDAPConstraints cons) throws LDAPException
LDAPException
public LDAPResponseQueue rename(java.lang.String dn, java.lang.String newRdn, boolean deleteOldRdn, LDAPResponseQueue queue) throws LDAPException
LDAPException
public LDAPResponseQueue rename(java.lang.String dn, java.lang.String newRdn, boolean deleteOldRdn, LDAPResponseQueue queue, LDAPConstraints cons) throws LDAPException
LDAPException
public LDAPResponseQueue rename(java.lang.String dn, java.lang.String newRdn, java.lang.String newParentdn, boolean deleteOldRdn, LDAPResponseQueue queue) throws LDAPException
LDAPException
public LDAPResponseQueue rename(java.lang.String dn, java.lang.String newRdn, java.lang.String newParentdn, boolean deleteOldRdn, LDAPResponseQueue queue, LDAPConstraints cons) throws LDAPException
LDAPException
public LDAPSearchResults search(java.lang.String base, int scope, java.lang.String filter, java.lang.String[] attrs, boolean typesOnly) throws LDAPException
LDAPException
public LDAPSearchResults search(java.lang.String base, int scope, java.lang.String filter, java.lang.String[] attrs, boolean typesOnly, LDAPSearchConstraints cons) throws LDAPException
LDAPException
public LDAPSearchQueue search(java.lang.String base, int scope, java.lang.String filter, java.lang.String[] attrs, boolean typesOnly, LDAPSearchQueue queue) throws LDAPException
LDAPException
public LDAPSearchQueue search(java.lang.String base, int scope, java.lang.String filter, java.lang.String[] attrs, boolean typesOnly, LDAPSearchQueue queue, LDAPSearchConstraints cons) throws LDAPException
LDAPException
public static LDAPSearchResults search(LDAPUrl toGet) throws LDAPException
LDAPException
public static LDAPSearchResults search(LDAPUrl toGet, LDAPSearchConstraints cons) throws LDAPException
LDAPException
public LDAPSchema fetchSchema(java.lang.String schemaDN) throws LDAPException
LDAPException
public java.lang.String getSchemaDN() throws LDAPException
LDAPException
public java.lang.String getSchemaDN(java.lang.String entryDN) throws LDAPException
LDAPException
|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |