Change By: Fernando Ribeiro (24/Sep/13 3:11 PM)
Description: The current API doesn't support adding multiple custom identity stores to a configuration in the same way as the File, JPA and LDAP identity stores.

Example:

{noformat} IdentityConfigurationBuilder builder = new IdentityConfigurationBuilder();

builder.named("sample1").stores().file().jpa.ldap()... //supported

builder.named("sample2").stores().add(...).add(...) // not supported
{noformat}
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira