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.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Method Attributes | Method Name and Description | 
|---|---|
| 
								 getID()
								 
								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.