| 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@ControlInterface public interface CreateUserControl
This control has been deprecated as of Portal 8.1.x. Use the UserProviderControl instead. This control:
| 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 | 
|---|
ProfileWrapper createUser(String username,
                          String password,
                          javax.servlet.http.HttpServletRequest request)
                          throws P13nControlException
username - The user's login namepassword - The user's passwordsession - The HttpRequest object, can be null
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 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||