Searched refs:getNodeAttributeValue (Results 26 - 50 of 120) sorted by relevance

12345

/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaImpl.java415 name = XMLUtils.getNodeAttributeValue(schemaNode, SMSUtils.NAME);
416 i18nKey = XMLUtils.getNodeAttributeValue(schemaNode, SMSUtils.I18N_KEY);
417 i18nFileName = XMLUtils.getNodeAttributeValue(schemaNode, SMSUtils.PROPERTIES_FILENAME);
418 statusAttribute = XMLUtils.getNodeAttributeValue(schemaNode,
420 inheritance = XMLUtils.getNodeAttributeValue(schemaNode,
423 .getNodeAttributeValue(schemaNode, SMSUtils.VALIDATE);
425 resourceName = XMLUtils.getNodeAttributeValue(schemaNode, SMSUtils.RESOURCE_NAME);
429 hideConfigUI = XMLUtils.getNodeAttributeValue(schemaNode, SMSUtils.HIDE_CONFIG_UI);
430 realmCloneable = XMLUtils.getNodeAttributeValue(schemaNode, SMSUtils.REALM_CLONEABLE);
445 String name = XMLUtils.getNodeAttributeValue(nod
[all...]
H A DServiceSchemaManagerImpl.java493 i18nKey = XMLUtils.getNodeAttributeValue(schemaRoot, SMSUtils.I18N_KEY);
494 i18nFileName = XMLUtils.getNodeAttributeValue(schemaRoot,
496 i18nJarURL = XMLUtils.getNodeAttributeValue(schemaRoot,
498 serviceHierarchy = XMLUtils.getNodeAttributeValue(schemaRoot,
500 viewBeanURL = XMLUtils.getNodeAttributeValue(schemaRoot,
502 resourceName = XMLUtils.getNodeAttributeValue(schemaRoot,
504 String revNum = XMLUtils.getNodeAttributeValue(schemaRoot,
544 String stype = XMLUtils.getNodeAttributeValue(childNode,
H A DSMSSchema.java177 String value = XMLUtils.getNodeAttributeValue(nodes.item(0), attrName);
200 if (XMLUtils.getNodeAttributeValue(parent, SMSUtils.NAME)
202 && XMLUtils.getNodeAttributeValue(parent, SMSUtils.VERSION)
288 if (XMLUtils.getNodeAttributeValue(node, SMSUtils.NAME)
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DResponseProviders.java89 if ((name = XMLUtils.getNodeAttributeValue(responseProvidersNode,
96 if ((description = XMLUtils.getNodeAttributeValue(responseProvidersNode,
107 String providerType = XMLUtils.getNodeAttributeValue(
119 String providerName = XMLUtils.getNodeAttributeValue(
136 String name = XMLUtils.getNodeAttributeValue(attributeNode,
H A DReferrals.java102 if ((name = XMLUtils.getNodeAttributeValue(referralsNode,
108 if ((description = XMLUtils.getNodeAttributeValue(referralsNode,
121 String referralType = XMLUtils.getNodeAttributeValue(
150 String referralName = XMLUtils.getNodeAttributeValue(
H A DConditions.java92 if ((name = XMLUtils.getNodeAttributeValue(conditionsNode,
98 if ((description = XMLUtils.getNodeAttributeValue(conditionsNode,
108 String conditionType = XMLUtils.getNodeAttributeValue(
133 String name = XMLUtils.getNodeAttributeValue(attributeNode,
145 String conditionName = XMLUtils.getNodeAttributeValue(
H A DSubjects.java100 if ((name = XMLUtils.getNodeAttributeValue(usersNode,
106 if ((description = XMLUtils.getNodeAttributeValue(usersNode,
119 String subjectType = XMLUtils.getNodeAttributeValue(
149 String subjectName = XMLUtils.getNodeAttributeValue(
152 String exclusive = XMLUtils.getNodeAttributeValue(
164 String subjectName = XMLUtils.getNodeAttributeValue(
167 String exclusive = XMLUtils.getNodeAttributeValue(
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DResponseProviders.java89 if ((name = XMLUtils.getNodeAttributeValue(responseProvidersNode,
96 if ((description = XMLUtils.getNodeAttributeValue(responseProvidersNode,
107 String providerType = XMLUtils.getNodeAttributeValue(
119 String providerName = XMLUtils.getNodeAttributeValue(
136 String name = XMLUtils.getNodeAttributeValue(attributeNode,
H A DReferrals.java102 if ((name = XMLUtils.getNodeAttributeValue(referralsNode,
108 if ((description = XMLUtils.getNodeAttributeValue(referralsNode,
121 String referralType = XMLUtils.getNodeAttributeValue(
150 String referralName = XMLUtils.getNodeAttributeValue(
H A DConditions.java92 if ((name = XMLUtils.getNodeAttributeValue(conditionsNode,
98 if ((description = XMLUtils.getNodeAttributeValue(conditionsNode,
108 String conditionType = XMLUtils.getNodeAttributeValue(
133 String name = XMLUtils.getNodeAttributeValue(attributeNode,
145 String conditionName = XMLUtils.getNodeAttributeValue(
H A DRule.java221 if ((ruleName = XMLUtils.getNodeAttributeValue(ruleNode,
229 if ((serviceNode == null) || ((serviceTypeName = XMLUtils.getNodeAttributeValue(serviceNode,
245 applicationName = XMLUtils.getNodeAttributeValue(
268 if ((attrNode == null) || ((actionName = XMLUtils.getNodeAttributeValue(attrNode,
297 String resourceName = XMLUtils.getNodeAttributeValue(
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyChangeNotification.java170 String attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
182 attr = XMLUtils.getNodeAttributeValue(pNode, POLICY_CHANGE_TYPE);
H A DPolicyListenerRequest.java137 String attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
148 attr = XMLUtils.getNodeAttributeValue(pNode, NOTIFICATION_URL);
H A DPolicyService.java255 String ver = XMLUtils.getNodeAttributeValue(
261 String rev = XMLUtils.getNodeAttributeValue(
H A DPolicyNotification.java164 String attr = XMLUtils.getNodeAttributeValue(pNode, NOTIFICATION_ID);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaManagerImpl.java491 i18nKey = XMLUtils.getNodeAttributeValue(schemaRoot, SMSUtils.I18N_KEY);
492 i18nFileName = XMLUtils.getNodeAttributeValue(schemaRoot,
494 i18nJarURL = XMLUtils.getNodeAttributeValue(schemaRoot,
496 serviceHierarchy = XMLUtils.getNodeAttributeValue(schemaRoot,
498 viewBeanURL = XMLUtils.getNodeAttributeValue(schemaRoot,
500 resourceName = XMLUtils.getNodeAttributeValue(schemaRoot,
502 String revNum = XMLUtils.getNodeAttributeValue(schemaRoot,
542 String stype = XMLUtils.getNodeAttributeValue(childNode,
H A DSMSSchema.java177 String value = XMLUtils.getNodeAttributeValue(nodes.item(0), attrName);
200 if (XMLUtils.getNodeAttributeValue(parent, SMSUtils.NAME)
202 && XMLUtils.getNodeAttributeValue(parent, SMSUtils.VERSION)
288 if (XMLUtils.getNodeAttributeValue(node, SMSUtils.NAME)
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DUsageDirectiveHeader.java85 ref = XMLUtils.getNodeAttributeValue(
87 id = XMLUtils.getNodeAttributeValue(
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyChangeNotification.java170 String attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
182 attr = XMLUtils.getNodeAttributeValue(pNode, POLICY_CHANGE_TYPE);
H A DPolicyListenerRequest.java137 String attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
148 attr = XMLUtils.getNodeAttributeValue(pNode, NOTIFICATION_URL);
H A DPolicyService.java255 String ver = XMLUtils.getNodeAttributeValue(
261 String rev = XMLUtils.getNodeAttributeValue(
H A DPolicyNotification.java164 String attr = XMLUtils.getNodeAttributeValue(pNode, NOTIFICATION_ID);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DUsageDirectiveHeader.java85 ref = XMLUtils.getNodeAttributeValue(
87 id = XMLUtils.getNodeAttributeValue(
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/
H A DPAOSRequest.java290 responseConsumerURL = XMLUtils.getNodeAttributeValue(element,
293 service = XMLUtils.getNodeAttributeValue(element,
296 messageID = XMLUtils.getNodeAttributeValue(element,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/
H A DPAOSRequest.java290 responseConsumerURL = XMLUtils.getNodeAttributeValue(element,
293 service = XMLUtils.getNodeAttributeValue(element,
296 messageID = XMLUtils.getNodeAttributeValue(element,

Completed in 50 milliseconds

12345