Uses of Interface
org.jasig.portal.ldap.ILdapServer

Packages that use ILdapServer
org.jasig.portal.ldap   
org.jasig.portal.services.persondir.support   
 

Uses of ILdapServer in org.jasig.portal.ldap
 

Classes in org.jasig.portal.ldap that implement ILdapServer
 class LdapServerImpl
          Default implementation of ILdapServer.
 

Fields in org.jasig.portal.ldap declared as ILdapServer
private static ILdapServer LdapServices.defaultConn
           
 

Methods in org.jasig.portal.ldap that return ILdapServer
static ILdapServer LdapServices.getDefaultLdapServer()
          Get the default ILdapServer.
static ILdapServer LdapServices.getLdapServer(java.lang.String name)
          Get a named ILdapServer.
 

Uses of ILdapServer in org.jasig.portal.services.persondir.support
 

Fields in org.jasig.portal.services.persondir.support declared as ILdapServer
private  ILdapServer LdapPersonAttributeDaoImpl.ldapServer
          The ldap server to use to make the queries against.
 

Methods in org.jasig.portal.services.persondir.support that return ILdapServer
 ILdapServer LdapPersonAttributeDaoImpl.getLdapServer()
           
 

Methods in org.jasig.portal.services.persondir.support with parameters of type ILdapServer
 void LdapPersonAttributeDaoImpl.setLdapServer(ILdapServer ldapServer)