to get 'roles' from Persons() one must also use 'role_ids' in the return fields
[plcapi.git] / PLC / Methods / BootCheckAuthentication.py
1 # $Id$
2 from PLC.Methods.AuthCheck import AuthCheck
3
4 class BootCheckAuthentication(AuthCheck):
5     """
6     Deprecated. See AuthCheck.
7     """
8
9     status = "deprecated"