Issue Type: Enhancement Enhancement
Affects Versions: PLINK_2.5.2.FInal
Assignee: Pedro Igor
Components: IDM
Created: 22/Oct/13 3:33 PM
Description:

Currently, we're supporting multiple stores configuration. But they can not mix/support different identity types. They must support all identity types and another relationship types, for example. The scenario above is being tested in our suite.

We also need to consider multiple store configurations with different identity types, as follows:

builder
    .named("default")
        .stores()
            .jpa()
                .supportType(Role.class, Partition.class)           
            .ldap()
                .supportType(LdapUser.class, Group.class)

The example above, allows to store the LdapUser and Group identity types using the LDAP store and JPA for Role.

Fix Versions: PLINK_2.5.3.Final
Project: PicketLink
Priority: Major Major
Reporter: Pedro Igor
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