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

/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DDevicePrintModule.java63 private final DevicePrintModuleInitialiser moduleInitialiser; field in class:DevicePrintModule
72 moduleInitialiser = new DevicePrintModuleInitialiser();
91 HOTPService hotpService = moduleInitialiser.getHOTPService(getLoginLocale(), amCache, userName,
93 devicePrintAuthenticationService = moduleInitialiser.getDevicePrintAuthenticationService(amIdentity,

Completed in 48 milliseconds