Uses of Interface
org.sakaiproject.unboundid.UserTypeMapper
-
-
Uses of UserTypeMapper in org.sakaiproject.unboundid
Classes in org.sakaiproject.unboundid that implement UserTypeMapper Modifier and Type Class Description classEmptyStringUserTypeMapperEssentially a null impl, which always returns an empty String fromStringUserTypeMapper.mapLdapEntryToSakaiUserType(LDAPEntry, LdapAttributeMapper).classEntryAttributeToUserTypeMapperMaps from a user entry's attribute to a Sakai user type.classEntryContainerRdnToUserTypeMapperMaps from a user entry's container's most-local RDN to a Sakai user type.classStringUserTypeMapperVery simpleUserTypeMapperwhich generates the sameStringvalue for any users.Methods in org.sakaiproject.unboundid that return UserTypeMapper Modifier and Type Method Description UserTypeMapperSimpleLdapAttributeMapper. getUserTypeMapper()Access the strategy for calculating the Sakai user type given aLDAPEntryMethods in org.sakaiproject.unboundid with parameters of type UserTypeMapper Modifier and Type Method Description voidSimpleLdapAttributeMapper. setUserTypeMapper(UserTypeMapper userTypeMapper)Assign the strategy for calculating the Sakai user type given aLDAPEntry
-