| Modifier and Type | Method and Description |
|---|---|
LdapUserData |
JLDAPDirectoryProvider.getUserByAid(String aid,
com.novell.ldap.LDAPConnection conn) |
protected LdapUserData |
JLDAPDirectoryProvider.getUserByEid(String eid,
com.novell.ldap.LDAPConnection conn)
Finds a user record using an
eid as an index. |
protected LdapUserData |
JLDAPDirectoryProvider.mapLdapEntryOntoUserData(com.novell.ldap.LDAPEntry ldapEntry)
Maps attributes from the specified
LDAPEntry onto
a newly instantiated LdapUserData. |
protected LdapUserData |
JLDAPDirectoryProvider.newLdapUserData()
Instantiates a
LdapUserData. |
| Modifier and Type | Method and Description |
|---|---|
protected List<LdapUserData> |
JLDAPDirectoryProvider.searchDirectory(String filter,
com.novell.ldap.LDAPConnection conn,
LdapEntryMapper mapper,
String[] searchResultPhysicalAttributeNames,
String searchBaseDn,
int maxResults)
Execute a directory search using the specified filter
and connection.
|
| Modifier and Type | Method and Description |
|---|---|
String |
LdapAttributeMapper.getUserBindDn(LdapUserData userData)
Determine the DN to which to bind when executing an authentication
attempt for the given user.
|
String |
SimpleLdapAttributeMapper.getUserBindDn(LdapUserData userData) |
protected String |
SimpleLdapAttributeMapper.getUserDataDn(LdapUserData userData) |
protected void |
SimpleLdapAttributeMapper.mapLdapAttributeOntoUserData(com.novell.ldap.LDAPAttribute attribute,
LdapUserData userData,
Collection<String> logicalAttrNames)
Map the given
LDAPAttribute onto the given
LdapUserData. |
protected void |
SimpleLdapAttributeMapper.mapLdapAttributeOntoUserData(com.novell.ldap.LDAPAttribute attribute,
LdapUserData userData,
String logicalAttrName)
A delegate of
SimpleLdapAttributeMapper.mapLdapAttributeOntoUserData(LDAPAttribute, LdapUserData, Collection)
that allows for discrete handling of each logical attribute name associated with
the given LDAPAttribute |
void |
LdapAttributeMapper.mapLdapEntryOntoUserData(com.novell.ldap.LDAPEntry ldapEntry,
LdapUserData userData)
Maps attribites from the specified
LDAPEntry onto
a LdapUserData. |
void |
SimpleLdapAttributeMapper.mapLdapEntryOntoUserData(com.novell.ldap.LDAPEntry ldapEntry,
LdapUserData userData)
Performs
LDAPEntry-to- attribute
mappings. |
void |
EmailAddressDerivingLdapAttributeMapper.mapLdapEntryOntoUserData(com.novell.ldap.LDAPEntry ldapEntry,
LdapUserData userData) |
void |
LdapAttributeMapper.mapUserDataOntoUserEdit(LdapUserData userData,
UserEdit userEdit)
Maps attribites from the specified
LdapUserData onto
a UserEdit. |
void |
SimpleLdapAttributeMapper.mapUserDataOntoUserEdit(LdapUserData userData,
UserEdit userEdit)
Straightforward
LdapUserData to
UserEdit field-to-field mapping, including
properties. |
void |
SimpleLdapCandidateAttributeMapper.mapUserDataOntoUserEdit(LdapUserData userData,
UserEdit userEdit)
Straightforward
LdapUserData to
UserEdit field-to-field mapping, including
properties. |
protected void |
JLDAPDirectoryProvider.mapUserDataOntoUserEdit(LdapUserData userData,
UserEdit userEdit)
Maps attribites from the specified
LdapUserData onto
a UserEdit. |
protected void |
SimpleLdapAttributeMapper.setUserDataDn(com.novell.ldap.LDAPEntry entry,
LdapUserData targetUserData) |
protected String |
SimpleLdapAttributeMapper.usePreferredFirstName(LdapUserData userData)
Determines if a user has a preferredFirstName set and if so, returns it for use.
|
Copyright © 2003–2022 Sakai Project. All rights reserved.