Uses of Class
org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig

Packages that use LdapBindingConfig
org.apache.jetspeed.security.spi.impl.ldap   
 

Uses of LdapBindingConfig in org.apache.jetspeed.security.spi.impl.ldap
 

Fields in org.apache.jetspeed.security.spi.impl.ldap declared as LdapBindingConfig
private  LdapBindingConfig AbstractLdapDao.ldapBindingConfig
          The ldap binding configuration.
 

Methods in org.apache.jetspeed.security.spi.impl.ldap with parameters of type LdapBindingConfig
static LdapContext LdapContextProxy.createProxy(LdapBindingConfig config)
           
 

Constructors in org.apache.jetspeed.security.spi.impl.ldap with parameters of type LdapBindingConfig
AbstractLdapDao(LdapBindingConfig ldapConfig)
           Initializes the dao.
InitLdapSchema(LdapBindingConfig ldapConfig)
           Initializes the LDAP schema.
LdapContextProxy(LdapBindingConfig ldapBindingConfig)
           
LdapGroupDaoImpl(LdapBindingConfig ldapConfig)
           Initializes the dao.
LdapMemberShipDaoImpl(LdapBindingConfig config)
           
LdapPrincipalDaoImpl(LdapBindingConfig ldapConfig)
           Initializes the dao.
LdapRoleDaoImpl(LdapBindingConfig ldapConfig)
           Initializes the dao.
LdapUserCredentialDaoImpl(LdapBindingConfig ldapConfig)
           Initializes the dao.
LdapUserPrincipalDaoImpl(LdapBindingConfig ldapConfig)
           Initializes the dao.
 



Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.