com.bea.p13n.controls.createUser
Interface CreateUserControl

All Superinterfaces
Serializable

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

public interface CreateUserControl
extends Serializable

This control has been deprecated as of Portal 8.1.x. Use the UserProviderControl instead. This control:


Control properties:


Nested Class Summary
static interface CreateUserControl.CreateUserParams
          Deprecated Define the properties for this control.
 
Method Summary
 com.bea.p13n.usermgmt.profile.ProfileWrapper createUser(String username, String password, HttpServletRequest request)
          Deprecated Use UserProviderControl.createUser(username, password, request)
 

Method Detail

createUser

com.bea.p13n.usermgmt.profile.ProfileWrapper createUser(String username,
                                                        String password,
                                                        HttpServletRequest request)
                                                        throws com.bea.p13n.controls.exceptions.P13nControlException
Deprecated Use UserProviderControl.createUser(username, password, request)

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
session - The HttpRequest object, can be null
Returns
a ProfileWrapper representing the user's stored information
Throws
com.bea.p13n.controls.exceptions.P13nControlException - if username or password is invalid, user already exists, or a remote exception occurs accessing the UserManager EJB.


Copyright © 2006 BEA Systems, Inc. All Rights Reserved