InfoCenter Home > 4.4.2.2: Customizing the base user profile supportThe application developer has a few options for customizing the user profile support provided by IBM WebSphere Application Server. The Related information provides instructions and additional details about each option. Extend the data represented in user profilesAs discussed in section 4.4.2.1, the base implementation allows Web applications to maintain several pieces of data about users. The data representation can be extended to allow the collection of arbitrary name/value pairs. Adding columns to the base user profile implementationApplication developers can customize user profiles by adding columns to the base user profile implementation. Adding new columns is accomplished by implementing the interface: com.ibm.websphere.userprofile.UserProfileExtender and extending the base class: com.ibm.servlet.personalization.userprofile.UserProfile |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|