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

/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DDevicePrintModuleInitialiser.java73 * @param amIdentityRepo An instance of the AMIdentityRepository.
78 AMIdentityRepository amIdentityRepo, Map<String, String> options) {
104 return new HOTPService(amIdentityRepo, userName, hotpParams);
77 getHOTPService(Locale locale, AMResourceBundleCache amCache, String userName, AMIdentityRepository amIdentityRepo, Map<String, String> options) argument
/forgerock/openam-v13/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPService.java65 private final AMIdentityRepository amIdentityRepo; field in class:HOTPService
88 * @param amIdentityRepo An instance of the AMIdentityRepository.
92 public HOTPService(AMIdentityRepository amIdentityRepo, String userName, HOTPParams hotpParams) { argument
93 this.amIdentityRepo = amIdentityRepo;
264 searchResults = amIdentityRepo.searchIdentities(IdType.USER, userName, idsc);
273 searchResults = amIdentityRepo.searchIdentities(IdType.USER, "*", idsc);
/forgerock/openam/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPService.java67 private final AMIdentityRepository amIdentityRepo; field in class:HOTPService
90 * @param amIdentityRepo An instance of the AMIdentityRepository.
94 public HOTPService(AMIdentityRepository amIdentityRepo, String userName, HOTPParams hotpParams) { argument
95 this.amIdentityRepo = amIdentityRepo;
266 searchResults = amIdentityRepo.searchIdentities(IdType.USER, userName, idsc);
275 searchResults = amIdentityRepo.searchIdentities(IdType.USER, "*", idsc);

Completed in 30 milliseconds