You have three repositories A ,B and C and the following objects (assume all objects are valid).
How should you specify the default identity for the three repositories?

A.
sMgr.setIdentity (“*” , loginInfoObj);
B.
sMgr.setIdentity (“A,B,C”, loginInfoObj);
C.
sMgr.setIdentities (“A,B,C”, loginInfoObj);
D.
sMgr.setIdentities (“*”, loginInfoObj);