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

/forgerock/openam-v13/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DAuthenticatorOATH.java138 private AuthenticatorOathService realmOathService; field in class:AuthenticatorOATH
194 realmOathService = new AuthenticatorOathService(id.getRealm());
288 realmOathService.setUserSkipOath(id, AuthenticatorOathService.SKIPPABLE);
305 realmOathService.setUserSkipOath(id, AuthenticatorOathService.SKIPPABLE);
306 realmOathService.removeAllUserDevices(id); //user backed out of saving device
325 realmOathService.setUserSkipOath(id, AuthenticatorOathService.NOT_SKIPPABLE);
411 realmOathService.setUserSkipOath(id, AuthenticatorOathService.NOT_SKIPPABLE);
474 if (isOptional && StringUtils.isBlank(realmOathService.getSkippableAttributeName())) {
480 Set response = identity.getAttribute(realmOathService.getSkippableAttributeName());
/forgerock/openam/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DAuthenticatorOATH.java148 private AuthenticatorOathService realmOathService; field in class:AuthenticatorOATH
218 realmOathService = oathServiceFactory.create(id.getRealm());
312 realmOathService.setUserSkipOath(id, AuthenticatorOathService.SKIPPABLE);
329 realmOathService.setUserSkipOath(id, AuthenticatorOathService.SKIPPABLE);
330 realmOathService.removeAllUserDevices(id); //user backed out of saving device
349 realmOathService.setUserSkipOath(id, AuthenticatorOathService.NOT_SKIPPABLE);
434 realmOathService.setUserSkipOath(id, AuthenticatorOathService.NOT_SKIPPABLE);
505 if (isOptional && StringUtils.isBlank(realmOathService.getSkippableAttributeName())) {
511 Set response = identity.getAttribute(realmOathService.getSkippableAttributeName());

Completed in 32 milliseconds