Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KiiAnonymousUser

Represent an anonymous user for setting the ACL of an object. This will include anyone using the application but have not signed up or authenticated as registered user.

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

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

Hierarchy

  • KiiAnonymousUser

Implements

Index

Methods

Methods

  • getID(): string

Generated using TypeDoc