ADC Home > Reference Library > Reference > Darwin > Miscellaneous User Space API Reference

 


security.h

Includes:

Introduction



Typedefs


xsltSecurityCheck


typedef int (*xsltSecurityCheck) (
    xsltSecurityPrefsPtr sec, 
    xsltTransformContextPtr ctxt, 
    const char *value);  
Discussion

xsltSecurityCheck:

User provided function to check the value of a string like a file path or an URL ...


xsltSecurityOption


typedef enum { 
    XSLT_SECPREF_READ_FILE = 1, 
    XSLT_SECPREF_WRITE_FILE, 
    XSLT_SECPREF_CREATE_DIRECTORY, 
    XSLT_SECPREF_READ_NETWORK, 
    XSLT_SECPREF_WRITE_NETWORK 
} xsltSecurityOption;  
Discussion

xsltSecurityOption:

the set of option that can be configured


xsltSecurityPrefs


typedef struct _xsltSecurityPrefs xsltSecurityPrefs;  
Discussion

xsltSecurityPref:

structure to indicate the preferences for security in the XSLT transformation.

Last Updated: 2006-06-20