This chapter provides instructions for portal administrators to edit user profile property values in the Administration Console. Developers can use Workshop for WebLogic to programmatically use JSP tags and controls that create and edit user profiles and default values.
A user profile consists of a username and password, as well as any additional attributes you collect and store about a user. Properties can consist of personal data, work-related data, geographic data, or something else that logically categorizes your users.
For example, you could create a property set in Workshop for WebLogic called human resources that contains properties such as gender, hire date, and email address. This information can be used to personalize the user’s experience in your portal. When users log into a portal, the portal can access the property values and target them with personalized content, e-mails, pre-populated forms, and discounts based on the personalization rules you set up. See the Interaction Management Guide for more information on personalization.
Developers use the following tools to programmatically create user profiles and set default property values:
createProfile
JSP tag in Workshop for WebLogic to create a JSP tag that adds a user profile. Other JSP tags let you retrieve the user profile, and add or edit its properties. See Editing Properties and Values with JSP Tags for more information.createProfile
action in the Profile control in Workshop for WebLogic to add a user profile. Other actions in the User Provider control retrieve the user profile, and add or edit its properties. See Editing Properties and Values with Controls for more information.com.bea.p13n.usermgmt.profile.ProfileFactory
Java class to add a user profile. You can change user properties by calling the ProfileWrapper
object directly. For more information, see the
Javadoc.After you use JSP tag and controls to create user profiles and set default property values, you can edit the values in Workshop for WebLogic or in the Administration Console.
The chapter includes the following section:
This section describes how to use the Administration Console to edit the property values that are part of each user’s profile. You must use the user profile editor in Workshop for WebLogic to create user profile properties and set default values.
User profile properties appear as input fields in the Administration Console when you edit a user profile’s values. WebLogic Portal provides a default user profile property set called CustomerProperties.usr
that contains many common properties.
To modify user profile values in the Administration Console:
null
.