Introduction
Platform Features
Agent Framework
Developing in VOLTTRON
Deploying VOLTTRON
VOLTTRON Core Service Agents
VOLTTRON Core Operations Agents
VOLTTRON Topics
Tutorials
A simple authorization for authenticating users with known credentials.
@author: Craig Allwardt
Bases: object
object
Authenticate that the user is known to the system.
Return groups of the user if the user is known otherwise returns None. :param username: :param password: :return: list(groups) or None