Gjsify LogoGjsify Logo

Hierarchy

  • WebDAVAccessControlEntry

Index

Constructors

  • Describes one Access Control Entry (ACE).

    The flags should always contain either %E_WEBDAV_ACE_FLAG_GRANT or %E_WEBDAV_ACE_FLAG_DENY value.

    Use e_webdav_access_control_entry_append_privilege() to add respective privileges to the entry.

    Parameters

    • principal_kind: WebDAVACEPrincipalKind

      an #EWebDAVACEPrincipalKind

    • principal_href: string

      principal href; should be set only if principal_kind is E_WEBDAV_ACE_PRINCIPAL_HREF

    • flags: number

      bit-or of #EWebDAVACEFlag values

    • inherited_href: string

      href of the resource from which inherits; should be set only if flags contain E_WEBDAV_ACE_FLAG_INHERITED

    Returns WebDAVAccessControlEntry

Properties

flags: number
inherited_href: string
principal_href: string
principal_kind: WebDAVACEPrincipalKind
privileges: object[]
name: string

Methods

  • Appends a new privilege to the list of privileges for the ace. The function assumes ownership of the privilege, which is freed together with the ace.

    Parameters

    Returns void

  • free(ptr: object): void
  • Frees an #EWebDAVAccessControlEntry previously created with e_webdav_access_control_entry_new() or e_webdav_access_control_entry_copy(). The function does nothing, if ptr is %NULL.

    Parameters

    • ptr: object

      an #EWebDAVAccessControlEntry

    Returns void

  • Describes one Access Control Entry (ACE).

    The flags should always contain either %E_WEBDAV_ACE_FLAG_GRANT or %E_WEBDAV_ACE_FLAG_DENY value.

    Use e_webdav_access_control_entry_append_privilege() to add respective privileges to the entry.

    Parameters

    • principal_kind: WebDAVACEPrincipalKind

      an #EWebDAVACEPrincipalKind

    • principal_href: string

      principal href; should be set only if principal_kind is E_WEBDAV_ACE_PRINCIPAL_HREF

    • flags: number

      bit-or of #EWebDAVACEFlag values

    • inherited_href: string

      href of the resource from which inherits; should be set only if flags contain E_WEBDAV_ACE_FLAG_INHERITED

    Returns WebDAVAccessControlEntry

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method