Uses of Interface
org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDao

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

Uses of LdapPrincipalDao in org.apache.jetspeed.security.spi.impl
 

Constructors in org.apache.jetspeed.security.spi.impl with parameters of type LdapPrincipalDao
LdapGroupSecurityHandler(LdapPrincipalDao ldap)
           
LdapRoleSecurityHandler(LdapPrincipalDao ldap)
           
LdapSecurityMappingHandler(LdapUserPrincipalDao userDao, LdapPrincipalDao groupDao, LdapPrincipalDao roleDao)
           
LdapUserSecurityHandler(LdapPrincipalDao ldap)
           
 

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

Subinterfaces of LdapPrincipalDao in org.apache.jetspeed.security.spi.impl.ldap
 interface LdapUserPrincipalDao
           The ldap user principal DAO.
 

Classes in org.apache.jetspeed.security.spi.impl.ldap that implement LdapPrincipalDao
 class LdapGroupDaoImpl
           DAO for handling group objects.
 class LdapMemberShipDaoImpl
           
 class LdapPrincipalDaoImpl
           
 class LdapRoleDaoImpl
           DAO for handling group objects.
 class LdapUserPrincipalDaoImpl
           
 



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