Searched refs:hasAttribute (Results 201 - 225 of 270) sorted by relevance

1234567891011

/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DEntry.java488 public boolean hasAttribute(AttributeType attributeType) method in class:Entry
490 return hasAttribute(attributeType, null, true);
506 public boolean hasAttribute(AttributeType attributeType, method in class:Entry
509 return hasAttribute(attributeType, null, includeSubordinates);
527 public boolean hasAttribute( method in class:Entry
531 return hasAttribute(attributeType, options, true);
550 public boolean hasAttribute( method in class:Entry
3583 hasAttribute(subEntry.getInheritFromDNType()))
3622 hasAttribute(subEntry.getInheritFromRDNAttrType()))
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java847 if (resourceEntry.hasAttribute(modAttrType))
1412 && container.getResourceEntry().hasAttribute(debugSearchIndex))
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java913 if (resourceEntry.hasAttribute(modAttrType))
1520 && container.getResourceEntry().hasAttribute(debugSearchIndex))
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java913 if (resourceEntry.hasAttribute(modAttrType))
1520 && container.getResourceEntry().hasAttribute(debugSearchIndex))
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java847 if (resourceEntry.hasAttribute(modAttrType))
1412 && container.getResourceEntry().hasAttribute(debugSearchIndex))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java913 if (resourceEntry.hasAttribute(modAttrType))
1520 && container.getResourceEntry().hasAttribute(debugSearchIndex))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciHandler.java717 && resourceEntry.hasAttribute(modAttrType))
1247 && container.getResourceEntry().hasAttribute(debugSearchIndex))
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/connection/
H A Dconnection-debug.js976 this._sFormData += encodeURIComponent(oName) + '=' + encodeURIComponent(oElement.options[j].hasAttribute('value')?oElement.options[j].value:oElement.options[j].text) + '&';
H A Dconnection-min.js83 else{this._sFormData+=encodeURIComponent(oName)+'='+encodeURIComponent(oElement.options[j].hasAttribute('value')?oElement.options[j].value:oElement.options[j].text)+'&';}}}
H A Dconnection.js955 this._sFormData += encodeURIComponent(oName) + '=' + encodeURIComponent(oElement.options[j].hasAttribute('value')?oElement.options[j].value:oElement.options[j].text) + '&';
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/connection/
H A Dconnection-debug.js976 this._sFormData += encodeURIComponent(oName) + '=' + encodeURIComponent(oElement.options[j].hasAttribute('value')?oElement.options[j].value:oElement.options[j].text) + '&';
H A Dconnection-min.js83 else{this._sFormData+=encodeURIComponent(oName)+'='+encodeURIComponent(oElement.options[j].hasAttribute('value')?oElement.options[j].value:oElement.options[j].text)+'&';}}}
H A Dconnection.js955 this._sFormData += encodeURIComponent(oName) + '=' + encodeURIComponent(oElement.options[j].hasAttribute('value')?oElement.options[j].value:oElement.options[j].text) + '&';
/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java800 if(e.hasAttribute(type))
/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java432 if (entry.hasAttribute(privType) &&
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java799 if(e.hasAttribute(type))
/forgerock/opendj2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java353 if (entry.hasAttribute(privType)
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java800 if(e.hasAttribute(type))
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java432 if (entry.hasAttribute(privType) &&
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java800 if(e.hasAttribute(type))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java432 if (entry.hasAttribute(privType) &&
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java799 if(e.hasAttribute(type))
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java353 if (entry.hasAttribute(privType)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java747 if(e.hasAttribute(type))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java367 if (entry.hasAttribute(privType)

Completed in 153 milliseconds

1234567891011