Searched refs:getNodeAttributeValue (Results 1 - 25 of 120) sorted by relevance

12345

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginInterface.java55 name = XMLUtils.getNodeAttributeValue(n, SMSUtils.NAME);
56 interfaceClass = XMLUtils.getNodeAttributeValue(n,
58 key = XMLUtils.getNodeAttributeValue(n, SMSUtils.I18N_KEY);
H A DAttributeSchemaImpl.java500 name = XMLUtils.getNodeAttributeValue(n, SMSUtils.NAME);
503 resourceName = XMLUtils.getNodeAttributeValue(n, SMSUtils.RESOURCE_NAME);
506 key = XMLUtils.getNodeAttributeValue(n, SMSUtils.I18N_KEY);
509 String attrType = XMLUtils.getNodeAttributeValue(n,
523 String attrUIType = XMLUtils.getNodeAttributeValue(n,
538 String attrListOrder = XMLUtils.getNodeAttributeValue(n, SMSUtils.ATTRIBUTE_LIST_ORDER);
549 String attrSyntax = XMLUtils.getNodeAttributeValue(n,
572 trueValueKey = XMLUtils.getNodeAttributeValue(node,
581 falseValueKey = XMLUtils.getNodeAttributeValue(node,
603 String className = XMLUtils.getNodeAttributeValue(
[all...]
H A DPluginSchemaImpl.java185 if (XMLUtils.getNodeAttributeValue(nodes.item(i),
203 iclass = XMLUtils.getNodeAttributeValue(pluginNode,
205 jarURL = XMLUtils.getNodeAttributeValue(pluginNode,
207 resourceBundleURL = XMLUtils.getNodeAttributeValue(pluginNode,
209 i18nFileName = XMLUtils.getNodeAttributeValue(pluginNode,
211 viewBeanURL = XMLUtils.getNodeAttributeValue(pluginNode,
213 i18nKey = XMLUtils.getNodeAttributeValue(pluginNode, SMSUtils.I18N_KEY);
221 String aname = XMLUtils.getNodeAttributeValue(node, SMSUtils.NAME);
H A DCreateServiceConfig.java99 String insName = XMLUtils.getNodeAttributeValue(insNode,
104 String insGroup = XMLUtils.getNodeAttributeValue(insNode,
109 String insUri = XMLUtils.getNodeAttributeValue(insNode,
155 String globalGroup = XMLUtils.getNodeAttributeValue(globalNode,
173 String orgGroup = XMLUtils.getNodeAttributeValue(orgNode,
180 String orgName = XMLUtils.getNodeAttributeValue(orgNode,
217 String pName = XMLUtils.getNodeAttributeValue(pNode, SMSUtils.NAME);
218 String schemaName = XMLUtils.getNodeAttributeValue(pNode,
220 String intName = XMLUtils.getNodeAttributeValue(pNode,
223 .getNodeAttributeValue(pNod
[all...]
H A DPluginSchema.java277 if (XMLUtils.getNodeAttributeValue(nodes.item(i), SMSUtils.NAME)
306 String name = XMLUtils.getNodeAttributeValue(node, SMSUtils.NAME);
307 String interfaceName = XMLUtils.getNodeAttributeValue(node,
309 String orgName = DNMapper.orgNameToDN(XMLUtils.getNodeAttributeValue(
H A DServiceSchemaImpl.java383 name = XMLUtils.getNodeAttributeValue(schemaNode, SMSUtils.NAME);
384 i18nKey = XMLUtils.getNodeAttributeValue(schemaNode, SMSUtils.I18N_KEY);
385 i18nFileName = XMLUtils.getNodeAttributeValue(schemaNode, SMSUtils.PROPERTIES_FILENAME);
386 statusAttribute = XMLUtils.getNodeAttributeValue(schemaNode,
388 inheritance = XMLUtils.getNodeAttributeValue(schemaNode,
391 .getNodeAttributeValue(schemaNode, SMSUtils.VALIDATE);
393 .getNodeAttributeValue(schemaNode, SMSUtils.RESOURCE_NAME);
394 hideConfigUI = XMLUtils.getNodeAttributeValue(schemaNode, SMSUtils.HIDE_CONFIG_UI);
395 realmCloneable = XMLUtils.getNodeAttributeValue(schemaNode, SMSUtils.REALM_CLONEABLE);
409 String name = XMLUtils.getNodeAttributeValue(nod
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginInterface.java55 name = XMLUtils.getNodeAttributeValue(n, SMSUtils.NAME);
56 interfaceClass = XMLUtils.getNodeAttributeValue(n,
58 key = XMLUtils.getNodeAttributeValue(n, SMSUtils.I18N_KEY);
H A DAttributeSchemaImpl.java522 name = XMLUtils.getNodeAttributeValue(n, SMSUtils.NAME);
525 resourceName = XMLUtils.getNodeAttributeValue(n, SMSUtils.RESOURCE_NAME);
528 key = XMLUtils.getNodeAttributeValue(n, SMSUtils.I18N_KEY);
531 order = Integer.valueOf(XMLUtils.getNodeAttributeValue(n, SMSUtils.ORDER));
537 String attrType = XMLUtils.getNodeAttributeValue(n,
551 String attrUIType = XMLUtils.getNodeAttributeValue(n,
566 String attrListOrder = XMLUtils.getNodeAttributeValue(n, SMSUtils.ATTRIBUTE_LIST_ORDER);
577 String attrSyntax = XMLUtils.getNodeAttributeValue(n,
600 trueValueKey = XMLUtils.getNodeAttributeValue(node,
609 falseValueKey = XMLUtils.getNodeAttributeValue(nod
[all...]
H A DPluginSchemaImpl.java184 if (XMLUtils.getNodeAttributeValue(nodes.item(i),
202 iclass = XMLUtils.getNodeAttributeValue(pluginNode,
204 jarURL = XMLUtils.getNodeAttributeValue(pluginNode,
206 resourceBundleURL = XMLUtils.getNodeAttributeValue(pluginNode,
208 i18nFileName = XMLUtils.getNodeAttributeValue(pluginNode,
210 viewBeanURL = XMLUtils.getNodeAttributeValue(pluginNode,
212 i18nKey = XMLUtils.getNodeAttributeValue(pluginNode, SMSUtils.I18N_KEY);
220 String aname = XMLUtils.getNodeAttributeValue(node, SMSUtils.NAME);
H A DCreateServiceConfig.java99 String insName = XMLUtils.getNodeAttributeValue(insNode,
104 String insGroup = XMLUtils.getNodeAttributeValue(insNode,
109 String insUri = XMLUtils.getNodeAttributeValue(insNode,
155 String globalGroup = XMLUtils.getNodeAttributeValue(globalNode,
173 String orgGroup = XMLUtils.getNodeAttributeValue(orgNode,
180 String orgName = XMLUtils.getNodeAttributeValue(orgNode,
217 String pName = XMLUtils.getNodeAttributeValue(pNode, SMSUtils.NAME);
218 String schemaName = XMLUtils.getNodeAttributeValue(pNode,
220 String intName = XMLUtils.getNodeAttributeValue(pNode,
223 .getNodeAttributeValue(pNod
[all...]
H A DPluginSchema.java277 if (XMLUtils.getNodeAttributeValue(nodes.item(i), SMSUtils.NAME)
306 String name = XMLUtils.getNodeAttributeValue(node, SMSUtils.NAME);
307 String interfaceName = XMLUtils.getNodeAttributeValue(node,
309 String orgName = DNMapper.orgNameToDN(XMLUtils.getNodeAttributeValue(
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DRemoveListenerRequest.java123 String attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
135 attr = XMLUtils.getNodeAttributeValue(pNode, NOTIFICATION_URL);
H A DResourceResultRequest.java236 attr = XMLUtils.getNodeAttributeValue(pNode, USER_SSOTOKEN);
247 attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
258 attr = XMLUtils.getNodeAttributeValue(pNode, RESOURCE_NAME);
269 attr = XMLUtils.getNodeAttributeValue(pNode, RESOURCE_SCOPE);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DRemoveListenerRequest.java123 String attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
135 attr = XMLUtils.getNodeAttributeValue(pNode, NOTIFICATION_URL);
H A DResourceResultRequest.java236 attr = XMLUtils.getNodeAttributeValue(pNode, USER_SSOTOKEN);
247 attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
258 attr = XMLUtils.getNodeAttributeValue(pNode, RESOURCE_NAME);
269 attr = XMLUtils.getNodeAttributeValue(pNode, RESOURCE_SCOPE);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DCorrelationHeader.java80 messageID = XMLUtils.getNodeAttributeValue(
89 id = XMLUtils.getNodeAttributeValue(
92 refToMessageID = XMLUtils.getNodeAttributeValue(
109 str = XMLUtils.getNodeAttributeValue(
H A DConsentHeader.java74 uri = XMLUtils.getNodeAttributeValue(
76 id = XMLUtils.getNodeAttributeValue(
91 str = XMLUtils.getNodeAttributeValue(
H A DProviderHeader.java81 providerID = XMLUtils.getNodeAttributeValue(
89 affiliationID = XMLUtils.getNodeAttributeValue(
92 id = XMLUtils.getNodeAttributeValue(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DCorrelationHeader.java83 messageID = XMLUtils.getNodeAttributeValue(
92 id = XMLUtils.getNodeAttributeValue(
95 refToMessageID = XMLUtils.getNodeAttributeValue(
112 str = XMLUtils.getNodeAttributeValue(
H A DConsentHeader.java74 uri = XMLUtils.getNodeAttributeValue(
76 id = XMLUtils.getNodeAttributeValue(
91 str = XMLUtils.getNodeAttributeValue(
H A DProviderHeader.java81 providerID = XMLUtils.getNodeAttributeValue(
89 affiliationID = XMLUtils.getNodeAttributeValue(
92 id = XMLUtils.getNodeAttributeValue(
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/protocol/
H A DParameter.java81 name = XMLUtils.getNodeAttributeValue(element,
H A DSASLRequest.java114 mechanism = XMLUtils.getNodeAttributeValue(element,
122 id = XMLUtils.getNodeAttributeValue(element,
125 authzID = XMLUtils.getNodeAttributeValue(element,
128 advisoryAuthnID = XMLUtils.getNodeAttributeValue(element,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/protocol/
H A DParameter.java81 name = XMLUtils.getNodeAttributeValue(element,
H A DSASLRequest.java114 mechanism = XMLUtils.getNodeAttributeValue(element,
122 id = XMLUtils.getNodeAttributeValue(element,
125 authzID = XMLUtils.getNodeAttributeValue(element,
128 advisoryAuthnID = XMLUtils.getNodeAttributeValue(element,

Completed in 275 milliseconds

12345