© 2003 BEA Systems, Inc.

com.bea.p13n.controls.createUser
Interface CreateUserControl

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

public interface CreateUserControl
extends weblogic.jws.control.Control

This control:


Control properties:


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

Method Detail

createUser

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
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.

© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved