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

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/
H A DPropertyManager.java68 private XMLSecurityPropertyManager fSecurityPropertyMgr; field in class:PropertyManager
95 fSecurityPropertyMgr = (XMLSecurityPropertyManager)getProperty(XML_SECURITY_PROPERTY_MANAGER);
139 fSecurityPropertyMgr = new XMLSecurityPropertyManager();
140 supportedProps.put(XML_SECURITY_PROPERTY_MANAGER, fSecurityPropertyMgr);
166 (fSecurityPropertyMgr!=null && fSecurityPropertyMgr.getIndex(property) > -1) ;
204 fSecurityPropertyMgr = new XMLSecurityPropertyManager();
206 fSecurityPropertyMgr = (XMLSecurityPropertyManager)value;
208 supportedProps.put(Constants.XML_SECURITY_PROPERTY_MANAGER, fSecurityPropertyMgr);
216 if (fSecurityPropertyMgr
[all...]
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/
H A DSAXParserImpl.java113 private final XMLSecurityPropertyManager fSecurityPropertyMgr; field in class:SAXParserImpl
132 fSecurityPropertyMgr = new XMLSecurityPropertyManager();
134 xmlReader = new JAXPSAXParser(this, fSecurityPropertyMgr, fSecurityManager);
153 xmlReader.setProperty0(XML_SECURITY_PROPERTY_MANAGER, fSecurityPropertyMgr);
168 fSecurityPropertyMgr.setValue(XMLSecurityPropertyManager.Property.ACCESS_EXTERNAL_DTD,
170 fSecurityPropertyMgr.setValue(XMLSecurityPropertyManager.Property.ACCESS_EXTERNAL_SCHEMA,
393 private XMLSecurityPropertyManager fSecurityPropertyMgr; field in class:SAXParserImpl.JAXPSAXParser
405 fSecurityPropertyMgr = securityPropertyMgr;
420 if (fSecurityPropertyMgr == null) {
421 fSecurityPropertyMgr
[all...]
H A DDocumentBuilderImpl.java126 private XMLSecurityPropertyManager fSecurityPropertyMgr; field in class:DocumentBuilderImpl
173 fSecurityPropertyMgr = new XMLSecurityPropertyManager();
174 domParser.setProperty(XML_SECURITY_PROPERTY_MANAGER, fSecurityPropertyMgr);
188 fSecurityPropertyMgr.setValue(Property.ACCESS_EXTERNAL_DTD,
190 fSecurityPropertyMgr.setValue(Property.ACCESS_EXTERNAL_SCHEMA,
301 if (fSecurityPropertyMgr == null ||
302 !fSecurityPropertyMgr.setValue(name, XMLSecurityPropertyManager.State.APIPROPERTY, val)) {
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaFactory.java122 private XMLSecurityPropertyManager fSecurityPropertyMgr; field in class:XMLSchemaFactory
159 fSecurityPropertyMgr = new XMLSecurityPropertyManager();
161 fSecurityPropertyMgr);
441 fSecurityPropertyMgr.setValue(XMLSecurityPropertyManager.Property.ACCESS_EXTERNAL_DTD,
443 fSecurityPropertyMgr.setValue(XMLSecurityPropertyManager.Property.ACCESS_EXTERNAL_SCHEMA,
489 fSecurityPropertyMgr = new XMLSecurityPropertyManager();
491 fSecurityPropertyMgr = (XMLSecurityPropertyManager)object;
493 fXMLSchemaLoader.setProperty(Constants.XML_SECURITY_PROPERTY_MANAGER, fSecurityPropertyMgr);
506 if (fSecurityPropertyMgr == null ||
507 !fSecurityPropertyMgr
[all...]
H A DXMLSchemaValidatorComponentManager.java215 private final XMLSecurityPropertyManager fSecurityPropertyMgr; field in class:XMLSchemaValidatorComponentManager
307 fSecurityPropertyMgr = (XMLSecurityPropertyManager)
309 setProperty(XML_SECURITY_PROPERTY_MANAGER, fSecurityPropertyMgr);
379 fSecurityPropertyMgr.setValue(XMLSecurityPropertyManager.Property.ACCESS_EXTERNAL_DTD,
381 fSecurityPropertyMgr.setValue(XMLSecurityPropertyManager.Property.ACCESS_EXTERNAL_SCHEMA,
383 setProperty(XML_SECURITY_PROPERTY_MANAGER, fSecurityPropertyMgr);
459 if (fSecurityPropertyMgr == null ||
460 !fSecurityPropertyMgr.setValue(propertyId, XMLSecurityPropertyManager.State.APIPROPERTY, value)) {
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java300 protected XMLSecurityPropertyManager fSecurityPropertyMgr; field in class:XIncludeHandler
552 fSecurityPropertyMgr = (XMLSecurityPropertyManager)
708 fSecurityPropertyMgr = (XMLSecurityPropertyManager)value;
1704 fChildConfig.setProperty(XML_SECURITY_PROPERTY_MANAGER, fSecurityPropertyMgr);
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java414 private XMLSecurityPropertyManager fSecurityPropertyMgr = null; field in class:XSDHandler
717 fAnnotationValidator.setProperty(XML_SECURITY_PROPERTY_MANAGER, fSecurityPropertyMgr);
3610 fSecurityPropertyMgr = (XMLSecurityPropertyManager)
3614 fSchemaParser.setProperty(XML_SECURITY_PROPERTY_MANAGER, fSecurityPropertyMgr);
3616 fAccessExternalDTD = fSecurityPropertyMgr.getValue(
3618 fAccessExternalSchema = fSecurityPropertyMgr.getValue(

Completed in 184 milliseconds