Searched refs:counterAttrName (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-oath/src/main/java/org/forgerock/openam/authentication/modules/oath/
H A DOATH.java103 private String counterAttrName = null; field in class:OATH
186 this.counterAttrName = CollectionHelper.getMapAttr(options, COUNTER_ATTRIBUTE_NAME);
329 counterAttrName = null;
364 if (StringUtils.isEmpty(counterAttrName)) {
370 counterSet = id.getAttribute(counterAttrName);
670 map.put(counterAttrName, values);
/forgerock/openam/openam-authentication/openam-auth-oath/src/main/java/org/forgerock/openam/authentication/modules/oath/
H A DOATH.java105 private String counterAttrName = null; field in class:OATH
189 this.counterAttrName = CollectionHelper.getMapAttr(options, COUNTER_ATTRIBUTE_NAME);
335 counterAttrName = null;
370 if (StringUtils.isEmpty(counterAttrName)) {
376 counterSet = id.getAttribute(counterAttrName);
676 map.put(counterAttrName, values);

Completed in 30 milliseconds