aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* jackson version is defined in parent pomOlivier Lamy2013-01-031-1/+0
* use a StringBuilderOlivier Lamy2013-01-031-48/+57
* cosmetic formatting changesOlivier Lamy2013-01-032-34/+32
* basic svn:ignore for new moduleOlivier Lamy2013-01-030-0/+0
* remove empty directoryOlivier Lamy2013-01-030-0/+0
* improve unit testsOlivier Lamy2013-01-031-24/+68
* fix units tetsOlivier Lamy2013-01-034-12/+249
* mojo version in pluginMngt in root pomOlivier Lamy2013-01-031-0/+5
* use dynanic ldap port allocationOlivier Lamy2013-01-031-10/+7
* move user concerns to a specific packageOlivier Lamy2013-01-0315-22/+22
* add a ldap role mapperOlivier Lamy2013-01-0310-2/+1242
* snippet for get rest user serviceOlivier Lamy2013-01-031-2/+3
* formattingOlivier Lamy2013-01-031-41/+44
* make initilialze method public for dynamic reloadOlivier Lamy2013-01-031-0/+2
* 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-0226-32/+33
* prefer a static final classOlivier Lamy2012-12-311-1/+1
* use indexOf(char)Olivier Lamy2012-12-311-1/+1
* do not use printStackTraceOlivier Lamy2012-12-311-2/+0
* avoid toString of StringOlivier Lamy2012-12-312-2/+2
* NPE freeOlivier Lamy2012-12-211-1/+1
* isLogged return the userOlivier Lamy2012-12-212-8/+9
* cxf 2.6.4Olivier Lamy2012-12-201-1/+1
* test last version versionOlivier Lamy2012-12-201-3/+3
* non secure per defaultOlivier Lamy2012-12-191-1/+1
* add a secure cookie property for remembermeOlivier Lamy2012-12-193-3/+8
* make more sense to have this cookie expire value in daysOlivier Lamy2012-12-193-6/+6
* spring 3.2.0Olivier Lamy2012-12-191-1/+1
* log time to initOlivier Lamy2012-12-181-8/+15
* for security reasons prevent displaying messages such "Password is Invalid fo...Olivier Lamy2012-12-186-31/+118
* missed to add a classOlivier Lamy2012-12-131-0/+32
* expose intialize method for Authenticator to make it reloadableOlivier Lamy2012-12-136-3/+14
* remove password from toString methodOlivier Lamy2012-12-131-1/+2
* add a method to be able to test a LdapConnectionConfigurationOlivier Lamy2012-12-132-6/+19
* fix javadoc due to https://jira.codehaus.org/browse/ENUNCIATE-723Olivier Lamy2012-12-134-91/+92
* add new constantsOlivier Lamy2012-12-131-0/+10
* revert bad idea sub classes do not need to know parent class implementation d...Olivier Lamy2012-12-131-2/+2
* move this field to protected for sub class access tooOlivier Lamy2012-12-131-1/+1
* make this logger protected for sub classes accessOlivier Lamy2012-12-131-1/+1
* make initialize method publicOlivier Lamy2012-12-111-0/+5
* make initialize method public to be able to re initiliaze ldap configurationOlivier Lamy2012-12-101-1/+2