Uses of Class
com.jalios.ldap.LDAPConfiguration

Packages that use LDAPConfiguration
com.jalios.jcms Contains the core JCMS classes. 
com.jalios.ldap Contains Jalios LDAP utility classes. 
 

Uses of LDAPConfiguration in com.jalios.jcms
 

Fields in com.jalios.jcms declared as LDAPConfiguration
protected  LDAPConfiguration Channel.ldapConf
           
 

Methods in com.jalios.jcms that return LDAPConfiguration
 LDAPConfiguration Channel.getLDAPConfiguration()
          Returns the LDAPConfiguration used by JCMS which you can give to LDAPMapper.LDAPMapper(LDAPConfiguration) to connect to your LDAP server.
 

Uses of LDAPConfiguration in com.jalios.ldap
 

Fields in com.jalios.ldap declared as LDAPConfiguration
protected  LDAPConfiguration LDAPMapper.conf
           
 

Methods in com.jalios.ldap with parameters of type LDAPConfiguration
static boolean LDAPUtil.isGroupEntry(netscape.ldap.LDAPEntry entry, LDAPConfiguration conf)
          Determines if the given LDAPEntry is a group entry according to parameters specified by the given LDAPConfiguration object.
static boolean LDAPUtil.isUserEntry(netscape.ldap.LDAPEntry entry, LDAPConfiguration conf)
          Determines if the given LDAPEntry is a user entry according to parameters specified by the given LDAPConfiguration object.
 

Constructors in com.jalios.ldap with parameters of type LDAPConfiguration
LDAPMapper(LDAPConfiguration conf)
          Creates a new mapper and establish the connection using given LDAPConfiguration.
 



Copyright © 2001-2007 Jalios SA. All Rights Reserved.