Searched defs:attributeKey (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DSchemaXmlAttributeUpgradeStep.java101 for (String attributeKey : attributeKeys) {
102 DEBUG.message("Finding {} in {}", attributeKey, serviceName);
103 NodeList nodes = (NodeList) xpath.evaluate("//*[@" + attributeKey + "]",
105 buildModifierPathForAttribute(attributeKey, nodes, modifier);
113 private void buildModifierPathForAttribute(String attributeKey, NodeList nodes, ServiceModifier modifier) { argument
116 String attributeValue = element.getAttribute(attributeKey);
117 buildModifierPath(element, modifier).addAttributeModifier(attributeKey, attributeValue);
204 void addAttributeModifier(String attributeKey, String attributeValue) { argument
205 attributeModifiers.add(new AttributeModifier(attributeKey, attributeValue));
258 private final String attributeKey; field in class:SchemaXmlAttributeUpgradeStep.AttributeModifier
261 AttributeModifier(String attributeKey, String attributeValue) argument
[all...]
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Dsaaj-impl-1.3.jarcom/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Dsaaj-impl-1.3.jarcom/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ...
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 82 milliseconds