Searched refs:elem (Results 1 - 25 of 180) sorted by relevance

12345678

/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionRequestParser.java91 Element elem = document.getDocumentElement();
93 String temp = elem.getAttribute("vers");
97 temp = elem.getAttribute("reqid");
103 String data = elem.getAttribute("requester");
115 NodeList nodelist = elem.getElementsByTagName("GetSession");
122 nodelist = elem.getElementsByTagName("GetValidSessions");
128 nodelist = elem.getElementsByTagName("DestroySession");
134 nodelist = elem.getElementsByTagName("Logout");
140 nodelist = elem.getElementsByTagName("AddSessionListener");
146 nodelist = elem
219 parseCDATA(Element elem) argument
233 parseGetSessionAttributes(Element elem) argument
[all...]
H A DSessionNotificationParser.java86 Element elem = document.getDocumentElement();
89 String temp = elem.getAttribute("vers");
92 temp = elem.getAttribute("notid");
96 NodeList nodelist = elem.getElementsByTagName("Session");
106 nodelist = elem.getElementsByTagName("Type");
121 nodelist = elem.getElementsByTagName("Time");
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/
H A Djquery.js140 return this.pushStack( jQuery.map(this, function( elem, i ) {
141 return callback.call( elem, i, elem );
350 nodeName: function( elem, name ) {
351 return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
429 inArray: function( elem, arr, i ) {
434 return indexOf.call( arr, elem, i );
442 if ( i in arr && arr[ i ] === elem ) {
653 indexOf = function( list, elem ) {
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DContextFactory.java103 * @param elem a DOM Element representation of <code>Request</code>
109 public Request createRequest(Element elem) argument
112 XACMLConstants.REQUEST, elem);
114 return new RequestImpl(elem);
161 * @param elem a DOM Element representation of <code>Resource</code>
167 public Resource createResource(Element elem) argument
170 XACMLConstants.RESOURCE, elem);
172 return new ResourceImpl(elem);
218 * @param elem a DOM Element representation of <code>Subject</code>
224 public Subject createSubject(Element elem) argument
281 createAction(Element elem) argument
339 createEnvironment(Element elem) argument
400 createAttribute(Element elem) argument
463 createXACMLAuthzDecisionQuery(Element elem) argument
527 createXACMLAuthzDecisionStatement( Element elem) argument
585 createResponse(Element elem) argument
641 createResult(Element elem) argument
697 createDecision(Element elem) argument
753 createStatus(Element elem) argument
809 createStatusCode(Element elem) argument
865 createStatusMessage(Element elem) argument
921 createStatusDetail(Element elem) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DContextFactory.java103 * @param elem a DOM Element representation of <code>Request</code>
109 public Request createRequest(Element elem) argument
112 XACMLConstants.REQUEST, elem);
114 return new RequestImpl(elem);
161 * @param elem a DOM Element representation of <code>Resource</code>
167 public Resource createResource(Element elem) argument
170 XACMLConstants.RESOURCE, elem);
172 return new ResourceImpl(elem);
218 * @param elem a DOM Element representation of <code>Subject</code>
224 public Subject createSubject(Element elem) argument
281 createAction(Element elem) argument
339 createEnvironment(Element elem) argument
400 createAttribute(Element elem) argument
463 createXACMLAuthzDecisionQuery(Element elem) argument
527 createXACMLAuthzDecisionStatement( Element elem) argument
585 createResponse(Element elem) argument
641 createResult(Element elem) argument
697 createDecision(Element elem) argument
753 createStatus(Element elem) argument
809 createStatusCode(Element elem) argument
865 createStatusMessage(Element elem) argument
921 createStatusDetail(Element elem) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DRequestSetParser.java92 private void setRequestSetAttributes(Element elem, RequestSet requestSet) { argument
94 String temp = elem.getAttribute("vers");
100 temp = elem.getAttribute("svcid");
106 temp = elem.getAttribute("reqid");
116 private Request parseRequestElement(Element elem) { argument
119 String temp = elem.getAttribute("dtdid");
123 temp = elem.getAttribute("sid");
129 Node text = elem.getFirstChild();
H A DNotificationSetParser.java89 public void setNotificationSetAttributes(Element elem, argument
92 String temp = elem.getAttribute("vers");
98 temp = elem.getAttribute("svcid");
104 temp = elem.getAttribute("notid");
114 private Notification parseNotificationElement(Element elem) { argument
117 String temp = elem.getAttribute("dtdid");
124 NodeList nlist = elem.getChildNodes();
H A DResponseSetParser.java88 * @param elem XML element object.
91 public void setResponseSetAttributes(Element elem, ResponseSet responseSet) argument
94 String temp = elem.getAttribute("vers");
100 temp = elem.getAttribute("svcid");
106 temp = elem.getAttribute("reqid");
116 private Response parseResponseElement(Element elem) { argument
119 String temp = elem.getAttribute("dtdid");
125 Node text = elem.getFirstChild();
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DRequestSetParser.java92 private void setRequestSetAttributes(Element elem, RequestSet requestSet) { argument
94 String temp = elem.getAttribute("vers");
100 temp = elem.getAttribute("svcid");
106 temp = elem.getAttribute("reqid");
116 private Request parseRequestElement(Element elem) { argument
119 String temp = elem.getAttribute("dtdid");
123 temp = elem.getAttribute("sid");
129 Node text = elem.getFirstChild();
H A DNotificationSetParser.java89 public void setNotificationSetAttributes(Element elem, argument
92 String temp = elem.getAttribute("vers");
98 temp = elem.getAttribute("svcid");
104 temp = elem.getAttribute("notid");
114 private Notification parseNotificationElement(Element elem) { argument
117 String temp = elem.getAttribute("dtdid");
124 NodeList nlist = elem.getChildNodes();
H A DResponseSetParser.java88 * @param elem XML element object.
91 public void setResponseSetAttributes(Element elem, ResponseSet responseSet) argument
94 String temp = elem.getAttribute("vers");
100 temp = elem.getAttribute("svcid");
106 temp = elem.getAttribute("reqid");
116 private Response parseResponseElement(Element elem) { argument
119 String temp = elem.getAttribute("dtdid");
125 Node text = elem.getFirstChild();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionRequestParser.java89 Element elem = document.getDocumentElement();
91 String temp = elem.getAttribute("vers");
95 temp = elem.getAttribute("reqid");
101 String data = elem.getAttribute("requester");
113 NodeList nodelist = elem.getElementsByTagName("GetSession");
120 nodelist = elem.getElementsByTagName("GetValidSessions");
126 nodelist = elem.getElementsByTagName("DestroySession");
132 nodelist = elem.getElementsByTagName("Logout");
138 nodelist = elem.getElementsByTagName("AddSessionListener");
144 nodelist = elem
224 parseCDATA(Element elem) argument
238 parseGetSessionAttributes(Element elem) argument
[all...]
H A DSessionNotificationParser.java86 Element elem = document.getDocumentElement();
89 String temp = elem.getAttribute("vers");
92 temp = elem.getAttribute("notid");
96 NodeList nodelist = elem.getElementsByTagName("Session");
106 nodelist = elem.getElementsByTagName("Type");
121 nodelist = elem.getElementsByTagName("Time");
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DCustomHTMLEditorKit.java91 public View create(Element elem) argument
93 View v = super.create(elem);
96 v = new MyFormView(elem);
110 * @param elem the element to decorate
112 MyFormView(Element elem) argument
114 super(elem);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DCustomHTMLEditorKit.java92 public View create(Element elem) argument
94 View v = super.create(elem);
97 v = new MyFormView(elem);
111 * @param elem the element to decorate
113 MyFormView(Element elem) argument
115 super(elem);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DCustomHTMLEditorKit.java92 public View create(Element elem) argument
94 View v = super.create(elem);
97 v = new MyFormView(elem);
111 * @param elem the element to decorate
113 MyFormView(Element elem) argument
115 super(elem);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DCustomHTMLEditorKit.java91 public View create(Element elem) argument
93 View v = super.create(elem);
96 v = new MyFormView(elem);
110 * @param elem the element to decorate
112 MyFormView(Element elem) argument
114 super(elem);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DCustomHTMLEditorKit.java92 public View create(Element elem) argument
94 View v = super.create(elem);
97 v = new MyFormView(elem);
111 * @param elem the element to decorate
113 MyFormView(Element elem) argument
115 super(elem);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/share/
H A DNamingRequestParser.java76 Element elem = document.getDocumentElement();
80 String temp = elem.getAttribute("vers");
84 temp = elem.getAttribute("reqid");
88 temp = elem.getAttribute("sessid");
95 temp = elem.getAttribute("preferredNamingURL");
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DCustomHTMLEditorKit.java88 public View create(Element elem) argument
90 View v = super.create(elem);
93 v = new MyFormView(elem);
107 * @param elem the element to decorate
109 MyFormView(Element elem) argument
111 super(elem);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/share/
H A DNamingRequestParser.java76 Element elem = document.getDocumentElement();
80 String temp = elem.getAttribute("vers");
84 temp = elem.getAttribute("reqid");
88 temp = elem.getAttribute("sessid");
95 temp = elem.getAttribute("preferredNamingURL");
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAssertionFactory.java107 * @param elem a DOM Element representation of <code>Advice</code>
113 public Advice createAdvice(Element elem) argument
116 SAML2SDKUtils.ADVICE, elem);
118 return new AdviceImpl(elem);
164 * @param elem a DOM Element representation of <code>Assertion</code>
170 public Assertion createAssertion(Element elem) argument
173 SAML2SDKUtils.ASSERTION, elem);
175 return new AssertionImpl(elem);
222 * @param elem a DOM Element representation of <code>AssertionIDRef</code>
228 public AssertionIDRef createAssertionIDRef(Element elem) argument
287 createAudienceRestriction(Element elem) argument
345 createBaseID(Element elem) argument
402 createCondition(Element elem) argument
459 createConditions(Element elem) argument
502 createEncryptedAssertion(Element elem) argument
544 createEncryptedID(Element elem) argument
601 createIssuer(Element elem) argument
660 createKeyInfoConfirmationData(Element elem) argument
718 createNameID(Element elem) argument
776 createOneTimeUse(Element elem) argument
834 createProxyRestriction(Element elem) argument
891 createSubject(Element elem) argument
950 createSubjectConfirmation(Element elem) argument
1010 createSubjectConfirmationData(Element elem) argument
1069 createAction(org.w3c.dom.Element elem) argument
1129 createAttribute(org.w3c.dom.Element elem) argument
1190 createAttributeStatement( org.w3c.dom.Element elem) argument
1252 createAuthnContext(org.w3c.dom.Element elem) argument
1313 createAuthnStatement(org.w3c.dom.Element elem) argument
1374 createAuthzDecisionStatement( org.w3c.dom.Element elem) argument
1420 createEncryptedAttribute( org.w3c.dom.Element elem) argument
1483 createEvidence(org.w3c.dom.Element elem) argument
1543 createSubjectLocality(org.w3c.dom.Element elem) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAssertionFactory.java107 * @param elem a DOM Element representation of <code>Advice</code>
113 public Advice createAdvice(Element elem) argument
116 SAML2SDKUtils.ADVICE, elem);
118 return new AdviceImpl(elem);
164 * @param elem a DOM Element representation of <code>Assertion</code>
170 public Assertion createAssertion(Element elem) argument
173 SAML2SDKUtils.ASSERTION, elem);
175 return new AssertionImpl(elem);
222 * @param elem a DOM Element representation of <code>AssertionIDRef</code>
228 public AssertionIDRef createAssertionIDRef(Element elem) argument
287 createAudienceRestriction(Element elem) argument
345 createBaseID(Element elem) argument
402 createCondition(Element elem) argument
459 createConditions(Element elem) argument
502 createEncryptedAssertion(Element elem) argument
544 createEncryptedID(Element elem) argument
601 createIssuer(Element elem) argument
660 createKeyInfoConfirmationData(Element elem) argument
718 createNameID(Element elem) argument
776 createOneTimeUse(Element elem) argument
834 createProxyRestriction(Element elem) argument
891 createSubject(Element elem) argument
950 createSubjectConfirmation(Element elem) argument
1010 createSubjectConfirmationData(Element elem) argument
1069 createAction(org.w3c.dom.Element elem) argument
1129 createAttribute(org.w3c.dom.Element elem) argument
1190 createAttributeStatement( org.w3c.dom.Element elem) argument
1252 createAuthnContext(org.w3c.dom.Element elem) argument
1313 createAuthnStatement(org.w3c.dom.Element elem) argument
1374 createAuthzDecisionStatement( org.w3c.dom.Element elem) argument
1420 createEncryptedAttribute( org.w3c.dom.Element elem) argument
1483 createEvidence(org.w3c.dom.Element elem) argument
1543 createSubjectLocality(org.w3c.dom.Element elem) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/policy/
H A DPolicyFactory.java87 * @param elem a DOM Element representation of <code>Obligation</code>
93 public Obligation createObligation(Element elem) argument
96 XACMLConstants.REQUEST, elem);
98 return new ObligationImpl(elem);
145 * @param elem a DOM Element representation of <code>Obligations</code>
151 public Obligations createObligations(Element elem) argument
154 XACMLConstants.RESOURCE, elem);
156 return new ObligationsImpl(elem);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DResourceID.java70 * @param elem <code>ResourceID</code> in DOM Element
73 public ResourceID(Element elem) throws DiscoveryException { argument
74 if (elem == null) {
81 if (((tag = elem.getLocalName()) == null) ||
83 ((nameSpaceURI = elem.getNamespaceURI()) == null) ||
91 id = elem.getAttribute("id");
92 resourceID = XMLUtils.getElementValue(elem);

Completed in 88 milliseconds

12345678