Searched defs:devicesDao (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam/openam-authentication/openam-auth-push/src/main/java/org/forgerock/openam/authentication/modules/push/
H A DUserPushDeviceProfileManager.java46 private final PushDevicesDao devicesDao; field in class:UserPushDeviceProfileManager
52 * @param devicesDao the devices data access object
58 public UserPushDeviceProfileManager(final @Nonnull PushDevicesDao devicesDao, argument
62 Reject.ifNull(devicesDao, debug, secureRandom);
63 this.devicesDao = devicesDao;
107 devicesDao.saveDeviceProfiles(user, realm,
126 return jsonUtils.toDeviceSettingValues(devicesDao.getDeviceProfiles(user, realm));
/forgerock/openam-v13/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DOathMaker.java53 private final OathDevicesDao devicesDao; field in class:OathMaker
57 OathMaker(final @Nonnull OathDevicesDao devicesDao, argument
60 Reject.ifNull(devicesDao, debug, secureRandom);
61 this.devicesDao = devicesDao;
101 devicesDao.saveDeviceProfiles(user, realm,
H A DAuthenticatorOATH.java141 private final OathDevicesDao devicesDao = InjectorHolder.getInstance(OathDevicesDao.class); field in class:AuthenticatorOATH
451 devicesDao.saveDeviceProfiles(id.getName(), id.getRealm(),
742 List<JsonValue> profiles = devicesDao.getDeviceProfiles(username, realm);
806 devicesDao.saveDeviceProfiles(id.getName(), id.getRealm(),
829 devicesDao.saveDeviceProfiles(id.getName(), id.getRealm(),
/forgerock/openam/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DOathMaker.java54 private final OathDevicesDao devicesDao; field in class:OathMaker
59 OathMaker(final @Nonnull OathDevicesDao devicesDao, argument
63 Reject.ifNull(devicesDao, debug, secureRandom);
64 this.devicesDao = devicesDao;
105 devicesDao.saveDeviceProfiles(user, realm,
124 return jsonUtils.toDeviceSettingValues(devicesDao.getDeviceProfiles(user, realm));

Completed in 31 milliseconds