module CASClient::Tickets::Storage

Constants

ACTIVE_RECORD_TICKET_STORE

A Ticket Store that keeps it’s ticket in database tables using ActiveRecord.

Services Tickets are stored in an extra column add to the ActiveRecord sessions table. Proxy Granting Tickets and their IOUs are stored in the cas_pgtious table.

This ticket store takes the following config parameters :pgtious_table_name - the name of the table