tapis_cli.clients.oauth package

Collection of Oauth2 clients

Submodules

tapis_cli.clients.oauth.bearer module

class tapis_cli.clients.oauth.bearer.BearerTokenFormatOne(app, app_args, cmd_name=None)

Bases: tapis_cli.clients.http.HTTPFormatOne

HTTP+Bearer Token Record Display

get_parser(prog_name)

Return an argparse.ArgumentParser.

take_action(parsed_args)

Return a two-part tuple with a tuple of column names and a tuple of values.

class tapis_cli.clients.oauth.bearer.BearerTokenFormatMany(app, app_args, cmd_name=None)

Bases: tapis_cli.clients.http.HTTPFormatMany

HTTP+Bearer Token Records Listing

get_parser(prog_name)

Return an argparse.ArgumentParser.

take_action(parsed_args)

Run command.

Return a tuple containing the column names and an iterable containing the data to be listed.

tapis_cli.clients.oauth.impersonate module

class tapis_cli.clients.oauth.impersonate.ImpersonationTokenFormatOne(app, app_args, cmd_name=None)

Bases: tapis_cli.clients.oauth.bearer.BearerTokenFormatOne

HTTP+Bearer Record Display

get_parser(prog_name)

Return an argparse.ArgumentParser.

take_action(parsed_args)

Return a two-part tuple with a tuple of column names and a tuple of values.

class tapis_cli.clients.oauth.impersonate.ImpersonationTokenFormatMany(app, app_args, cmd_name=None)

Bases: tapis_cli.clients.oauth.bearer.BearerTokenFormatMany

HTTP+Bearer Records Listing

get_parser(prog_name)

Return an argparse.ArgumentParser.

take_action(parsed_args)

Run command.

Return a tuple containing the column names and an iterable containing the data to be listed.

tapis_cli.clients.oauth.keysecret module

class tapis_cli.clients.oauth.keysecret.KeySecretBasicFormatOne(app, app_args, cmd_name=None)

Bases: tapis_cli.clients.basic.main.BasicHTTPFormatOne

HTTP+KeySecret+Basic Record Display

get_parser(prog_name)

Return an argparse.ArgumentParser.

take_action(parsed_args)

Return a two-part tuple with a tuple of column names and a tuple of values.

class tapis_cli.clients.oauth.keysecret.KeySecretBasicFormatMany(app, app_args, cmd_name=None)

Bases: tapis_cli.clients.basic.main.BasicHTTPFormatMany

HTTP+KeySecret+Basic Records Listing

get_parser(prog_name)

Return an argparse.ArgumentParser.

take_action(parsed_args)

Run command.

Return a tuple containing the column names and an iterable containing the data to be listed.

class tapis_cli.clients.oauth.keysecret.KeySecretOnlyFormatOne(app, app_args, cmd_name=None)

Bases: tapis_cli.clients.http.HTTPFormatOne

HTTP+KeySecret Only Record Display

get_parser(prog_name)

Return an argparse.ArgumentParser.

take_action(parsed_args)

Return a two-part tuple with a tuple of column names and a tuple of values.

class tapis_cli.clients.oauth.keysecret.KeySecretOnlyFormatMany(app, app_args, cmd_name=None)

Bases: tapis_cli.clients.http.HTTPFormatMany

HTTP+KeySecret+Basic Records Listing

get_parser(prog_name)

Return an argparse.ArgumentParser.

take_action(parsed_args)

Run command.

Return a tuple containing the column names and an iterable containing the data to be listed.

tapis_cli.clients.oauth.refresh module

class tapis_cli.clients.oauth.refresh.RefreshBearerTokenFormatOne(app, app_args, cmd_name=None)

Bases: tapis_cli.clients.oauth.bearer.BearerTokenFormatOne

HTTP+Bearer+Refresh Token Record Display

get_parser(prog_name)

Return an argparse.ArgumentParser.

take_action(parsed_args)

Return a two-part tuple with a tuple of column names and a tuple of values.

class tapis_cli.clients.oauth.refresh.RefreshBearerTokenFormatMany(app, app_args, cmd_name=None)

Bases: tapis_cli.clients.oauth.bearer.BearerTokenFormatMany

HTTP+Bearer+Refresh Records Listing

get_parser(prog_name)

Return an argparse.ArgumentParser.

take_action(parsed_args)

Run command.

Return a tuple containing the column names and an iterable containing the data to be listed.