com.pentaho.security.ldap |
|
Java Source File Name | Type | Comment |
DefaultLdapUserRoleListService.java | Class | |
FixedDefaultLdapAuthoritiesPopulator.java | Class | Slightly modified version of DefaultLdapAuthoritiesPopulator
that correctly consults the searchSubtree property before
executing the query. |
LdapUserDetailsService.java | Class | A UserDetailsService implementation that can communicate with
an LDAP repository. |
NoOpLdapAuthoritiesPopulator.java | Class | For use when authorities are stored in the user object (e.g.
objectClass=Person ) and therefore retrieved by an
LdapEntryMapper instance. |
RolePreprocessingMapper.java | Class | Extension of LdapUserDetailsMapper which extracts the value of
the component named tokenName within any attribute in
roleAttributes . |
UnionizingLdapAuthoritiesPopulator.java | Class | Delegates to populators and unions the results. |