ibridges.tickets.Tickets

class ibridges.tickets.Tickets(session)

Irods Ticket operations.

__init__(session)

IRODS data operations initialization.

Parameters:

session (session.Session) – instance of the Session class

Methods

__init__(session)

IRODS data operations initialization.

clear()

Delete all tickets.

create_ticket(obj_path[, ticket_type, ...])

Create an iRODS ticket.

delete_ticket(ticket[, check])

Delete irods ticket.

get_ticket(ticket_str)

Obtain a ticket using its string identifier.

update_tickets()

Retrieve all tickets and their metadata belonging to the user.

Attributes

all_ticket_strings

Get the names of all tickets.