Following are the Portal User/Group Management JSP Tags. They are contained in ugm_taglib.jar and profile_taglib.jar.
ugm:addGroupToGroup | Adds a group to a group. |
ugm:addUserToGroup | Adds a user to a group. |
ugm:createGroup | Creates a group. |
ugm:createUser | Creates a user. |
ugm:getChildGroupNames | Gets the names of a group's child groups. |
ugm:getGroupNamesForUser | Gets the names of groups to which a user belongs. |
ugm:getParentGroupName | Gets the name of a group's parent group. |
ugm:getTopLevelGroups | Gets the names of all top-level groups. |
ugm:getUserNames | Gets user names based on a search expression. |
ugm:getUserNamesForGroup | Gets user names within a specific group based on a search expression. |
ugm:login | Evaluates the username and password in the HTTP request to provide authentication and sets the authenticated user as the current WebLogic user. |
ugm:logout | Ends the current user's WebLogic Server session. |
ugm:removeGroup | Deletes a group. |
ugm:removeGroupFromGroup | Removes a group from its parent group. Does not delete the group. |
ugm:removeUser | Deletes a user from the system. |
ugm:removeUserFromGroup | Removes a user from a specified group. Does not delete the user. |
ugm:setPassword | Updates a user's password. |
profile:createProfile | Creates a profile for a user or group. |
profile:getProfile | Gets a specific user or group profile. |
profile:getProperty | Gets the value of a property as an Object. |
profile:getPropertyAsString | Gets the value of a property as a String. |
profile:removeProperty | Removes the specified property from the current session's profile or from the Anonymous User Profile. |
profile:setProperty | Updates a property value for either the session's current profile or for the Anonymous User Profile. |