| org.jasig.portal.ldap.ILdapServer
All known Subclasses: org.jasig.portal.ldap.LdapServerImpl,
ILdapServer | public interface ILdapServer (Code) | | The ILdapServer interface defines a set of methods
to be used to create a connection to an LDAP server, release the
connection and get information about the connection.
author: Eric Dalquist edalquist@unicon.net version: $Revision: 35070 $ |
getBaseDN | public String getBaseDN()(Code) | | Gets the base DN used to search the LDAP directory context.
a DN to use as reference point or context for queries |
getUidAttribute | public String getUidAttribute()(Code) | | Gets the uid attribute used to search the LDAP directory context.
a DN to use as reference point or context for queries |
releaseConnection | public void releaseConnection(DirContext conn)(Code) | | Releases an LDAP directory context.
Parameters: conn - an LDAP directory context object |
|
|