Searched defs:userOCs (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java152 Set userOCs; field in class:FilesRepo
207 userOCs = (Set) configParams.get(OBJECTCLASS);
208 if (userOCs == null) {
209 userOCs = Collections.EMPTY_SET;
254 "\n\tUser Objectclasses: " + userOCs +
343 nAttrs.put(OC, userOCs);
346 ocv.addAll(userOCs);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java154 Set userOCs; field in class:FilesRepo
209 userOCs = (Set) configParams.get(OBJECTCLASS);
210 if (userOCs == null) {
211 userOCs = Collections.EMPTY_SET;
256 "\n\tUser Objectclasses: " + userOCs +
345 nAttrs.put(OC, userOCs);
348 ocv.addAll(userOCs);

Completed in 28 milliseconds