Searched refs:childNode (Results 1 - 25 of 77) sorted by relevance

1234

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DAuthenticationCallbackXMLHelper.java58 * @param childNode XML document node.
63 Callback createAuthenticationCallback(Node childNode, Callback callback); argument
H A DAuthXMLUtils.java141 Node childNode = childNodes.item(i);
142 String childNodeName = childNode.getNodeName();
148 createHiddenValueCallback(childNode,callbacks[nameIndex]));
152 callbackList.add(createHiddenValueCallback(childNode,null));
159 createNameCallback(childNode,callbacks[nameIndex]));
163 callbackList.add(createNameCallback(childNode,null));
169 callbackList.add(createPasswordCallback(childNode,
174 callbackList.add(createPasswordCallback(childNode,null));
180 callbackList.add(createChoiceCallback(childNode,
185 callbackList.add(createChoiceCallback(childNode,nul
453 createNameCallback(Node childNode, Callback callback) argument
484 createHiddenValueCallback(Node childNode, Callback callback) argument
513 createPasswordCallback( Node childNode, Callback callback) argument
550 createChoiceCallback( Node childNode, Callback callback) argument
613 createConfirmationCallback( Node childNode, Callback callback) argument
701 createTextInputCallback( Node childNode, Callback callback) argument
728 createTextOutputCallback( Node childNode, Callback callback) argument
762 createPagePropertiesCallback( Node childNode, Callback callback) argument
799 createX509CertificateCallback( Node childNode, Callback callback) argument
848 createRedirectCallback(Node childNode, Callback callback) argument
888 createHttpCallback(Node childNode, Callback callback) argument
1516 getValueOfChildNode(Node node, String childNode) argument
1525 createCustomCallback( Node childNode, Callback customCallback) argument
1897 createLanguageCallback( Node childNode, Callback callback) argument
1995 getDefaultValue(Node childNode) argument
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/utils/indextree/
H A DSimpleReferenceTree.java99 TreeNode parentNode = null, childNode = null;
109 parentNode = childNode = findLastMatchingNode(lockNode, rule);
113 childNode = factory.getTreeNode(rule.charAt(index));
114 childNode.setParent(parentNode);
115 childNode.setSibling(parentNode.getChild());
116 parentNode.setChild(childNode);
117 parentNode = childNode;
122 childNode.markEndPoint();
163 TreeNode childNode = null;
168 childNode
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DAuthenticationCallbackXMLHelper.java58 * @param childNode XML document node.
63 Callback createAuthenticationCallback(Node childNode, Callback callback); argument
H A DAuthXMLUtils.java141 Node childNode = childNodes.item(i);
142 String childNodeName = childNode.getNodeName();
148 createHiddenValueCallback(childNode,callbacks[nameIndex]));
152 callbackList.add(createHiddenValueCallback(childNode,null));
159 createNameCallback(childNode,callbacks[nameIndex]));
163 callbackList.add(createNameCallback(childNode,null));
169 callbackList.add(createPasswordCallback(childNode,
174 callbackList.add(createPasswordCallback(childNode,null));
180 callbackList.add(createChoiceCallback(childNode,
185 callbackList.add(createChoiceCallback(childNode,nul
453 createNameCallback(Node childNode, Callback callback) argument
484 createHiddenValueCallback(Node childNode, Callback callback) argument
513 createPasswordCallback( Node childNode, Callback callback) argument
550 createChoiceCallback( Node childNode, Callback callback) argument
613 createConfirmationCallback( Node childNode, Callback callback) argument
701 createTextInputCallback( Node childNode, Callback callback) argument
728 createTextOutputCallback( Node childNode, Callback callback) argument
762 createPagePropertiesCallback( Node childNode, Callback callback) argument
799 createX509CertificateCallback( Node childNode, Callback callback) argument
848 createRedirectCallback(Node childNode, Callback callback) argument
888 createHttpCallback(Node childNode, Callback callback) argument
1516 getValueOfChildNode(Node node, String childNode) argument
1525 createCustomCallback( Node childNode, Callback customCallback) argument
1897 createLanguageCallback( Node childNode, Callback callback) argument
1995 getDefaultValue(Node childNode) argument
[all...]
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/utils/indextree/
H A DSimpleReferenceTree.java99 TreeNode parentNode = null, childNode = null;
109 parentNode = childNode = findLastMatchingNode(lockNode, rule);
113 childNode = factory.getTreeNode(rule.charAt(index));
114 childNode.setParent(parentNode);
115 childNode.setSibling(parentNode.getChild());
116 parentNode.setChild(childNode);
117 parentNode = childNode;
122 childNode.markEndPoint();
163 TreeNode childNode = null;
168 childNode
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DLogoutResponseImpl.java190 Node childNode = nList.item(i);
191 String cName = childNode.getLocalName() ;
195 assertionFactory.createIssuer((Element)childNode);
198 XMLUtils.getElementString((Element)childNode);
202 protoFactory.createExtensions((Element)childNode);
205 protoFactory.createStatus((Element)childNode);
H A DManageNameIDResponseImpl.java147 Node childNode = nList.item(i);
148 String cName = childNode.getLocalName() ;
151 issuer = af.createIssuer((Element)childNode);
154 XMLUtils.getElementString((Element)childNode);
157 extensions = pf.createExtensions((Element)childNode);
159 status = pf.createStatus((Element)childNode);
H A DManageNameIDRequestImpl.java145 Node childNode = nList.item(i);
146 String cName = childNode.getLocalName() ;
150 assertionFactory.createIssuer((Element)childNode);
153 XMLUtils.getElementString((Element)childNode);
157 protocolFactory.createExtensions((Element)childNode);
160 assertionFactory.createNameID((Element)childNode);
163 assertionFactory.createEncryptedID((Element)childNode);
166 protocolFactory.createNewID((Element)childNode);
169 protocolFactory.createNewEncryptedID((Element)childNode);
H A DNameIDMappingResponseImpl.java142 Node childNode = nList.item(i);
143 String cName = childNode.getLocalName() ;
146 issuer = af.createIssuer((Element)childNode);
149 XMLUtils.getElementString((Element)childNode);
152 extensions = pf.createExtensions((Element)childNode);
154 nameID = af.createNameID((Element)childNode);
156 encryptedID = af.createEncryptedID((Element)childNode);
158 status = pf.createStatus((Element)childNode);
H A DLogoutRequestImpl.java472 Node childNode = nList.item(i);
473 String cName = childNode.getLocalName() ;
477 assertionFactory.createIssuer((Element)childNode);
479 signatureString = XMLUtils.print((Element) childNode);
483 protoFactory.createExtensions((Element)childNode);
486 assertionFactory.createBaseID((Element)childNode);
489 assertionFactory.createNameID((Element)childNode);
492 assertionFactory.createEncryptedID((Element)childNode);
499 XMLUtils.getElementString((Element)childNode);
H A DStatusImpl.java263 Node childNode = nList.item(i);
264 String cName = childNode.getLocalName();
268 protoFactory.createStatusCode((Element)childNode);
272 XMLUtils.getElementString((Element)childNode);
275 protoFactory.createStatusDetail((Element)childNode);
H A DExtensionsImpl.java194 Node childNode = nList.item(i);
195 if (childNode.getLocalName() != null) {
196 extensionsList.add(XMLUtils.print(childNode));
H A DStatusCodeImpl.java232 Node childNode = nList.item(i);
233 String cName = childNode.getLocalName();
237 protoFactory.createStatusCode((Element)childNode);
H A DStatusDetailImpl.java198 Node childNode = nList.item(i);
199 if (childNode.getLocalName() != null) {
200 statusDetailList.add(XMLUtils.print(childNode));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DLogoutResponseImpl.java190 Node childNode = nList.item(i);
191 String cName = childNode.getLocalName() ;
195 assertionFactory.createIssuer((Element)childNode);
198 XMLUtils.getElementString((Element)childNode);
202 protoFactory.createExtensions((Element)childNode);
205 protoFactory.createStatus((Element)childNode);
H A DManageNameIDResponseImpl.java147 Node childNode = nList.item(i);
148 String cName = childNode.getLocalName() ;
151 issuer = af.createIssuer((Element)childNode);
154 XMLUtils.getElementString((Element)childNode);
157 extensions = pf.createExtensions((Element)childNode);
159 status = pf.createStatus((Element)childNode);
H A DManageNameIDRequestImpl.java145 Node childNode = nList.item(i);
146 String cName = childNode.getLocalName() ;
150 assertionFactory.createIssuer((Element)childNode);
153 XMLUtils.getElementString((Element)childNode);
157 protocolFactory.createExtensions((Element)childNode);
160 assertionFactory.createNameID((Element)childNode);
163 assertionFactory.createEncryptedID((Element)childNode);
166 protocolFactory.createNewID((Element)childNode);
169 protocolFactory.createNewEncryptedID((Element)childNode);
H A DNameIDMappingResponseImpl.java142 Node childNode = nList.item(i);
143 String cName = childNode.getLocalName() ;
146 issuer = af.createIssuer((Element)childNode);
149 XMLUtils.getElementString((Element)childNode);
152 extensions = pf.createExtensions((Element)childNode);
154 nameID = af.createNameID((Element)childNode);
156 encryptedID = af.createEncryptedID((Element)childNode);
158 status = pf.createStatus((Element)childNode);
H A DLogoutRequestImpl.java472 Node childNode = nList.item(i);
473 String cName = childNode.getLocalName() ;
477 assertionFactory.createIssuer((Element)childNode);
479 signatureString = XMLUtils.print((Element) childNode);
483 protoFactory.createExtensions((Element)childNode);
486 assertionFactory.createBaseID((Element)childNode);
489 assertionFactory.createNameID((Element)childNode);
492 assertionFactory.createEncryptedID((Element)childNode);
499 XMLUtils.getElementString((Element)childNode);
H A DStatusImpl.java263 Node childNode = nList.item(i);
264 String cName = childNode.getLocalName();
268 protoFactory.createStatusCode((Element)childNode);
272 XMLUtils.getElementString((Element)childNode);
275 protoFactory.createStatusDetail((Element)childNode);
H A DExtensionsImpl.java194 Node childNode = nList.item(i);
195 if (childNode.getLocalName() != null) {
196 extensionsList.add(XMLUtils.print(childNode));
H A DStatusCodeImpl.java232 Node childNode = nList.item(i);
233 String cName = childNode.getLocalName();
237 protoFactory.createStatusCode((Element)childNode);
/forgerock/openam-v13/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/utils/indextree/treenodes/
H A DBasicTreeNodeTest.java49 TreeNode childNode = mock(TreeNode.class);
55 basicTreeNode.setChild(childNode);
62 assertEquals(childNode, basicTreeNode.getChild());
/forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/utils/indextree/treenodes/
H A DBasicTreeNodeTest.java49 TreeNode childNode = mock(TreeNode.class);
55 basicTreeNode.setChild(childNode);
62 assertEquals(childNode, basicTreeNode.getChild());

Completed in 110 milliseconds

1234