Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KiiAnyAuthenticatedUser

Represent any authenticated user for setting the ACL of an object. This will include anyone using the application who has registered and authenticated in the current session.

When retrieving ACL from an object, test for this class to determine the subject type. Example:

example
let entry = ... // Retrieved ACL entry
if(entry.getSubject() instanceof KiiAnyAuthenticatedUser) {
// the ACL is set for authenticated users
}

Hierarchy

  • KiiAnyAuthenticatedUser

Implements

Index

Methods

Methods

  • getID(): string

Generated using TypeDoc