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

/forgerock/openam-v13/openam-authentication/openam-auth-oath/src/main/java/org/forgerock/openam/authentication/modules/oath/
H A DOATH.java94 private static final String MIN_SECRET_KEY_LENGTH = "iplanet-am-auth-oath-min-secret-key-length"; field in class:OATH
180 this.minSecretKeyLength = Integer.parseInt(CollectionHelper.getMapAttr(options, MIN_SECRET_KEY_LENGTH));
/forgerock/openam/openam-authentication/openam-auth-oath/src/main/java/org/forgerock/openam/authentication/modules/oath/
H A DOATH.java96 private static final String MIN_SECRET_KEY_LENGTH = "iplanet-am-auth-oath-min-secret-key-length"; field in class:OATH
183 this.minSecretKeyLength = Integer.parseInt(CollectionHelper.getMapAttr(options, MIN_SECRET_KEY_LENGTH));
/forgerock/openam-v13/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DAuthenticatorOATH.java93 private static final String MIN_SECRET_KEY_LENGTH = field in class:AuthenticatorOATH
205 this.minSecretKeyLength = CollectionHelper.getIntMapAttr(options, MIN_SECRET_KEY_LENGTH, 0, debug);
/forgerock/openam/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DAuthenticatorOATH.java101 private static final String MIN_SECRET_KEY_LENGTH = field in class:AuthenticatorOATH
229 this.minSecretKeyLength = CollectionHelper.getIntMapAttr(options, MIN_SECRET_KEY_LENGTH, 0, debug);

Completed in 28 milliseconds