Class Index | File Index

Classes


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:
Defined in: KiiSDK.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
Returns the ID of AuthenticatedUser user.
Class Detail
KiiAnyAuthenticatedUser()
    var entry = ... // Retrieved ACL entry
    if(entry.getSubject() instanceof KiiAnyAuthenticatedUser) {
        // the ACL is set for authenticated users
    }
Method Detail
getID()
Returns the ID of AuthenticatedUser user.

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Sep 15 2021 05:31:33 GMT-0000 (UTC)