| Commit message (Expand) | Author | Age | Files | Lines |
* | upgrade ehcache version | Olivier Lamy | 2013-11-22 | 2 | -2/+2 |
* | fix unit test | Olivier Lamy | 2013-11-08 | 1 | -0/+1 |
* | fix Sonar violation | Brett Porter | 2013-06-26 | 1 | -3/+3 |
* | [maven-release-plugin] prepare for next development iteration | Olivier Lamy | 2013-05-06 | 9 | -9/+9 |
* | [maven-release-plugin] prepare release redback-2.1 | Olivier Lamy | 2013-05-06 | 9 | -9/+9 |
* | use staged released versions | Olivier Lamy | 2013-05-06 | 1 | -1/+0 |
* | move LdapConnection to an interface | Olivier Lamy | 2013-05-01 | 1 | -23/+23 |
* | rename to default to have an interface | Olivier Lamy | 2013-05-01 | 1 | -17/+15 |
* | fix logging | Olivier Lamy | 2013-04-24 | 1 | -1/+2 |
* | prevent issues when changing role manager implementation | Olivier Lamy | 2013-04-24 | 1 | -2/+12 |
* | correctly re initialize model | Olivier Lamy | 2013-02-21 | 1 | -0/+1 |
* | fix initialise call once application has already been started | Olivier Lamy | 2013-02-21 | 2 | -0/+7 |
* | cached rbac manager is not a final implementation | Olivier Lamy | 2013-02-21 | 1 | -1/+1 |
* | initialize method in interface | Olivier Lamy | 2013-02-20 | 2 | -2/+6 |
* | add isReadOnly for RbacManager | Olivier Lamy | 2013-02-18 | 5 | -0/+26 |
* | [MRM-1747] really use last modello snapshot | Olivier Lamy | 2013-02-18 | 1 | -1/+0 |
* | add some informations for ui dynamic choose for rbacmanager implementations | Olivier Lamy | 2013-02-18 | 6 | -6/+74 |
* | [MRM-1747] upgrade to last modello. | Olivier Lamy | 2013-02-16 | 5 | -23/+71 |
* | prevent possible ConcurrentModificationException | Olivier Lamy | 2013-02-06 | 1 | -2/+7 |
* | fix compilation | Olivier Lamy | 2013-01-29 | 1 | -2/+7 |
* | remove duplicate code | Olivier Lamy | 2013-01-23 | 1 | -22/+26 |
* | honor useDefaultRoleName when searching all roles/groups from ldap | Olivier Lamy | 2013-01-23 | 1 | -0/+19 |
* | add more caching for ldap roles | Olivier Lamy | 2013-01-23 | 1 | -1/+3 |
* | add some caching for userAssignement in LdapRbacManager | Olivier Lamy | 2013-01-23 | 2 | -11/+27 |
* | clear cache when erase is called | Olivier Lamy | 2013-01-23 | 1 | -0/+1 |
* | if using useDefaultRoleName we must check role really exists | Olivier Lamy | 2013-01-22 | 1 | -5/+22 |
* | make start user dn configurable | Olivier Lamy | 2013-01-21 | 1 | -3/+3 |
* | implements those methods with ldap call | Olivier Lamy | 2013-01-21 | 1 | -8/+32 |
* | use cache for ldap roles | Olivier Lamy | 2013-01-19 | 2 | -3/+40 |
* | use faster method to check existence of a role | Olivier Lamy | 2013-01-18 | 1 | -2/+1 |
* | remove non used field | Olivier Lamy | 2013-01-18 | 1 | -0/+3 |
* | optimize a bit to not ask roles in the loop | Olivier Lamy | 2013-01-18 | 1 | -8/+35 |
* | map a ldap group to n roles | Olivier Lamy | 2013-01-16 | 1 | -13/+22 |
* | more detail in exception | Olivier Lamy | 2013-01-15 | 1 | -2/+2 |
* | remove non needed cast | Olivier Lamy | 2013-01-15 | 1 | -1/+1 |
* | reuse context when possible | Olivier Lamy | 2013-01-15 | 1 | -39/+188 |
* | methods already defined in parent | Olivier Lamy | 2013-01-15 | 3 | -14/+13 |
* | prevent stackoverflow with archiva | Olivier Lamy | 2013-01-15 | 1 | -1/+1 |
* | fix compilation | Olivier Lamy | 2013-01-15 | 1 | -0/+5 |
* | move initialize method to the interface | Olivier Lamy | 2013-01-15 | 1 | -0/+5 |
* | use a rbacManager#default rather than hardcoded impl to ease alias usage | Olivier Lamy | 2013-01-15 | 6 | -4/+8 |
* | fix compilation issues | Olivier Lamy | 2013-01-15 | 3 | -24/+59 |
* | ldap rbacmanager pass tck | Olivier Lamy | 2013-01-15 | 4 | -7/+13 |
* | ldap rbacmanager still 2 issues to fix | Olivier Lamy | 2013-01-15 | 3 | -68/+168 |
* | fix more unit tests | Olivier Lamy | 2013-01-15 | 2 | -4/+25 |
* | fix more unit tests | Olivier Lamy | 2013-01-15 | 4 | -15/+53 |
* | fix some unit test for Ldap rbacmanager impl | Olivier Lamy | 2013-01-15 | 8 | -49/+393 |
* | add ldap rbac manager | Olivier Lamy | 2013-01-15 | 7 | -1/+1247 |
* | add method to get directly roles for a user | Olivier Lamy | 2013-01-15 | 1 | -0/+1 |
* | [MRM-1736] map roles to ldap groups | Olivier Lamy | 2013-01-08 | 1 | -1/+1 |