Lines Matching refs:FilesRepo

25  * $Id: FilesRepo.java,v 1.22 2008/07/02 17:21:21 kenwho Exp $
93 public class FilesRepo extends IdRepo {
96 "com.sun.identity.idm.plugins.files.FilesRepo";
179 public FilesRepo() {
198 debug.error("FilesRepo: Init exception", ide);
275 debug.message("FilesRepo addListener called");
297 debug.error("FilesRepo: throwing initialization exception");
333 debug.error("FilesRepo: throwing initialization exception");
381 debug.error("FilesRepo.delete: throwing initialization exception");
398 debug.message("FilesRepo.getAssignedService called: " + name
403 "FilesRepo.getAssignedServices: throwing initialization exception");
439 debug.message("FilesRepo.getAttributes called: " + name
444 "FilesRepo.getAttributes: throwing initialization exception");
474 debug.message("FilesRepo: get all attributes called: "
478 debug.error("FilesRepo: throwing initialization exception");
565 debug.message("FilesRepo.getMembers called" + type + ": " + name +
570 "FilesRepo.getMembers: throwing initialization exception");
577 "FilesRepo.getMembers supported for roles and groups");
644 debug.message("FilesRepo.getMemberships called " + type + ": " +
649 "FilesRepo.getMemeberships: throwing initialization exception");
656 "FilesRepo:getMemberships supported for users and agents");
747 debug.message("FilesRepo.getServiceAttributes called. " + name +
752 "FilesRepo.getServiceAttributes: throwing initialization exception");
868 debug.error("FilesRepo: throwing initialization exception");
893 debug.message("FilesRepo.modifyMemberShip called. " + type +
899 "FilesRepo.modifyMemberShip: throwing initialization exception");
903 debug.message("FilesRepo.modifyMemberShip: Members set is empty");
909 debug.message("FilesRepo.modifyMemberShip: "
919 debug.message("FilesRepo.modifyMemberShip: A non user/agent " +
987 debug.message("FilesRepo.modifyService called: " + name + "\n\t" +
992 "FilesRepo.modifyService: throwing initialization exception");
1055 throw new IdRepoException("FilesRepo.search does not support queryFilter searches");
1070 debug.error("FilesRepo.search: throwing initialization exception");
1075 debug.message("FilesRepo:search pattern=" + pattern +
1152 debug.message("FilesRepo:search results: " + results);
1194 debug.message("FilesRepo.setAttributes for " + type + " " + name +
1198 debug.error("FilesRepo: throwing initialization exception");
1247 debug.message("FilesRepo.unassignService called: " + name +
1251 debug.error("FilesRepo: throwing initialization exception");
1301 debug.error("FilesRepo: throwing initialization exception");
1328 debug.error("FilesRepo: throwing initialization exception");
1356 debug.message("FilesRepo.loadSupportedOps called" +
1364 debug.error("FilesRepo: throwing initialization exception");
1374 return ("files://FilesRepo/" + type.getName() + "/" +
1384 debug.message("FilesRepo:authenticate called");
1386 debug.error("FilesRepo: throwing initialization exception");
1397 debug.message("FilesRepo:authenticate username: " +
1404 debug.message("FilesRepo:authN passwd present");
1424 debug.message("FilesRepo:authenticate did not found user/agent");
1430 debug.message("FilesRepo:authenticate no stored password");
1439 debug.message("FilesRepo:authenticate AuthN of " + username + "=" +
1452 debug.message("FilesRepo:searchForAuthN found " +
1457 debug.message("FilesRepo:searchForAuthn did not find " +
1534 debug.message("FilesRepo:writeFile-Identity Cache "+
1539 debug.message("FilesRepo.writeFile: file = " + fileName, e);
1599 debug.message("FilesRepo.readFile: file not found: " +fileName);
1606 debug.message("FilesRepo.readFile: error reading file: " +
1618 "FilesRepo.redFile: read error: " + fileName, e);
1650 "FilesRepo.processAttributes: unable to encode", e);
1676 debug.error("FilesRepo: unable to decode", e);
1733 FilesRepo repo;
1735 CacheUpdateRunnable(FilesRepo r) {