InfoCenter Home >
4: Developing applications >
4.4: Personalizing applications >
4.4.2: Keeping user profiles >
4.4.2.2: Customizing the base user profile support >
4.4.2.2.1: Extending data represented in user profiles

4.4.2.2.1: Extending data represented in user profiles

Use following interface with com.ibm.websphere.userprofile.UserProfileExtender to extend a user profile hash table:

com.ibm.websphere.userprofile.UserProfileProperties

This enables you to place arbitrary name/value pairs in the user profile. Extending the hash table is similar to using the java.util.Dictionary class in the base JDK 1.x or any of the classes that extend it.

Go to previous article: Customizing the base user profile support Go to next article: Adding columns to the base user profile implementation

 

 
Go to previous article: Customizing the base user profile support Go to next article: Adding columns to the base user profile implementation