This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Websphere and the fly likes UserRegistry: Create/Edit/Delete User/Group in WebSphere Application Server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "UserRegistry: Create/Edit/Delete User/Group in WebSphere Application Server" Watch "UserRegistry: Create/Edit/Delete User/Group in WebSphere Application Server" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: UserRegistry: Create/Edit/Delete User/Group in WebSphere Application Server
 
Similar Threads
Access restriction on application classes
Web app Security Confusion
how to create user and group ?
Removing User from Group Using PUMA API
Which group the user belong to?