Portal User Management
Tag getProfile


Description

Deprecated. Use 'getProfile' in profile_taglib.jar. Retrieve the profile corresponding to the provided profile key and profile type. Along with the profile key and profile, an explicit successor key and successor type can be specified, as specified by the profileType attribute. This successor will then be used, along with the retrieved profile, in subsequent invocations of the getProperty tag to ensure property inheritance from the successor. If no successor is retrieved, standard ConfigurableEntity successor search patterns will apply to retrieved properties.


Tag Information
Tag Classcom.bea.p13n.usermgmt.servlets.jsp.taglib.GetProfileTag
TagExtraInfo Classcom.bea.p13n.usermgmt.servlets.jsp.taglib.GetProfileExtraInfo
Body Contentempty
Display NameGet Profile

Attributes
NameRequiredRequest-timeDescription
profileKeytruetrue The key (name of a user or group) for the profile to retrieve.
profileIdfalsefalse The name of a variable which will return the retrieved profile, as a com.bea.p13n.usermgmt.profile.ProfileWrapper.
profileTypefalsefalse No longer used.
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.
successorTypefalsefalse No longer used.
groupOnlyfalsefalse Specifies to retrieve 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.
resultfalsefalse The name of a variable that will return the result status of the operation, as an Integer. Possible values: UserManagementTagConstants.GET_PROFILE_OK, UserManagementTagConstants.GET_PROFILE_FAILED, UserManagementTagConstants.NO_SUCH_PROFILE, UserManagementTagConstants.NO_SUCH_SUCCESSOR.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.

Copyright © 2008 BEA Systems, Inc. All Rights Reserved.