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

Portal User Management


Standard Syntax:
     <%@ taglib prefix="um" uri="http://www.bea.com/servers/p13n/tags/usermanagement" %>

XML Syntax:
     <anyxmlelement xmlns:um="http://www.bea.com/servers/p13n/tags/usermanagement" />

Deprecated. Provides UserManagement functionality. These tags are all deprecated. Use tags in ugm_taglib and profile_taglib instead.

Tag Library Information
Display NamePortal User Management
Version1.0
Short Nameum
URIhttp://www.bea.com/servers/p13n/tags/usermanagement
 

Tag Summary
createUser Deprecated. Use 'createUser' in ugm_taglib.jar. Create a new user profile. 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 Deprecated. Use 'removeUser' in ugm_taglib.jar. 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 Deprecated. Use 'getUsernames' in ugm_taglib.jar. Retrieve usernames matching a search expression.
getProfile 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.
getProperty Deprecated. Use 'getProperty' in profile_taglib.jar. Retrieve the property value for a specified PropertySet - PropertyName pair. In typical cases, this tag is used after the getProfile tag is invoked to retrieve a profile for session use. The property to be retrieved is retrieved from the session profile. If the getProfile tag has not been used upon invoking the getProperty tag, the specified property value is retrieved from the Anonymous User Profile.
getPropertyAsString Deprecated. Use 'getPropertyAsString' in profile_taglib.jar. Retrieve the property value for a specified PropertySet - PropertyName pair. Works exactly like the getProperty tag, but converts that the retrieved property value is a String.
setProperty Deprecated. Use 'setProperty' in profile_taglib.jar. Update a property value for either the session's current profile, or for the Anonymous User Profile.
removeProperty Deprecated. Use 'removeProperty' in profile_taglib.jar. Remove the specified property from the current session's profile or from the Anonymous User Profile. Subsequent calls to getProperty for a removed property would result in the default value for the property as prescribed by the property set, or from the Profile's successor.
login Deprecated. Use 'login' in ugm_taglib. Provides weak authentication (username, password), and sets the authenticated user as the current WebLogic user. The username and password parameters are required to be present in the HTTP request.
logout Deprecated. Use 'logout' in ugm_taglib. This causes the user to be removed from Servlet Session (on all single-signon webapps) as well as from the thread. By default, it also invalidates all sessions the user is a part of.
setPassword Deprecated. Use 'setPassword' in ugm_taglib.jar. 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).
addGroupToGroup Deprecated. Use 'addGroupToGroup' in ugm_taglib.jar. Add a group as a child of another group. Since a group can only have one parent, any previous relationship with another parent will be destroyed. 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 Deprecated. Use 'createGroup' in ugm_taglib.jar. Create a new groupm, and a corresponding group profile in the personalization database. This operation can only be performed by an administrator.
removeGroup Deprecated. Use 'removeGroup' in ugm_taglib.jar. Remove (delete) a group. This operation can only be performed by an administrator.
removeGroupFromGroup Deprecated. Use 'removeGroupFromGroup' in ugm_taglib.jar. 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.
getParentGroupName Deprecated. Use 'getParentGroupNames' in ugm_taglib.jar. Retrieve the name of the parent of a group.
getChildGroupNames Deprecated. Use 'getChildGroupNames' in ugm_taglib.jar. Retrieve the names of any groups that are children of the given group.
getTopLevelGroups Deprecated. Use 'getTopLevelGroups' in ugm_taglib.jar. Retrieve the names of top-level groups. Top-level groups are those which have no parent group.
addUserToGroup Deprecated. Use 'addUserToGroup' in ugm_taglib.jar. 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 Deprecated. Use 'removeUserFromGroup' in ugm_taglib.jar. 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 Deprecated. Use 'getGroupNamesForUser' in ugm_taglib.jar. 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 Deprecated. Use 'UsernamesForGroup' in ugm_taglib.jar. Retrieve usernames matching a search expression that are members of a particular group.
 


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

Copyright © 2010, Oracle. All rights reserved.