Class AbstractXmlFactory<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.ws.rs.core.Configuration config  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractXmlFactory​(javax.ws.rs.core.Configuration config)  
    • Field Detail

      • config

        private final javax.ws.rs.core.Configuration config
    • Constructor Detail

      • AbstractXmlFactory

        protected AbstractXmlFactory​(javax.ws.rs.core.Configuration config)
    • Method Detail

      • isXmlSecurityDisabled

        boolean isXmlSecurityDisabled()
        Determines whether the "jersey.config.xml.security.disable" property is disabled for this factory.
        Returns:
        true if the xml security is disabled for this factory, false otherwise.