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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java1630 private static Set processAuthLevelCondition(Set authLevelvalues, argument
1633 utilDebug.message("processAuthLevelCondition - authLevelvalues : "
1634 + authLevelvalues);
1638 if ((authLevelvalues != null) && (!authLevelvalues.isEmpty())) {
1643 Iterator iter = authLevelvalues.iterator();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java1306 private static Set processAuthLevelCondition(Set authLevelvalues, argument
1309 utilDebug.message("processAuthLevelCondition - authLevelvalues : "
1310 + authLevelvalues);
1314 if ((authLevelvalues != null) && (!authLevelvalues.isEmpty())) {
1319 Iterator iter = authLevelvalues.iterator();

Completed in 27 milliseconds