aboutsummaryrefslogtreecommitdiffstats
path: root/redback-rbac
Commit message (Expand)AuthorAgeFilesLines
...
* module not neededOlivier Lamy2013-01-043-238/+0
* move ldap role mapper to ldap commonOlivier Lamy2013-01-044-803/+1
* add structure for redback-authorization-ldap new moduleOlivier Lamy2013-01-043-477/+2
* no need to use toString on a StringOlivier Lamy2013-01-032-5/+5
* caches not neededOlivier Lamy2013-01-031-87/+0
* remove commented codeOlivier Lamy2013-01-031-18/+0
* improve performance to retrieve all groups of a userOlivier Lamy2013-01-032-17/+24
* cleanup testOlivier Lamy2013-01-031-21/+0
* baseDn can be different from groups dnOlivier Lamy2013-01-034-81/+195
* cosmetic formatting changesOlivier Lamy2013-01-032-34/+32
* improve unit testsOlivier Lamy2013-01-031-24/+68
* fix units tetsOlivier Lamy2013-01-033-7/+249
* add a ldap role mapperOlivier Lamy2013-01-038-1/+1235
* this return a String so no need to do toString on ObjectOlivier Lamy2013-01-032-12/+12
* no need of synchronized block hereOlivier Lamy2013-01-031-18/+16
* remove not anymore needed castOlivier Lamy2013-01-031-2/+2
* remove not anymore needed castOlivier Lamy2013-01-031-9/+7
* fix bean namingOlivier Lamy2013-01-0220-26/+27
* do not use printStackTraceOlivier Lamy2012-12-311-2/+0
* log time to initOlivier Lamy2012-12-181-8/+15
* UserManagerException is now a checked ExceptionOlivier Lamy2012-12-102-10/+18
* add access to listenersOlivier Lamy2012-12-081-0/+5
* userConfiguration#default bean must be know declared tru an alias to avoid du...Olivier Lamy2012-12-061-4/+4
* use a more classic name for this bean userConfiguration#defaultOlivier Lamy2012-12-065-5/+5
* rid of plexus utils usageOlivier Lamy2012-12-047-8/+22
* use last modello 1.6 for redback-rbac-role-manager to be use 1.5Olivier Lamy2012-11-297-78/+76
* move modello-maven-plugin version to pluginManagement in top pomOlivier Lamy2012-11-282-2/+0
* rename UserConfiguration to DefaultUserConfiguration to be able to extract an...Olivier Lamy2012-11-275-5/+5
* remove this ugly Object getPrincipalOlivier Lamy2012-11-221-2/+2
* remove some system.outOlivier Lamy2012-11-213-4/+16
* simplify codeOlivier Lamy2012-10-151-15/+11
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2012-09-269-9/+9
* [maven-release-plugin] prepare release redback-2.0Olivier Lamy2012-09-269-9/+9
* remove dependency to jcl-over-slf4jOlivier Lamy2012-09-081-5/+0
* relax assert equals to a range checkskygo2012-09-041-10/+3
* change scope for constants in unit testskygo2012-09-044-6/+6
* refactoring of redback-rbac testsskygo2012-09-044-131/+76
* continue to check for jdk7 unit testskygo2012-09-034-63/+73
* some fix for rbac provider test and jdk 7 skygo2012-09-021-17/+20
* use synchronized block only when data are not in the cacheOlivier Lamy2012-08-151-2/+3
* better genericOlivier Lamy2012-08-151-7/+6
* add genericOlivier Lamy2012-08-151-2/+2
* [REDBACK-298] Concurrent modification to roles in Redback can cause incorrectBrett Porter2012-08-101-3/+3
* remove $Id$Olivier Lamy2012-08-0913-13/+12
* StringBuilder rather than StringBufferOlivier Lamy2012-08-087-7/+7
* no more of stax we are 1.6 requiredOlivier Lamy2012-08-071-17/+0
* no need of all of those stax api lib as we are now 1.6 requiredOlivier Lamy2012-08-071-27/+0
* [MRM-1651] Add OSGi support to redback-authorization-rbacJean-Baptiste Onofre2012-07-311-1/+15
* [MRM-1651] Add OSGi support to redback-rbac-role-managerJean-Baptiste Onofre2012-07-311-1/+11
* [MRM-1561] Add OSGi support to redback-rbac-cachedJean-Baptiste Onofre2012-07-311-0/+15