Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14256-06

Portal User and Group Profiles
Tag createProfile


Description

Create a new profile corresponding to the provided profile key. Along with the profile key, an explicit successor key can be specified. This successor will then be used, along with the new profile, in subsequent invocations of the getProperty tag to ensure property inheritance from the successor.


Tag Information
Tag Classcom.bea.p13n.usermgmt.profile.taglib.CreateProfileTag
TagExtraInfo Classcom.bea.p13n.usermgmt.profile.taglib.CreateProfileExtraInfo
Body Contentempty
Display NameCreate Profile

Attributes
NameRequiredRequest-timeDescription
profileKeytruetrue The key (name of a user or group) for the profile to create.
profileIdfalsefalse The name of a variable which will return the retrieved profile, as a com.bea.p13n.usermgmt.profile.ProfileWrapper.
successorKeyfalsetrue The key name of the profile successor to use.
successorIdfalsefalse The name of a variable which will return the retrieved successor, as a com.bea.p13n.usermgmt.profile.ProfileWrapper.
groupOnlyfalsefalse Specifies to create a group profile named by the profileKey, rather than a user profile. No successor will be retrieved when this value is true. Valid values are true or false. Defaults to false.
scopefalsefalse The HTTP scope of the retrieved profile. Valid values are "request" or "session". Defaults to session.
profileTypefalsetrue The type of profile to create. If not specified, a user profile is created (unless the groupOnly attribute is set). Can also specific ProfileManagementTag.MIXED_PROFILE_TYPE (pass a user name for profileKey and application-defined entity name for successorKey) or ProfileManagementTag.CUSTOM_PROFILE_TYPE (pass a application-defined entity name for both profileKey and successorKey).
resultfalsefalse The name of a variable that will return the result status of the operation, as an Integer. Possible values: ProfileManagementTag.CREATE_PROFILE_OK, ProfileManagementTag.CREATE_PROFILE_FAILED.

Variables
No Variables Defined.


Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14256-06

Copyright © 2011, Oracle. All rights reserved.