Searched refs:parseNodeAttributes (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLRequestParser.java121 parseNodeAttributes(requestNode,"authIdentifier");
148 parseNodeAttributes(newAuthContextNode,"orgName");
163 String queryType = parseNodeAttributes(
168 String orgName = parseNodeAttributes(
187 parseNodeAttributes(loginNode,"orgName");
209 parseNodeAttributes(loginNode,"hostName");
214 parseNodeAttributes(loginNode,AuthXMLTags.LOCALE);
219 parseNodeAttributes(loginNode,"forceAuth");
318 private String parseNodeAttributes(Node requestNode,String attrName) { method in class:AuthXMLRequestParser
355 parseNodeAttributes(indexTypeNamePai
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLRequestParser.java121 parseNodeAttributes(requestNode,"authIdentifier");
148 parseNodeAttributes(newAuthContextNode,"orgName");
163 String queryType = parseNodeAttributes(
168 String orgName = parseNodeAttributes(
187 parseNodeAttributes(loginNode,"orgName");
209 parseNodeAttributes(loginNode,"hostName");
214 parseNodeAttributes(loginNode,AuthXMLTags.LOCALE);
219 parseNodeAttributes(loginNode,"forceAuth");
318 private String parseNodeAttributes(Node requestNode,String attrName) { method in class:AuthXMLRequestParser
355 parseNodeAttributes(indexTypeNamePai
[all...]

Completed in 49 milliseconds