DAO for handling group objects.
72737475767778
* @throws SecurityException A {@link SecurityException}. */ public LdapSecurityMappingHandler() throws SecurityException, NamingException { this.userDao = new LdapUserPrincipalDaoImpl(); this.groupDao = new LdapGroupDaoImpl(); }