© 2005 BEA Systems, Inc.

com.bea.p13n.controls.createUser
Interface CreateUserControl

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

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

public interface CreateUserControl
extends weblogic.jws.control.Control

This control:


Control properties:


Nested Class Summary
 
Nested classes inherited from class com.bea.control.Control
com.bea.control.Control.Callback
 
Method Summary
 ProfileWrapper createUser(String username, String password, HttpServletRequest request)
          Deprecated. Use UserProviderControl.createUser(username, password, request)
 

Method Detail

createUser

public ProfileWrapper createUser(String username,
                                 String password,
                                 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
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.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved