com.bea.p13n.controls.createUser
Interface CreateUserControl

All Superinterfaces
Serializable

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

@ControlInterface
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
 ProfileWrapper createUser(String username, String password, javax.servlet.http.HttpServletRequest request)
          Deprecated Use UserProviderControl.createUser(username, password, request)
 

Method Detail

createUser

ProfileWrapper createUser(String username,
                          String password,
                          javax.servlet.http.HttpServletRequest request)
                          throws 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
P13nControlException - if username or password is invalid, user already exists, or a remote exception occurs accessing the UserManager EJB.


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.