//Ignore
}
};
PropertyEventDispatcher.addListener(propListener);
UserEventListener userListener = new UserEventListener() {
public void userCreated(User user, Map<String, Object> params) {
// Since the user could be created by the provider, add it possible again
userCache.put(user.getUsername(), user);
}