Searched refs:DISABLE_XML_SECURITY (Results 1 - 7 of 7) sorted by relevance

/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/jxc/ap/
H A DOptions.java42 public static final String DISABLE_XML_SECURITY = "-disableXmlSecurity"; field in class:Options
88 if (args[i].equals(DISABLE_XML_SECURITY)) {
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/util/
H A DXmlFactory.java69 private static final String DISABLE_XML_SECURITY = "com.sun.xml.internal.bind.disableXmlSecurity"; field in class:XmlFactory
75 return Boolean.getBoolean(DISABLE_XML_SECURITY);
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/util/xml/
H A DXmlUtil.java97 private static final String DISABLE_XML_SECURITY = "com.sun.xml.internal.ws.disableXmlSecurity"; field in class:XmlUtil
103 return Boolean.getBoolean(DISABLE_XML_SECURITY);
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/api/
H A DJAXBRIContext.java535 public static final String DISABLE_XML_SECURITY = "com.sun.xml.internal.bind.disableXmlSecurity"; field in class:JAXBRIContext
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/jxc/
H A DConfigReader.java99 Config config = parseAndGetConfig(xmlFile, errorHandler, env.getOptions().containsKey(Options.DISABLE_XML_SECURITY));
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/
H A DContextFactory.java80 Boolean disablesecurityProcessing = getPropertyValue(properties, JAXBRIContext.DISABLE_XML_SECURITY, Boolean.class);
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/model/
H A DExternalMetadataReader.java416 properties.put(JAXBRIContext.DISABLE_XML_SECURITY, disableXmlSecurity);

Completed in 63 milliseconds