Uses of Interface
org.sakaiproject.unboundid.LdapAttributeMapper
-
-
Uses of LdapAttributeMapper in org.sakaiproject.unboundid
Classes in org.sakaiproject.unboundid that implement LdapAttributeMapper Modifier and Type Class Description classEmailAddressDerivingLdapAttributeMapperclassMultipleEmailLdapAttributeMapperAdds support for finding users by email address where users may have email addresses stored across multiple LDAP attributes.classSimpleLdapAttributeMapperImplements LDAP attribute mappings and filter generations using an attribute map keyed by constants inAttributeMappingConstants.Methods in org.sakaiproject.unboundid that return LdapAttributeMapper Modifier and Type Method Description LdapAttributeMapperUnboundidDirectoryProvider. getLdapAttributeMapper()Access the currently assignedLdapAttributeMapperdelegate.protected LdapAttributeMapperUnboundidDirectoryProvider. newDefaultLdapAttributeMapper()Factory method for defaultLdapAttributeMapperinstances.Methods in org.sakaiproject.unboundid with parameters of type LdapAttributeMapper Modifier and Type Method Description protected com.unboundid.ldap.sdk.migrate.ldapjdk.LDAPAttributeEntryAttributeToUserTypeMapper. getUserTypeAttribute(com.unboundid.ldap.sdk.migrate.ldapjdk.LDAPEntry ldapEntry, LdapAttributeMapper mapper)Extracts theLDAPAttributewhich represents theLDAPEntry's group membership.StringEntryAttributeToUserTypeMapper. mapLdapEntryToSakaiUserType(com.unboundid.ldap.sdk.migrate.ldapjdk.LDAPEntry ldapEntry, LdapAttributeMapper mapper)Maps the attribute values associated with the specifiedLDAPEntryto a Sakai user type.StringEntryContainerRdnToUserTypeMapper. mapLdapEntryToSakaiUserType(com.unboundid.ldap.sdk.migrate.ldapjdk.LDAPEntry ldapEntry, LdapAttributeMapper mapper)Returns the user type associated with a matching RDN encountered when iterating through the specifiedLDAPEntry's containingDN'sRDNs.StringStringUserTypeMapper. mapLdapEntryToSakaiUserType(com.unboundid.ldap.sdk.migrate.ldapjdk.LDAPEntry ldapEntry, LdapAttributeMapper mapper)Always returns the value set byStringUserTypeMapper.setUserType(String).StringUserTypeMapper. mapLdapEntryToSakaiUserType(com.unboundid.ldap.sdk.migrate.ldapjdk.LDAPEntry ldapEntry, LdapAttributeMapper mapper)Calculate a Sakai user type given aLDAPEntryand aLdapAttributeMapper.voidUnboundidDirectoryProvider. setLdapAttributeMapper(LdapAttributeMapper ldapAttributeMapper)Assign theLdapAttributeMapperdelegate.
-