Searched refs:xmlValue (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/model/
H A DAuthConfigurationModelImpl.java89 private String xmlValue = null; field in class:AuthConfigurationModelImpl
372 if ((xmlValue == null) || (xmlValue.length() < 1) ) {
375 return xmlValue ;
385 xmlValue = value;
409 xmlValue =
441 xmlValue =
445 s.add(xmlValue);
507 xmlValue = null;
551 if ((configData != null) && !configData.isEmpty() && (xmlValue
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/model/
H A DAuthConfigurationModelImpl.java89 private String xmlValue = null; field in class:AuthConfigurationModelImpl
372 if ((xmlValue == null) || (xmlValue.length() < 1) ) {
375 return xmlValue ;
385 xmlValue = value;
409 xmlValue =
441 xmlValue =
445 s.add(xmlValue);
507 xmlValue = null;
551 if ((configData != null) && !configData.isEmpty() && (xmlValue
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthConfigUtils.java102 * @param xmlValue XML string value for the authentication configuration.
106 public static AppConfigurationEntry[] parseValues(String xmlValue) { argument
109 "AuthConfigUtil.AppConfigurationEntry, xml=" + xmlValue);
112 Document document = XMLUtils.toDOMDocument(xmlValue, debug);
772 * @param xmlValue XML value for the authentication configuration.
776 public static List xmlToAuthConfigurationEntry(String xmlValue) { argument
778 debug.message("AuthConfUtil.xmltoentries, xml=" +xmlValue);
782 Document document = XMLUtils.toDOMDocument(xmlValue, debug);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthConfigUtils.java104 * @param xmlValue XML string value for the authentication configuration.
108 public static AppConfigurationEntry[] parseValues(String xmlValue) { argument
111 "AuthConfigUtil.AppConfigurationEntry, xml=" + xmlValue);
114 Document document = XMLUtils.toDOMDocument(xmlValue, debug);
767 * @param xmlValue XML value for the authentication configuration.
771 public static List xmlToAuthConfigurationEntry(String xmlValue) { argument
773 debug.message("AuthConfUtil.xmltoentries, xml=" +xmlValue);
777 Document document = XMLUtils.toDOMDocument(xmlValue, debug);

Completed in 46 milliseconds