|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21585/root/usr/lib64/xulrunner-devel-17.0.10/include/ |
Upload File : |
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /builddir/build/BUILD/xulrunner-17.0.10/mozilla-esr17/caps/idl/nsIPrincipal.idl
*/
#ifndef __gen_nsIPrincipal_h__
#define __gen_nsIPrincipal_h__
#ifndef __gen_nsISerializable_h__
#include "nsISerializable.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
struct JSContext;
struct JSPrincipals;
#include "nsCOMPtr.h"
#include "nsTArray.h"
class nsIURI; /* forward declaration */
class nsIContentSecurityPolicy; /* forward declaration */
/* starting interface: nsIPrincipal */
#define NS_IPRINCIPAL_IID_STR "825ffce8-962d-11e1-aef3-8f2b6188709b"
#define NS_IPRINCIPAL_IID \
{0x825ffce8, 0x962d, 0x11e1, \
{ 0xae, 0xf3, 0x8f, 0x2b, 0x61, 0x88, 0x70, 0x9b }}
class nsIPrincipal : public nsISerializable {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IPRINCIPAL_IID)
enum {
ENABLE_DENIED = 1,
ENABLE_UNKNOWN = 2,
ENABLE_WITH_USER_PERMISSION = 3,
ENABLE_GRANTED = 4
};
/* void getPreferences (out string prefBranch, out string id, out string subjectName, out string grantedList, out string deniedList, out boolean isTrusted); */
NS_IMETHOD GetPreferences(char * *prefBranch, char * *id, char * *subjectName, char * *grantedList, char * *deniedList, bool *isTrusted) = 0;
/* boolean equals (in nsIPrincipal other); */
NS_IMETHOD Equals(nsIPrincipal *other, bool *_retval) = 0;
/* boolean equalsIgnoringDomain (in nsIPrincipal other); */
NS_IMETHOD EqualsIgnoringDomain(nsIPrincipal *other, bool *_retval) = 0;
/* [noscript] readonly attribute unsigned long hashValue; */
NS_IMETHOD GetHashValue(uint32_t *aHashValue) = 0;
/* [noscript] attribute voidPtr securityPolicy; */
NS_IMETHOD GetSecurityPolicy(void **aSecurityPolicy) = 0;
NS_IMETHOD SetSecurityPolicy(void *aSecurityPolicy) = 0;
/* [noscript] short canEnableCapability (in string capability); */
NS_IMETHOD CanEnableCapability(const char * capability, int16_t *_retval) = 0;
/* [noscript] boolean isCapabilityEnabled (in string capability, in voidPtr annotation); */
NS_IMETHOD IsCapabilityEnabled(const char * capability, void *annotation, bool *_retval) = 0;
/* [noscript] void enableCapability (in string capability, inout voidPtr annotation); */
NS_IMETHOD EnableCapability(const char * capability, void **annotation) = 0;
/* readonly attribute nsIURI URI; */
NS_IMETHOD GetURI(nsIURI * *aURI) = 0;
/* [noscript] attribute nsIURI domain; */
NS_IMETHOD GetDomain(nsIURI * *aDomain) = 0;
NS_IMETHOD SetDomain(nsIURI *aDomain) = 0;
/* readonly attribute string origin; */
NS_IMETHOD GetOrigin(char * *aOrigin) = 0;
/* readonly attribute boolean hasCertificate; */
NS_IMETHOD GetHasCertificate(bool *aHasCertificate) = 0;
/* readonly attribute AUTF8String fingerprint; */
NS_IMETHOD GetFingerprint(nsACString & aFingerprint) = 0;
/* readonly attribute AUTF8String prettyName; */
NS_IMETHOD GetPrettyName(nsACString & aPrettyName) = 0;
/* boolean subsumes (in nsIPrincipal other); */
NS_IMETHOD Subsumes(nsIPrincipal *other, bool *_retval) = 0;
/* boolean subsumesIgnoringDomain (in nsIPrincipal other); */
NS_IMETHOD SubsumesIgnoringDomain(nsIPrincipal *other, bool *_retval) = 0;
/* void checkMayLoad (in nsIURI uri, in boolean report, in boolean allowIfInheritsPrincipal); */
NS_IMETHOD CheckMayLoad(nsIURI *uri, bool report, bool allowIfInheritsPrincipal) = 0;
/* readonly attribute AUTF8String subjectName; */
NS_IMETHOD GetSubjectName(nsACString & aSubjectName) = 0;
/* readonly attribute nsISupports certificate; */
NS_IMETHOD GetCertificate(nsISupports * *aCertificate) = 0;
/* [noscript] attribute nsIContentSecurityPolicy csp; */
NS_IMETHOD GetCsp(nsIContentSecurityPolicy * *aCsp) = 0;
NS_IMETHOD SetCsp(nsIContentSecurityPolicy *aCsp) = 0;
/* readonly attribute AUTF8String extendedOrigin; */
NS_IMETHOD GetExtendedOrigin(nsACString & aExtendedOrigin) = 0;
enum {
APP_STATUS_NOT_INSTALLED = 0,
APP_STATUS_INSTALLED = 1,
APP_STATUS_PRIVILEGED = 2,
APP_STATUS_CERTIFIED = 3
};
/* readonly attribute unsigned short appStatus; */
NS_IMETHOD GetAppStatus(uint16_t *aAppStatus) = 0;
uint16_t GetAppStatus()
{
uint16_t appStatus;
nsresult rv = GetAppStatus(&appStatus);
if (NS_FAILED(rv)) {
return APP_STATUS_NOT_INSTALLED;
}
return appStatus;
}
/* readonly attribute unsigned long appId; */
NS_IMETHOD GetAppId(uint32_t *aAppId) = 0;
/* readonly attribute boolean isInBrowserElement; */
NS_IMETHOD GetIsInBrowserElement(bool *aIsInBrowserElement) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIPrincipal, NS_IPRINCIPAL_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIPRINCIPAL \
NS_IMETHOD GetPreferences(char * *prefBranch, char * *id, char * *subjectName, char * *grantedList, char * *deniedList, bool *isTrusted); \
NS_IMETHOD Equals(nsIPrincipal *other, bool *_retval); \
NS_IMETHOD EqualsIgnoringDomain(nsIPrincipal *other, bool *_retval); \
NS_IMETHOD GetHashValue(uint32_t *aHashValue); \
NS_IMETHOD GetSecurityPolicy(void **aSecurityPolicy); \
NS_IMETHOD SetSecurityPolicy(void *aSecurityPolicy); \
NS_IMETHOD CanEnableCapability(const char * capability, int16_t *_retval); \
NS_IMETHOD IsCapabilityEnabled(const char * capability, void *annotation, bool *_retval); \
NS_IMETHOD EnableCapability(const char * capability, void **annotation); \
NS_IMETHOD GetURI(nsIURI * *aURI); \
NS_IMETHOD GetDomain(nsIURI * *aDomain); \
NS_IMETHOD SetDomain(nsIURI *aDomain); \
NS_IMETHOD GetOrigin(char * *aOrigin); \
NS_IMETHOD GetHasCertificate(bool *aHasCertificate); \
NS_IMETHOD GetFingerprint(nsACString & aFingerprint); \
NS_IMETHOD GetPrettyName(nsACString & aPrettyName); \
NS_IMETHOD Subsumes(nsIPrincipal *other, bool *_retval); \
NS_IMETHOD SubsumesIgnoringDomain(nsIPrincipal *other, bool *_retval); \
NS_IMETHOD CheckMayLoad(nsIURI *uri, bool report, bool allowIfInheritsPrincipal); \
NS_IMETHOD GetSubjectName(nsACString & aSubjectName); \
NS_IMETHOD GetCertificate(nsISupports * *aCertificate); \
NS_IMETHOD GetCsp(nsIContentSecurityPolicy * *aCsp); \
NS_IMETHOD SetCsp(nsIContentSecurityPolicy *aCsp); \
NS_IMETHOD GetExtendedOrigin(nsACString & aExtendedOrigin); \
NS_IMETHOD GetAppStatus(uint16_t *aAppStatus); \
NS_IMETHOD GetAppId(uint32_t *aAppId); \
NS_IMETHOD GetIsInBrowserElement(bool *aIsInBrowserElement);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIPRINCIPAL(_to) \
NS_IMETHOD GetPreferences(char * *prefBranch, char * *id, char * *subjectName, char * *grantedList, char * *deniedList, bool *isTrusted) { return _to GetPreferences(prefBranch, id, subjectName, grantedList, deniedList, isTrusted); } \
NS_IMETHOD Equals(nsIPrincipal *other, bool *_retval) { return _to Equals(other, _retval); } \
NS_IMETHOD EqualsIgnoringDomain(nsIPrincipal *other, bool *_retval) { return _to EqualsIgnoringDomain(other, _retval); } \
NS_IMETHOD GetHashValue(uint32_t *aHashValue) { return _to GetHashValue(aHashValue); } \
NS_IMETHOD GetSecurityPolicy(void **aSecurityPolicy) { return _to GetSecurityPolicy(aSecurityPolicy); } \
NS_IMETHOD SetSecurityPolicy(void *aSecurityPolicy) { return _to SetSecurityPolicy(aSecurityPolicy); } \
NS_IMETHOD CanEnableCapability(const char * capability, int16_t *_retval) { return _to CanEnableCapability(capability, _retval); } \
NS_IMETHOD IsCapabilityEnabled(const char * capability, void *annotation, bool *_retval) { return _to IsCapabilityEnabled(capability, annotation, _retval); } \
NS_IMETHOD EnableCapability(const char * capability, void **annotation) { return _to EnableCapability(capability, annotation); } \
NS_IMETHOD GetURI(nsIURI * *aURI) { return _to GetURI(aURI); } \
NS_IMETHOD GetDomain(nsIURI * *aDomain) { return _to GetDomain(aDomain); } \
NS_IMETHOD SetDomain(nsIURI *aDomain) { return _to SetDomain(aDomain); } \
NS_IMETHOD GetOrigin(char * *aOrigin) { return _to GetOrigin(aOrigin); } \
NS_IMETHOD GetHasCertificate(bool *aHasCertificate) { return _to GetHasCertificate(aHasCertificate); } \
NS_IMETHOD GetFingerprint(nsACString & aFingerprint) { return _to GetFingerprint(aFingerprint); } \
NS_IMETHOD GetPrettyName(nsACString & aPrettyName) { return _to GetPrettyName(aPrettyName); } \
NS_IMETHOD Subsumes(nsIPrincipal *other, bool *_retval) { return _to Subsumes(other, _retval); } \
NS_IMETHOD SubsumesIgnoringDomain(nsIPrincipal *other, bool *_retval) { return _to SubsumesIgnoringDomain(other, _retval); } \
NS_IMETHOD CheckMayLoad(nsIURI *uri, bool report, bool allowIfInheritsPrincipal) { return _to CheckMayLoad(uri, report, allowIfInheritsPrincipal); } \
NS_IMETHOD GetSubjectName(nsACString & aSubjectName) { return _to GetSubjectName(aSubjectName); } \
NS_IMETHOD GetCertificate(nsISupports * *aCertificate) { return _to GetCertificate(aCertificate); } \
NS_IMETHOD GetCsp(nsIContentSecurityPolicy * *aCsp) { return _to GetCsp(aCsp); } \
NS_IMETHOD SetCsp(nsIContentSecurityPolicy *aCsp) { return _to SetCsp(aCsp); } \
NS_IMETHOD GetExtendedOrigin(nsACString & aExtendedOrigin) { return _to GetExtendedOrigin(aExtendedOrigin); } \
NS_IMETHOD GetAppStatus(uint16_t *aAppStatus) { return _to GetAppStatus(aAppStatus); } \
NS_IMETHOD GetAppId(uint32_t *aAppId) { return _to GetAppId(aAppId); } \
NS_IMETHOD GetIsInBrowserElement(bool *aIsInBrowserElement) { return _to GetIsInBrowserElement(aIsInBrowserElement); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIPRINCIPAL(_to) \
NS_IMETHOD GetPreferences(char * *prefBranch, char * *id, char * *subjectName, char * *grantedList, char * *deniedList, bool *isTrusted) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPreferences(prefBranch, id, subjectName, grantedList, deniedList, isTrusted); } \
NS_IMETHOD Equals(nsIPrincipal *other, bool *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->Equals(other, _retval); } \
NS_IMETHOD EqualsIgnoringDomain(nsIPrincipal *other, bool *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->EqualsIgnoringDomain(other, _retval); } \
NS_IMETHOD GetHashValue(uint32_t *aHashValue) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetHashValue(aHashValue); } \
NS_IMETHOD GetSecurityPolicy(void **aSecurityPolicy) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSecurityPolicy(aSecurityPolicy); } \
NS_IMETHOD SetSecurityPolicy(void *aSecurityPolicy) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetSecurityPolicy(aSecurityPolicy); } \
NS_IMETHOD CanEnableCapability(const char * capability, int16_t *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->CanEnableCapability(capability, _retval); } \
NS_IMETHOD IsCapabilityEnabled(const char * capability, void *annotation, bool *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->IsCapabilityEnabled(capability, annotation, _retval); } \
NS_IMETHOD EnableCapability(const char * capability, void **annotation) { return !_to ? NS_ERROR_NULL_POINTER : _to->EnableCapability(capability, annotation); } \
NS_IMETHOD GetURI(nsIURI * *aURI) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetURI(aURI); } \
NS_IMETHOD GetDomain(nsIURI * *aDomain) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDomain(aDomain); } \
NS_IMETHOD SetDomain(nsIURI *aDomain) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetDomain(aDomain); } \
NS_IMETHOD GetOrigin(char * *aOrigin) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOrigin(aOrigin); } \
NS_IMETHOD GetHasCertificate(bool *aHasCertificate) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetHasCertificate(aHasCertificate); } \
NS_IMETHOD GetFingerprint(nsACString & aFingerprint) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFingerprint(aFingerprint); } \
NS_IMETHOD GetPrettyName(nsACString & aPrettyName) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPrettyName(aPrettyName); } \
NS_IMETHOD Subsumes(nsIPrincipal *other, bool *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->Subsumes(other, _retval); } \
NS_IMETHOD SubsumesIgnoringDomain(nsIPrincipal *other, bool *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->SubsumesIgnoringDomain(other, _retval); } \
NS_IMETHOD CheckMayLoad(nsIURI *uri, bool report, bool allowIfInheritsPrincipal) { return !_to ? NS_ERROR_NULL_POINTER : _to->CheckMayLoad(uri, report, allowIfInheritsPrincipal); } \
NS_IMETHOD GetSubjectName(nsACString & aSubjectName) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSubjectName(aSubjectName); } \
NS_IMETHOD GetCertificate(nsISupports * *aCertificate) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCertificate(aCertificate); } \
NS_IMETHOD GetCsp(nsIContentSecurityPolicy * *aCsp) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCsp(aCsp); } \
NS_IMETHOD SetCsp(nsIContentSecurityPolicy *aCsp) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCsp(aCsp); } \
NS_IMETHOD GetExtendedOrigin(nsACString & aExtendedOrigin) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetExtendedOrigin(aExtendedOrigin); } \
NS_IMETHOD GetAppStatus(uint16_t *aAppStatus) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAppStatus(aAppStatus); } \
NS_IMETHOD GetAppId(uint32_t *aAppId) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAppId(aAppId); } \
NS_IMETHOD GetIsInBrowserElement(bool *aIsInBrowserElement) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIsInBrowserElement(aIsInBrowserElement); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsPrincipal : public nsIPrincipal
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIPRINCIPAL
nsPrincipal();
private:
~nsPrincipal();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsPrincipal, nsIPrincipal)
nsPrincipal::nsPrincipal()
{
/* member initializers and constructor code */
}
nsPrincipal::~nsPrincipal()
{
/* destructor code */
}
/* void getPreferences (out string prefBranch, out string id, out string subjectName, out string grantedList, out string deniedList, out boolean isTrusted); */
NS_IMETHODIMP nsPrincipal::GetPreferences(char * *prefBranch, char * *id, char * *subjectName, char * *grantedList, char * *deniedList, bool *isTrusted)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* boolean equals (in nsIPrincipal other); */
NS_IMETHODIMP nsPrincipal::Equals(nsIPrincipal *other, bool *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* boolean equalsIgnoringDomain (in nsIPrincipal other); */
NS_IMETHODIMP nsPrincipal::EqualsIgnoringDomain(nsIPrincipal *other, bool *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] readonly attribute unsigned long hashValue; */
NS_IMETHODIMP nsPrincipal::GetHashValue(uint32_t *aHashValue)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] attribute voidPtr securityPolicy; */
NS_IMETHODIMP nsPrincipal::GetSecurityPolicy(void **aSecurityPolicy)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrincipal::SetSecurityPolicy(void *aSecurityPolicy)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] short canEnableCapability (in string capability); */
NS_IMETHODIMP nsPrincipal::CanEnableCapability(const char * capability, int16_t *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] boolean isCapabilityEnabled (in string capability, in voidPtr annotation); */
NS_IMETHODIMP nsPrincipal::IsCapabilityEnabled(const char * capability, void *annotation, bool *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void enableCapability (in string capability, inout voidPtr annotation); */
NS_IMETHODIMP nsPrincipal::EnableCapability(const char * capability, void **annotation)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIURI URI; */
NS_IMETHODIMP nsPrincipal::GetURI(nsIURI * *aURI)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] attribute nsIURI domain; */
NS_IMETHODIMP nsPrincipal::GetDomain(nsIURI * *aDomain)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrincipal::SetDomain(nsIURI *aDomain)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute string origin; */
NS_IMETHODIMP nsPrincipal::GetOrigin(char * *aOrigin)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean hasCertificate; */
NS_IMETHODIMP nsPrincipal::GetHasCertificate(bool *aHasCertificate)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute AUTF8String fingerprint; */
NS_IMETHODIMP nsPrincipal::GetFingerprint(nsACString & aFingerprint)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute AUTF8String prettyName; */
NS_IMETHODIMP nsPrincipal::GetPrettyName(nsACString & aPrettyName)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* boolean subsumes (in nsIPrincipal other); */
NS_IMETHODIMP nsPrincipal::Subsumes(nsIPrincipal *other, bool *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* boolean subsumesIgnoringDomain (in nsIPrincipal other); */
NS_IMETHODIMP nsPrincipal::SubsumesIgnoringDomain(nsIPrincipal *other, bool *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void checkMayLoad (in nsIURI uri, in boolean report, in boolean allowIfInheritsPrincipal); */
NS_IMETHODIMP nsPrincipal::CheckMayLoad(nsIURI *uri, bool report, bool allowIfInheritsPrincipal)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute AUTF8String subjectName; */
NS_IMETHODIMP nsPrincipal::GetSubjectName(nsACString & aSubjectName)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsISupports certificate; */
NS_IMETHODIMP nsPrincipal::GetCertificate(nsISupports * *aCertificate)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] attribute nsIContentSecurityPolicy csp; */
NS_IMETHODIMP nsPrincipal::GetCsp(nsIContentSecurityPolicy * *aCsp)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrincipal::SetCsp(nsIContentSecurityPolicy *aCsp)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute AUTF8String extendedOrigin; */
NS_IMETHODIMP nsPrincipal::GetExtendedOrigin(nsACString & aExtendedOrigin)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute unsigned short appStatus; */
NS_IMETHODIMP nsPrincipal::GetAppStatus(uint16_t *aAppStatus)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute unsigned long appId; */
NS_IMETHODIMP nsPrincipal::GetAppId(uint32_t *aAppId)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean isInBrowserElement; */
NS_IMETHODIMP nsPrincipal::GetIsInBrowserElement(bool *aIsInBrowserElement)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
/* starting interface: nsIExpandedPrincipal */
#define NS_IEXPANDEDPRINCIPAL_IID_STR "f3e177df-6a5e-489f-80a7-2dd1481471d8"
#define NS_IEXPANDEDPRINCIPAL_IID \
{0xf3e177df, 0x6a5e, 0x489f, \
{ 0x80, 0xa7, 0x2d, 0xd1, 0x48, 0x14, 0x71, 0xd8 }}
class NS_NO_VTABLE nsIExpandedPrincipal : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IEXPANDEDPRINCIPAL_IID)
/* [notxpcom] readonly attribute PrincipalArray whiteList; */
NS_IMETHOD GetWhiteList(nsTArray<nsCOMPtr<nsIPrincipal> > **aWhiteList) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIExpandedPrincipal, NS_IEXPANDEDPRINCIPAL_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIEXPANDEDPRINCIPAL \
NS_IMETHOD GetWhiteList(nsTArray<nsCOMPtr<nsIPrincipal> > **aWhiteList);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIEXPANDEDPRINCIPAL(_to) \
NS_IMETHOD GetWhiteList(nsTArray<nsCOMPtr<nsIPrincipal> > **aWhiteList) { return _to GetWhiteList(aWhiteList); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIEXPANDEDPRINCIPAL(_to) \
NS_IMETHOD GetWhiteList(nsTArray<nsCOMPtr<nsIPrincipal> > **aWhiteList) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetWhiteList(aWhiteList); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsExpandedPrincipal : public nsIExpandedPrincipal
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIEXPANDEDPRINCIPAL
nsExpandedPrincipal();
private:
~nsExpandedPrincipal();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsExpandedPrincipal, nsIExpandedPrincipal)
nsExpandedPrincipal::nsExpandedPrincipal()
{
/* member initializers and constructor code */
}
nsExpandedPrincipal::~nsExpandedPrincipal()
{
/* destructor code */
}
/* [notxpcom] readonly attribute PrincipalArray whiteList; */
NS_IMETHODIMP nsExpandedPrincipal::GetWhiteList(nsTArray<nsCOMPtr<nsIPrincipal> > **aWhiteList)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIPrincipal_h__ */