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

/forgerock/openam/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DAuthenticatorOATH.java151 private final OathMaker oathDevices = InjectorHolder.getInstance(OathMaker.class); field in class:AuthenticatorOATH
438 oathDevices.saveDeviceProfile(id.getName(), id.getRealm(), deviceToAuthAgainst);
459 OathDeviceSettings settings = oathDevices.createDeviceProfile(minSecretKeyLength);
483 oathDevices.saveDeviceProfile(id.getName(), id.getRealm(), settings);
768 List<OathDeviceSettings> allSettings = oathDevices.getDeviceProfiles(username, realm);
795 oathDevices.saveDeviceProfile(id.getName(), id.getRealm(), settings);
819 oathDevices.saveDeviceProfile(id.getName(), id.getRealm(), settings);

Completed in 39 milliseconds