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

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