grid.auth.authentication¶
Module Contents¶
-
class
grid.auth.authentication.BaseAuthentication(filename)¶ Bases:
abc.ABCBaseAuthentication abstract class defines generic methods used by all types of authentications defined in this module.
-
parse(self)¶ Read, parse and load credential files.
-
json(self)¶ Convert credential instances into a JSON structure.
-