system.kanoa.security.getUserSource
Description
Returns the ignition userSource object used for security.Syntax
getUserSource()Parameters:
Returns:
Code Examples
# Example Usage:
userSource = system.kanoa.security.getUserSource('johnDoe')
print userSource.getName()
> default