|
| Tag Summary |
| |
| createUser |
Creates a new user.
This tag can be used in conjunction with run-time activities to persist any properties
associated with a current Anonymous User Profile, if specified.
|
| |
| removeUser |
Remove the user corresponding to the provided username.
It can remove any type of extended user that has its profileType set in the database.
|
| |
| getUsernames |
Retrieve usernames matching a search expression.
|
| |
| addGroupToGroup |
Add a group as a child of another group.
Both the parent group and the child group must previously exist for proper tag behavior.
This operation can only be performed by an administrator.
|
| |
| createGroup |
Create a new group, and a corresponding group profile in the personalization database.
This operation can only be performed by an administrator.
|
| |
| removeGroup |
Remove (delete) a group.
This operation can only be performed by an administrator.
|
| |
| removeGroupFromGroup |
Remove a child group from their parent.
Neither group is deleted or removed, and the former child group becomes a top-level group.
This operation can only be performed by an administrator.
|
| |
| getParentGroupNames |
Retrieve names of the parents of a group.
|
| |
| getChildGroupNames |
Retrieve the names of any groups that are children of the given group.
|
| |
| getTopLevelGroups |
Retrieve the names of top-level groups. Top-level groups are those which have no parent group.
|
| |
| addUserToGroup |
Add a user to a group.
Both the specified user and the specified group must exist.
This operation can only be performed by an administrator.
|
| |
| removeUserFromGroup |
Remove a user from a group.
Both the specified user and the specified group must exist.
This operation can only be performed by an administrator.
|
| |
| getGroupNamesForUser |
Retrieve the groups to which a user belongs. Only returns the
immediate groups for the user, not any parents of those groups.
The specified user should exist.
|
| |
| getUsernamesForGroup |
Retrieve usernames matching a search expression that are members of a particular group.
|
| |
| setPassword |
Update the password for the user corresponding to the provided username.
The user must be currently logged in and can only change their own password (unless they are an administrator).
|
Copyright © 2011, Oracle. All rights reserved.