Searched refs:getAttributeSchemaNode (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DChoiceValues.java102 public final Node getAttributeSchemaNode() { method in class:ChoiceValues
H A DDefaultValues.java98 public final Node getAttributeSchemaNode() { method in class:DefaultValues
H A DAttributeSchemaImpl.java486 public Node getAttributeSchemaNode() { method in class:AttributeSchemaImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DChoiceValues.java102 public final Node getAttributeSchemaNode() { method in class:ChoiceValues
H A DDefaultValues.java99 public final Node getAttributeSchemaNode() { method in class:DefaultValues
H A DAttributeSchemaImpl.java508 public Node getAttributeSchemaNode() { method in class:AttributeSchemaImpl
/forgerock/openam/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DAbstractUpgradeHelper.java87 Node attributeNode = updateNode(doc, SMSUtils.ATTRIBUTE_OPTIONAL, attribute.getAttributeSchemaNode());
114 attribute.getAttributeSchemaNode());
163 Node attributeNode = updateNode(doc, elementName, attribute.getAttributeSchemaNode());
/forgerock/openam-v13/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DAbstractUpgradeHelper.java65 Node attributeNode = updateNode(doc, SMSUtils.ATTRIBUTE_DEFAULT_ELEMENT, attribute.getAttributeSchemaNode());
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAllowedModulesChoiceValues.java76 Node attributeSchemaNode = getAttributeSchemaNode();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAllowedModulesChoiceValues.java76 Node attributeSchemaNode = getAttributeSchemaNode();
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java459 attrs.getAttributeSchemaNode(),
477 addAttributeToSchema(subSchema, attrs.getAttributeSchemaNode());
508 attrs.getAttributeSchemaNode(),
524 modifyAttributeInExistingSchema(subSchema, attrs.getName(), attrs.getAttributeSchemaNode());
3759 Node imported = doc.importNode(attr.getAttributeSchemaNode(), true);
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java459 attrs.getAttributeSchemaNode(),
477 addAttributeToSchema(subSchema, attrs.getAttributeSchemaNode());
508 attrs.getAttributeSchemaNode(),
524 modifyAttributeInExistingSchema(subSchema, attrs.getName(), attrs.getAttributeSchemaNode());
3759 Node imported = doc.importNode(attr.getAttributeSchemaNode(), true);

Completed in 44 milliseconds