| EidDerivedEmailAddressHandler |
Mixin interface for objects capable of calculating a user EID
from an email address.
|
| EidValidator |
|
| InvalidEmailAddressException |
|
| LdapAttributeMapper |
Implementations handle mappings between logical and physical
directory attribute names and between directory entries and
Sakai domain and framework objects.
|
| LdapConnectionManagerConfig |
Bean interface for collecting LdapConnectionManager configuration.
|
| LdapEntryMapper |
Similar to org.springframework.jdbc.core.RowMapper, but
for LDAPSearchResults rather than ResultSets.
|
| LdapUserData |
|
| 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.
|
| UserTypeMapper |
Represents a pluggable strategy for calculating a Sakai user
type given a user's directory entry
|