aboutsummaryrefslogtreecommitdiffstats
path: root/redback-common
Commit message (Expand)AuthorAgeFilesLines
* move LdapConnection to an interfaceOlivier Lamy2013-05-014-6/+56
* rename to default to have an interfaceOlivier Lamy2013-05-011-0/+276
* rename to default to have an interfaceOlivier Lamy2013-05-014-290/+14
* ensure we use ssl and ldaps is deprecatedOlivier Lamy2013-05-011-1/+7
* add some debugOlivier Lamy2013-04-271-3/+8
* fix javadocOlivier Lamy2013-03-251-1/+1
* removed non needed commented codeOlivier Lamy2013-03-251-4/+0
* remove non needed methodOlivier Lamy2013-03-252-11/+0
* better loggingOlivier Lamy2013-03-011-4/+4
* fix typoOlivier Lamy2013-02-131-1/+1
* ensure a named bean is usedOlivier Lamy2013-02-021-0/+1
* add javadocOlivier Lamy2013-01-301-0/+2
* add default in memory implementation for testing purposeOlivier Lamy2013-01-302-7/+19
* cleanup interface and add default implementationOlivier Lamy2013-01-302-3/+17
* change signatures to ease uiOlivier Lamy2013-01-302-9/+13
* 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
* honor useDefaultRoleName when searching all roles/groups from ldapOlivier Lamy2013-01-232-0/+12
* if using useDefaultRoleName we must check role really existsOlivier Lamy2013-01-223-14/+14
* do not add group as roleOlivier Lamy2013-01-221-2/+2
* 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
* make start user dn configurableOlivier Lamy2013-01-212-8/+30
* remove non used fieldOlivier Lamy2013-01-181-6/+2
* take care of already existing group so do not failOlivier Lamy2013-01-161-0/+11
* 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-162-32/+129
* reuse context when possibleOlivier Lamy2013-01-153-121/+69
* ldap rbacmanager still 2 issues to fixOlivier Lamy2013-01-152-0/+75
* fix some unit test for Ldap rbacmanager implOlivier Lamy2013-01-152-5/+137
* add ldap rbac managerOlivier Lamy2013-01-154-1/+173
* add method to get directly roles for a userOlivier Lamy2013-01-155-10/+104
* fix default groupdnOlivier Lamy2013-01-081-1/+6
* default groupsdb is basednOlivier Lamy2013-01-081-2/+2
* get ldap mapping if existing from security.propertiesOlivier Lamy2013-01-081-1/+2
* [MRM-1736] map roles to ldap groupsOlivier Lamy2013-01-081-3/+12
* [MRM-1736] map roles to ldap groupsOlivier Lamy2013-01-083-5/+10
* move to correct packageOlivier Lamy2013-01-041-1/+1
* move ldap role mapper to ldap commonOlivier Lamy2013-01-045-6/+902
* move user concerns to a specific packageOlivier Lamy2013-01-035-5/+8
* add a ldap role mapperOlivier Lamy2013-01-031-1/+1
* make initilialze method public for dynamic reloadOlivier Lamy2013-01-031-0/+2
* use indexOf(char)Olivier Lamy2012-12-311-1/+1
* make more sense to have this cookie expire value in daysOlivier Lamy2012-12-191-2/+2
* 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