| Commit message (Expand) | Author | Age | Files | Lines |
* | fix typo | Olivier Lamy | 2013-02-13 | 1 | -1/+1 |
* | ensure a named bean is used | Olivier Lamy | 2013-02-02 | 1 | -0/+1 |
* | add javadoc | Olivier Lamy | 2013-01-30 | 1 | -0/+2 |
* | add default in memory implementation for testing purpose | Olivier Lamy | 2013-01-30 | 2 | -7/+19 |
* | cleanup interface and add default implementation | Olivier Lamy | 2013-01-30 | 2 | -3/+17 |
* | change signatures to ease ui | Olivier Lamy | 2013-01-30 | 2 | -9/+13 |
* | add @since | Olivier Lamy | 2013-01-28 | 1 | -0/+1 |
* | add classes | Olivier Lamy | 2013-01-28 | 2 | -0/+145 |
* | extract to a component to ease override with Archiva | Olivier Lamy | 2013-01-28 | 2 | -66/+13 |
* | honor useDefaultRoleName when searching all roles/groups from ldap | Olivier Lamy | 2013-01-23 | 2 | -0/+12 |
* | if using useDefaultRoleName we must check role really exists | Olivier Lamy | 2013-01-22 | 3 | -14/+14 |
* | do not add group as role | Olivier Lamy | 2013-01-22 | 1 | -2/+2 |
* | ensure using default role names when configured | Olivier Lamy | 2013-01-21 | 1 | -3/+9 |
* | fix user dn when adding user to a group | Olivier Lamy | 2013-01-21 | 1 | -4/+4 |
* | fix user dn when adding user to a group | Olivier Lamy | 2013-01-21 | 1 | -2/+2 |
* | make start user dn configurable | Olivier Lamy | 2013-01-21 | 2 | -8/+30 |
* | remove non used field | Olivier Lamy | 2013-01-18 | 1 | -6/+2 |
* | take care of already existing group so do not fail | Olivier Lamy | 2013-01-16 | 1 | -0/+11 |
* | typo | Olivier Lamy | 2013-01-16 | 1 | -1/+1 |
* | add unit test for hasRole | Olivier Lamy | 2013-01-16 | 1 | -0/+15 |
* | catch NameNotFoundException to return false as we check a group existence | Olivier Lamy | 2013-01-16 | 1 | -0/+6 |
* | map a ldap group to n roles | Olivier Lamy | 2013-01-16 | 2 | -32/+129 |
* | reuse context when possible | Olivier Lamy | 2013-01-15 | 3 | -121/+69 |
* | ldap rbacmanager still 2 issues to fix | Olivier Lamy | 2013-01-15 | 2 | -0/+75 |
* | fix some unit test for Ldap rbacmanager impl | Olivier Lamy | 2013-01-15 | 2 | -5/+137 |
* | add ldap rbac manager | Olivier Lamy | 2013-01-15 | 4 | -1/+173 |
* | add method to get directly roles for a user | Olivier Lamy | 2013-01-15 | 5 | -10/+104 |
* | fix default groupdn | Olivier Lamy | 2013-01-08 | 1 | -1/+6 |
* | default groupsdb is basedn | Olivier Lamy | 2013-01-08 | 1 | -2/+2 |
* | get ldap mapping if existing from security.properties | Olivier Lamy | 2013-01-08 | 1 | -1/+2 |
* | [MRM-1736] map roles to ldap groups | Olivier Lamy | 2013-01-08 | 1 | -3/+12 |
* | [MRM-1736] map roles to ldap groups | Olivier Lamy | 2013-01-08 | 3 | -5/+10 |
* | move to correct package | Olivier Lamy | 2013-01-04 | 1 | -1/+1 |
* | move ldap role mapper to ldap common | Olivier Lamy | 2013-01-04 | 5 | -6/+902 |
* | move user concerns to a specific package | Olivier Lamy | 2013-01-03 | 5 | -5/+8 |
* | add a ldap role mapper | Olivier Lamy | 2013-01-03 | 1 | -1/+1 |
* | make initilialze method public for dynamic reload | Olivier Lamy | 2013-01-03 | 1 | -0/+2 |
* | use indexOf(char) | Olivier Lamy | 2012-12-31 | 1 | -1/+1 |
* | make more sense to have this cookie expire value in days | Olivier Lamy | 2012-12-19 | 1 | -2/+2 |
* | remove password from toString method | Olivier Lamy | 2012-12-13 | 1 | -1/+2 |
* | add a method to be able to test a LdapConnectionConfiguration | Olivier Lamy | 2012-12-13 | 2 | -6/+19 |
* | make initialize method public to be able to re initiliaze ldap configuration | Olivier Lamy | 2012-12-10 | 1 | -1/+2 |
* | oups fix compilation | Olivier Lamy | 2012-12-10 | 1 | -2/+2 |
* | make that more easy to override | Olivier Lamy | 2012-12-10 | 1 | -19/+24 |
* | user now track userManagerImpl id they come from | Olivier Lamy | 2012-12-08 | 1 | -0/+10 |
* | userConfiguration#default bean must be know declared tru an alias to avoid du... | Olivier Lamy | 2012-12-06 | 2 | -2/+4 |
* | use a more classic name for this bean userConfiguration#default | Olivier Lamy | 2012-12-06 | 5 | -5/+5 |
* | moving configuration keys to a constant class | Olivier Lamy | 2012-12-05 | 2 | -7/+7 |
* | use a 'namespace' for user | Olivier Lamy | 2012-12-05 | 1 | -6/+6 |
* | moving configuration keys to a constant class | Olivier Lamy | 2012-12-05 | 2 | -12/+16 |