|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Deprecated This control has been deprecated as of Portal 8.1.x
@ControlInterface
public interface CreateUserControl
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.CreateUserParamsDeprecated 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 nullP13nControlException - if username or password is invalid, user already exists, or a remote exception occurs accessing the UserManager EJB.
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.