| Author |
UserRegistry: Create/Edit/Delete User/Group in WebSphere Application Server
|
Gurunath Kale
Greenhorn
Joined: Jul 08, 2007
Posts: 14
|
|
On WebSphere Application Server for UserManagement through java code.
we are using UserRegistry Interface for getting information about User. But this api provide only readonly access,
Can anybody help me how we can Edit/Delete User/Group with these api or any other simillar api.
For WebSphere Portal Server, PUMA controller API provides this functionlaity access is there any API for Application Server also.
|
░▒▒▓ ĞŨЯŨ ▓▒▒░
Back To Make Things Better
SCJP
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
UserRegistries are specifically for authentication and authorisation, not user management. How, for example, could you manage an LDAP UserRegistry backed by Active Directory?
I assume you use a custom UserRegistry? If so, what actually holds your user and group data?
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Nishan Patel
Ranch Hand
Joined: Sep 07, 2008
Posts: 676
|
|
Paul Sturrock wrote:UserRegistries are specifically for authentication and authorisation, not user management. How, for example, could you manage an LDAP UserRegistry backed by Active Directory?
I assume you use a custom UserRegistry? If so, what actually holds your user and group data?
Actually the requirement is we want to add/edit/delete User and Group using java code which is replicated to WebSphear Application server 6.1 also and that user and group also added/edited/deleted to WAS 6.1. As per my RnD Portal server provide Pumacontroller and PumaHome interface for user and group management. But the prblem is we can not use this interface to our WAS 6.1. So, what the alternative for that ?
How can I add/edit/delete group and user in WAS 6.1 using java code?
|
Thanks, Nishan Patel
SCJP 1.5, SCWCD 1.5, OCPJWSD Java Developer,My Blog
|
 |
 |
|
|
subject: UserRegistry: Create/Edit/Delete User/Group in WebSphere Application Server
|
|
|