CreateUserControl Interface

DEPRECATED This control has been deprecated as of Portal 8.1.x

com.bea.p13n.controls.createUser
CreateUserControl Interface

public interface CreateUserControl

    extends weblogic.jws.control.Control

This control:


Control properties:


All Superinterfaces
weblogic.jws.control.Control, com.bea.control.Control, Serializable

Method Summary

public ProfileWrapper
createUser(String username, String password, HttpServletRequest request)
Create a new user and return an object representing the user's information.

Method Detail

createUser(String, String, HttpServletRequest) Method

DEPRECATED Use UserProviderControl.createUser(username, password, request)

public ProfileWrapper createUser(String username, 
                                 String password, 
                                 HttpServletRequest request)
throws P13nControlException
Create a new user and return an object representing the user's information.

Parameters

username
The user's login name
password
The user's password
request
The HttpRequest object, can be null

Returns

a ProfileWrapper representing the user's stored information

Exceptions

P13nControlException
if username or password is invalid, user already exists, or a remote exception occurs accessing the UserManager EJB.