Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
IManageUsers.AddUser
This method is deprecated as of CS Version 4.0.
Syntax
public void AddUser(String username, FTValList valIn, FTValList valOut) throws UserErrorParameters
username
- String specifying the name of the new user.
vIn
- List of name/value pairs that provide any other information required by the directory service that is used.
vOut
- Name/value pairs that might be set by the method that appears as variables upon return to Sites.
Description
Adds a new user to the directory.
There are currently no Java methods to replace this method; however, you can use the
DIR.CREATE
XML tag instead.Throws
UserError
- If there is a problem adding this user.
See Also
Home > Contents > Index > Oracle JAVA Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.