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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilderBase.java206 if (!hasAnyAttribute(any, ANY_REQUIRED) &&
207 !hasAnyAttribute(any, ANY_DISPLAY) &&
208 !hasAnyAttribute(any, ANY_ADMIN_DISPLAY) &&
209 !hasAnyAttribute(any, ANY_DISPLAYRO) &&
210 !hasAnyAttribute(any, ANY_ADMIN_DISPLAYRO)
251 found = hasAnyAttribute(any, a[x]);
259 public static boolean hasAnyAttribute(String any, String attribute) { method in class:PropertyXMLBuilderBase
1250 return hasAnyAttribute(as.getAny(), ANY_REQUIRED) ||
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilderBase.java206 if (!hasAnyAttribute(any, ANY_REQUIRED) &&
207 !hasAnyAttribute(any, ANY_DISPLAY) &&
208 !hasAnyAttribute(any, ANY_ADMIN_DISPLAY) &&
209 !hasAnyAttribute(any, ANY_DISPLAYRO) &&
210 !hasAnyAttribute(any, ANY_ADMIN_DISPLAYRO)
251 found = hasAnyAttribute(any, a[x]);
259 public static boolean hasAnyAttribute(String any, String attribute) { method in class:PropertyXMLBuilderBase
1250 return hasAnyAttribute(as.getAny(), ANY_REQUIRED) ||

Completed in 71 milliseconds