| AttributeMappingConstants |
A container for LDAP attribute mapping constants.
|
| EmailAddressDerivingLdapAttributeMapper |
|
| EmptyStringUserTypeMapper |
|
| EntryAttributeToUserTypeMapper |
Maps from a user entry's attribute to a Sakai user type.
|
| EntryContainerRdnToUserTypeMapper |
Maps from a user entry's container's most-local RDN to a Sakai user type.
|
| LdapUserData |
|
| MultipleEmailLdapAttributeMapper |
Adds support for finding users by email address where users may
have email addresses stored across multiple LDAP attributes.
|
| RegexpBlacklistEidValidator |
Implements User EID "validation" by checking
for matches in a configurable blacklist, entries in which
are treated as regular expressions.
|
| SimpleLdapAttributeMapper |
Implements LDAP attribute mappings and filter generations using
an attribute map keyed by constants in
AttributeMappingConstants.
|
| StringUserTypeMapper |
Very simple UserTypeMapper which generates the same
String value for any users.
|
| UnboundidDirectoryProvider |
An implementation of a Sakai UserDirectoryProvider that authenticates/retrieves
users from a LDAP directory.
|
| UserAttributeRoleProvider |
This just uses attributes set on the user by the LDAP provider to determine role
membership.
|