aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix compilationOlivier Lamy2013-01-291-2/+7
* add @sinceOlivier Lamy2013-01-281-0/+1
* add classesOlivier Lamy2013-01-282-0/+145
* extract to a component to ease override with ArchivaOlivier Lamy2013-01-282-66/+13
* spring 3.2.1Olivier Lamy2013-01-251-1/+1
* remove duplicate codeOlivier Lamy2013-01-231-22/+26
* honor useDefaultRoleName when searching all roles/groups from ldapOlivier Lamy2013-01-233-0/+31
* add more caching for ldap rolesOlivier Lamy2013-01-231-1/+3
* add some caching for userAssignement in LdapRbacManagerOlivier Lamy2013-01-232-11/+27
* clear cache when erase is calledOlivier Lamy2013-01-231-0/+1
* if using useDefaultRoleName we must check role really existsOlivier Lamy2013-01-224-19/+36
* do not add group as roleOlivier Lamy2013-01-221-2/+2
* bad idea :-(Olivier Lamy2013-01-222-2/+2
* guest role is Guest: ldap is case sensitive !Olivier Lamy2013-01-222-1/+3
* ensure using default role names when configuredOlivier Lamy2013-01-211-3/+9
* fix user dn when adding user to a groupOlivier Lamy2013-01-211-4/+4
* fix user dn when adding user to a groupOlivier Lamy2013-01-211-2/+2
* use warn rather than debug to show more informations in logOlivier Lamy2013-01-212-2/+2
* LdapUserManagr can be not readOnly depending on configurationOlivier Lamy2013-01-211-1/+2
* prevent NPEOlivier Lamy2013-01-211-6/+15
* make start user dn configurableOlivier Lamy2013-01-214-12/+36
* implements those methods with ldap callOlivier Lamy2013-01-211-8/+32
* use cache for ldap rolesOlivier Lamy2013-01-192-3/+40
* use faster method to check existence of a roleOlivier Lamy2013-01-181-2/+1
* remove non used fieldOlivier Lamy2013-01-182-6/+5
* last ehcache 2.5.7Olivier Lamy2013-01-181-1/+1
* osgi my loveOlivier Lamy2013-01-181-0/+1
* add timing hereOlivier Lamy2013-01-181-0/+8
* optimize a bit to not ask roles in the loopOlivier Lamy2013-01-181-8/+35
* take care of already existing group so do not failOlivier Lamy2013-01-161-0/+11
* tomcat 7.0.35Olivier Lamy2013-01-161-1/+1
* typoOlivier Lamy2013-01-161-1/+1
* add unit test for hasRoleOlivier Lamy2013-01-161-0/+15
* catch NameNotFoundException to return false as we check a group existenceOlivier Lamy2013-01-161-0/+6
* map a ldap group to n rolesOlivier Lamy2013-01-164-45/+153
* more detail in exceptionOlivier Lamy2013-01-151-2/+2
* remove non needed castOlivier Lamy2013-01-151-1/+1
* reuse context when possibleOlivier Lamy2013-01-154-160/+257
* methods already defined in parentOlivier Lamy2013-01-153-14/+13
* prevent stackoverflow with archivaOlivier Lamy2013-01-151-1/+1
* fix compilationOlivier Lamy2013-01-151-0/+5
* move initialize method to the interfaceOlivier Lamy2013-01-151-0/+5
* use getUsername rather than getPrincipalOlivier Lamy2013-01-158-36/+34
* use userManager#configurable rather than userManager#cachedOlivier Lamy2013-01-152-2/+2
* use a rbacManager#default rather than hardcoded impl to ease alias usageOlivier Lamy2013-01-1511-9/+13
* svn:ignoreOlivier Lamy2013-01-150-0/+0
* remove empty directoriesOlivier Lamy2013-01-150-0/+0
* remove redback-authorization-ldap moduleOlivier Lamy2013-01-154-416/+1
* we use now dynamic rbac managerOlivier Lamy2013-01-151-1/+1
* fix compilation issuesOlivier Lamy2013-01-153-24/+59