+

Search Tips   |   Advanced Search

Set federated repositories

We can define additional repositories as required for the out-of-box federated repositories user registry. For example, we can define one or more databases and/or LDAP directories for the user registry. Federated repositories also let you implement multiple realms. Realms define subsets of users and are spread across multiple repositories. For example, we can define one realm in a file-based repository and another realm in an LDAP directory. Because WebSphere Application Server provides an implementation of the UserRegistry interface for federated repositories out-of-box, we do not need to create a custom implementation of this interface.

  • Create federated repositories
    Add your custom repository to the default federated repositories. We implement a custom registry adapter so that WebSphere Portal can access the repository. After implementing the custom registry adapter, define several parameters for the environment and run a task to add the repository to the federated repositories.

  • Update federated repositories
    We can update the environment parameters we defined when creating the federated repository. We should run the task to update the custom repository if you any environment settings have changed such as the base DN. We can also run the update task to change any settings specified when creating the repository. For example, run the update task to change support for paging, sorting, and transactions.


Parent Set up custom user repositories