ibridges.tickets.Tickets
- class ibridges.tickets.Tickets(session)
iRODS Ticket operations.
Tickets allow users to give temporary access to other users. These tickets are stored on the iRODS server, and can be deleted whenever the access is not needed anymore.
- Parameters:
session (
Session) – Session connecting to the iRODS server.
- __init__(session)
Initialize for ticket operations.
Methods
__init__(session)Initialize for ticket operations.
clear()Delete all tickets.
create_ticket(irods_path[, ticket_type, ...])Create an iRODS ticket.
delete_ticket(ticket[, check])Delete iRODS ticket.
Retrieve all tickets and their metadata belonging to the user.
get_ticket(ticket_str)Obtain a ticket using its string identifier.
Attributes
Get the names of all tickets.