WebCenter Interaction API  
 

IPTUserManager Members

IPTUserManager overview

Public Instance Methods

public methodAcceptInvitation An invitation is a token that can be sent to a potential user. The potential user can then use the token to create a user that has characteristics specified by the token creator.
public methodAddAdminFolderShortcut AdminFolderShortcuts are favorite admin folders associated with the current user. The UI may display these favorites as links to the associated admin folders. Call this function to add a new admin folder to the list of favorites for the current user.
public methodDeleteUserPasswordHistory Deletes the password history for the specified user. This should be done when the user is deleted.
public methodGetLockedAccounts Returns a QueryResult that lists the users that have been locked. Users may be locked through IPTUser.SetLockStatus. This may happen when a security violation is suspected (for example when an employee is terminated, or when a user has attempted to login with incorrect passwords a number of times.) This also happens when the "disable" user instead of "delete" user option is turned on in an Authentication Source. In this case users are "agent disabled" as opposed to deleted. The QueryResult contains these properties: PT_PROPID_OBJECTID, PT_PROPID_NAME, PT_PROPID_USER_LOGINNAME, PT_PROPID_DESCRIPTION, PT_PROPID_FOLDERID, PT_PROPID_CREATED, PT_PROPID_USERLOCKEDACCOUNTS_LOCKCANEXPIRE.
public methodIsPasswordInHistory Check whether the new password is already present in the user's password history or not.
public methodQueryAdminFolderShortcuts AdminFolderShortcuts are favorite admin folders associated with the current user. The UI may display these favorites as links to the associated admin folders. Call this function to retrieve a QueryResult containing information about the AdminFolderShortcuts for the current user. The QueryResult will include PT_PROPID_OBJECTID, PT_PROPID_NAME, and PT_PROPID_ISLOCALIZED.
public methodRemoveAdminFolderShortcut AdminFolderShortcuts are favorite admin folders associated with the current user. The UI may display these favorites as links to the associated admin folders. Call this function remove an admin folder from the list of favorites for the current user
public methodUpdatePasswordHistory Updates the password history row for this user with the new password.

See Also

IPTUserManager Interface | com.plumtree.server Namespace | IPTUser