Attributes |
Name | Required | Request-time | Description |
profileKey | true | true |
The key (name of a user or group) for the profile to retrieve.
|
profileId | false | false |
The name of a variable which will return the retrieved profile, as a com.bea.p13n.usermgmt.profile.ProfileWrapper.
|
profileType | false | false |
No longer used.
|
successorKey | false | true |
The key name of the profile successor to use.
|
successorId | false | false |
The name of a variable which will return the retrieved successor, as a com.bea.p13n.usermgmt.profile.ProfileWrapper.
|
successorType | false | false |
No longer used.
|
groupOnly | false | false |
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.
|
scope | false | false |
The HTTP scope of the retrieved profile. Valid values are "request" or "session".
Defaults to session.
|
result | false | false |
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.
|