|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
---|---|
com.bea.p13n.usermgmt.profile.ProfileWrapper |
createUser(String username,
String password,
HttpServletRequest request)
Deprecated Use UserProviderControl.createUser(username, password, request) |
Method Detail |
---|
com.bea.p13n.usermgmt.profile.ProfileWrapper createUser(String username, String password, HttpServletRequest request) throws com.bea.p13n.controls.exceptions.P13nControlException
username
- The user's login namepassword
- The user's passwordsession
- The HttpRequest object, can be null
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 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |