|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDMappingProvider
This interface is used to implement an ID Mapping Provider. The getPrimaryID(String id) method provides a way to map one public ID to a primary ID which is used for ID comparisons for user IDs within the XDMS.
Method Summary | |
---|---|
java.lang.String |
getPrimaryID(java.lang.String id)
Maps an ID to the primary ID |
java.util.Set<java.lang.String> |
getPublicIDs(java.lang.String id)
Returns a matching set of Public IDs that match a given ID |
Method Detail |
---|
java.lang.String getPrimaryID(java.lang.String id)
id
- The ID to find the primary ID with
java.util.Set<java.lang.String> getPublicIDs(java.lang.String id)
id
- The ID to find other public IDs with.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |