OF-1336: Introduce UserPropertyProvider
This commit adds a new feature to Openfire, that allows one to store user properties in an external system. This is quite similar to concepts like UserProvider, AuthProvider, GroupProvider, and so on. The default behavior, moved from the User class to DefaultUserPropertyProvider, continues to use the ofUserProp database table. Provider implementations matching those of other types of providers have been added.
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment