UsersShareEmailUDP is an optional interface for a UserDirectoryProvider to indicate that they support user records that might share the same email address.
findUsersByEmail(String email, UserFactory factory) Find all user objects which have this email address.
Parameters: email - The email address string. Parameters: factory - Use this factory's newUser() method to create all the UserEdit objects you populate and return in the return collection.
Find all user objects which have this email address.
Parameters: email - The email address string. Parameters: factory - Use this factory's newUser() method to create all the UserEdit objects you populate and return in the return collection. Collection (UserEdit) of user objects that have this email address, or an empty Collection if there are none.