Skip to main content

By clicking Submit, you agree to the developerWorks terms of use.

The first time you sign into developerWorks, a profile is created for you. Select information in your developerWorks profile is displayed to the public, but you may edit the information at any time. Your first name, last name (unless you choose to hide them), and display name will accompany the content that you post.

All information submitted is secure.

  • Close [x]

The first time you sign in to developerWorks, a profile is created for you, so you need to choose a display name. Your display name accompanies the content you post on developerworks.

Please choose a display name between 3-31 characters. Your display name must be unique in the developerWorks community and should not be your email address for privacy reasons.

By clicking Submit, you agree to the developerWorks terms of use.

All information submitted is secure.

  • Close [x]

Sample virtual member manager custom adapter for WebSphere Application Server Version 6.1

Summary:  WebSphere Application Server V6.1 incliudes a federated user repository. This federated repository makes it much simpler to use multiple repositories. The sample code demonstrates how to develop a virtual member manager custom adapter that can be used to manage users and groups in a federated repository.

Date:  Jun 2007 (Published Nov 2006)

Activity:  2794 views
Comments:  

WebSphere Application Server V6.1 incliudes a federated user repository. This federated repository makes it much simpler to use multiple repositories. The sample code demonstrates how to develop a virtual member manager custom adapter that can be used to manage users and groups in a federated repository.

WebSphere Application Server has historically been limited in its support for environments where user information was stored in multiple independent user registries. In prior releases, the only registry options that were available were the local operating system registry, a single, standalone LDAP registry, or a single implementation of the Custom User Registry interface. You could implement a Custom User Registry that allows access to multiple other registries, but this could involve significant development effort and only supports read only operations.

A new option with WebSphere Application Server V6.1 is a federated user repository. This federated repository makes it much simpler to use multiple repositories. This can be done through configuration, without the need for development effort, using WebSphere virtual member manager. Virtual member manager provides File, LDAP, and Database adapter for your use. These adapters implement the com.ibm.wspi.wim.Repository software programming interface (SPI). The sample custom adapter code implements the same SPI and uses a file as the repository.

Using this sample, user who have implemented custom adapters based on WAS Custom User Registry and WebSphere Member Manager can re-write their current custom adapters and manage users and groups in their repository.

The sample custom adapter is file based and does not require any additional repository setup. A customer should be able to easily install and configure to use the custom adapter. They should be able to update this sample code to develop a prototype and finally a full fledged adapter for their repository.

Software requirements

The hardware requirements for these samples are the same as for WebSphere Application Server Version 6.1.0.9.

Software requirements

The software requirements for the sample custom adapter for virtual member manager are WebSphere Application Server Version 6.1, and any prerequisite software that it requires.

Supported operating systems

These samples run on all operating systems that are supported by WebSphere Application Server Version 6.1.0.9.

Installation instructions

For innstallation instructions, see the instrucdtion in the Information Center.


Download

DescriptionNameSizeDownload method
Sample virtual member manager custom adaptervmmsampleadapter.jar65 KBHTTP

Information about download methods


Comments



Help: Update or add to My dW interests

What's this?

This little timesaver lets you update your My developerWorks profile with just one click! The general subject of this content (AIX and UNIX, Information Management, Lotus, Rational, Tivoli, WebSphere, Java, Linux, Open source, SOA and Web services, Web development, or XML) will be added to the interests section of your profile, if it's not there already. You only need to be logged in to My developerWorks.

And what's the point of adding your interests to your profile? That's how you find other users with the same interests as yours, and see what they're reading and contributing to the community. Your interests also help us recommend relevant developerWorks content to you.

View your My developerWorks profile

Return from help

Help: Remove from My dW interests

What's this?

Removing this interest does not alter your profile, but rather removes this piece of content from a list of all content for which you've indicated interest. In a future enhancement to My developerWorks, you'll be able to see a record of that content.

View your My developerWorks profile

Return from help

static.content.url=http://www.ibm.com/developerworks/js/artrating/
SITE_ID=1
Zone=WebSphere
ArticleID=231285
SummaryTitle=Sample virtual member manager custom adapter for WebSphere Application Server Version 6.1
publish-date=062007