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

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/
H A DUserDevicesDao.java64 public List<JsonValue> getDeviceProfiles(String username, String realm) method in class:UserDevicesDao
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/
H A DUserDevicesDao.java69 public List<JsonValue> getDeviceProfiles(String username, String realm) method in class:UserDevicesDao
/forgerock/openam/openam-authentication/openam-auth-push/src/main/java/org/forgerock/openam/authentication/modules/push/
H A DUserPushDeviceProfileManager.java124 public List<PushDeviceSettings> getDeviceProfiles(@Nonnull String user, @Nonnull String realm) method in class:UserPushDeviceProfileManager
126 return jsonUtils.toDeviceSettingValues(devicesDao.getDeviceProfiles(user, realm));
/forgerock/openam/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DOathMaker.java122 List<OathDeviceSettings> getDeviceProfiles(@Nonnull String user, @Nonnull String realm) method in class:OathMaker
124 return jsonUtils.toDeviceSettingValues(devicesDao.getDeviceProfiles(user, realm));

Completed in 29 milliseconds