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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSEntry.java132 static int baseDNCount; field in class:SMSEntry
368 baseDNCount = (new StringTokenizer(baseDN, ",")).countTokens();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSEntry.java132 static int baseDNCount; field in class:SMSEntry
368 baseDNCount = (new StringTokenizer(baseDN, ",")).countTokens();

Completed in 27 milliseconds