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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMCommonUtils.java662 private static String getValue(Set ocSet, String objectName) { argument
663 if (ocSet == null || ocSet.isEmpty()) {
666 return ((String) ocSet.iterator().next());
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCommonUtils.java541 Set ocSet = (Set) attrs.get("objectclass");
546 String oc = getObjectClass(ocSet, mo);
595 private static String getObjectClass(Set ocSet, String objectName) { argument
596 if (ocSet == null || ocSet.isEmpty()) {
599 return ((String) ocSet.iterator().next()).toLowerCase();
602 private static String getCreationTemplateName(Set ocSet, String objectName) argument
604 if (ocSet == null || ocSet.isEmpty()) {
607 return ((String) ocSet
610 getSearchTemplateName(Set ocSet, String objectName) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMCommonUtils.java662 private static String getValue(Set ocSet, String objectName) { argument
663 if (ocSet == null || ocSet.isEmpty()) {
666 return ((String) ocSet.iterator().next());
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCommonUtils.java541 Set ocSet = (Set) attrs.get("objectclass");
546 String oc = getObjectClass(ocSet, mo);
595 private static String getObjectClass(Set ocSet, String objectName) { argument
596 if (ocSet == null || ocSet.isEmpty()) {
599 return ((String) ocSet.iterator().next()).toLowerCase();
602 private static String getCreationTemplateName(Set ocSet, String objectName) argument
604 if (ocSet == null || ocSet.isEmpty()) {
607 return ((String) ocSet
610 getSearchTemplateName(Set ocSet, String objectName) argument
[all...]

Completed in 53 milliseconds