| Modifier and Type | Class and Description |
|---|---|
class |
EmptyStringUserTypeMapper
Essentially a null impl, which always returns an empty
String from
StringUserTypeMapper.mapLdapEntryToSakaiUserType(LDAPEntry, LdapAttributeMapper). |
class |
EntryAttributeToUserTypeMapper
Maps from a user entry's attribute to a Sakai user type.
|
class |
EntryContainerRdnToUserTypeMapper
Maps from a user entry's container's most-local RDN to a Sakai user type.
|
class |
StringUserTypeMapper
Very simple
UserTypeMapper which generates the same
String value for any users. |
| Modifier and Type | Method and Description |
|---|---|
UserTypeMapper |
SimpleLdapAttributeMapper.getUserTypeMapper()
Access the strategy for calculating the Sakai user type given a
LDAPEntry |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleLdapAttributeMapper.setUserTypeMapper(UserTypeMapper userTypeMapper)
Assign the strategy for calculating the Sakai user type given a
LDAPEntry |
Copyright © 2003–2022 Sakai Project. All rights reserved.