Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KiiACLEntry

Represents a KiiACLEntry object

Hierarchy

  • KiiACLEntry

Index

Methods

  • getGrant(): boolean
  • Get whether or not the action is being permitted to the subject

    Returns boolean

    true if the action is being permitted

  • The action that is being permitted/restricted. Possible values:

    Parameters

    Returns void

  • Set whether or not the action is being permitted to the subject

    Parameters

    • value: boolean

      true if the action is permitted, false otherwise

    Returns KiiACLEntry

  • Set the subject to which the action/grant is being applied

    Parameters

    Returns void

  • Create a KiiACLEntry object with a subject and action

    The entry will not be applied on the server until the KiiACL object is explicitly saved. This method simply returns a working KiiACLEntry with a specified subject and action.

    Parameters

    • subject: KiiACLSubject

      Subject to which the action/grant is being applied

    • action: KiiACLAction

      One of the specified KiiACLAction values the permissions is being applied to

    Returns KiiACLEntry

    A KiiACLEntry object with the specified attributes

Generated using TypeDoc