aboutsummaryrefslogtreecommitdiffstats
path: root/redback-rbac
Commit message (Expand)AuthorAgeFilesLines
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2013-05-069-9/+9
* [maven-release-plugin] prepare release redback-2.1Olivier Lamy2013-05-069-9/+9
* use staged released versionsOlivier Lamy2013-05-061-1/+0
* move LdapConnection to an interfaceOlivier Lamy2013-05-011-23/+23
* rename to default to have an interfaceOlivier Lamy2013-05-011-17/+15
* fix loggingOlivier Lamy2013-04-241-1/+2
* prevent issues when changing role manager implementationOlivier Lamy2013-04-241-2/+12
* correctly re initialize modelOlivier Lamy2013-02-211-0/+1
* fix initialise call once application has already been startedOlivier Lamy2013-02-212-0/+7
* cached rbac manager is not a final implementationOlivier Lamy2013-02-211-1/+1
* initialize method in interfaceOlivier Lamy2013-02-202-2/+6
* add isReadOnly for RbacManagerOlivier Lamy2013-02-185-0/+26
* [MRM-1747] really use last modello snapshotOlivier Lamy2013-02-181-1/+0
* add some informations for ui dynamic choose for rbacmanager implementationsOlivier Lamy2013-02-186-6/+74
* [MRM-1747] upgrade to last modello.Olivier Lamy2013-02-165-23/+71
* prevent possible ConcurrentModificationExceptionOlivier Lamy2013-02-061-2/+7
* fix compilationOlivier Lamy2013-01-291-2/+7
* remove duplicate codeOlivier Lamy2013-01-231-22/+26
* honor useDefaultRoleName when searching all roles/groups from ldapOlivier Lamy2013-01-231-0/+19
* 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-221-5/+22
* make start user dn configurableOlivier Lamy2013-01-211-3/+3
* 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-181-0/+3
* optimize a bit to not ask roles in the loopOlivier Lamy2013-01-181-8/+35
* map a ldap group to n rolesOlivier Lamy2013-01-161-13/+22
* more detail in exceptionOlivier Lamy2013-01-151-2/+2
* remove non needed castOlivier Lamy2013-01-151-1/+1
* reuse context when possibleOlivier Lamy2013-01-151-39/+188
* 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 a rbacManager#default rather than hardcoded impl to ease alias usageOlivier Lamy2013-01-156-4/+8
* fix compilation issuesOlivier Lamy2013-01-153-24/+59
* ldap rbacmanager pass tckOlivier Lamy2013-01-154-7/+13
* ldap rbacmanager still 2 issues to fixOlivier Lamy2013-01-153-68/+168
* fix more unit testsOlivier Lamy2013-01-152-4/+25
* fix more unit testsOlivier Lamy2013-01-154-15/+53
* fix some unit test for Ldap rbacmanager implOlivier Lamy2013-01-158-49/+393
* add ldap rbac managerOlivier Lamy2013-01-157-1/+1247
* add method to get directly roles for a userOlivier Lamy2013-01-151-0/+1
* [MRM-1736] map roles to ldap groupsOlivier Lamy2013-01-081-1/+1
* move this module in the correct placeOlivier Lamy2013-01-079-624/+0
* add more genericsOlivier Lamy2013-01-071-5/+5
* add more genericsOlivier Lamy2013-01-072-13/+13