Interface RedisTicketRegistryMessagePublisher

All Known Implementing Classes:
DefaultRedisTicketRegistryMessagePublisher

public interface RedisTicketRegistryMessagePublisher
Since:
7.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(org.apereo.cas.ticket.Ticket id)
    Send notification to add.
    void
    delete(org.apereo.cas.ticket.Ticket ticket)
    Send notification to delete ticket id.
    void
    Send notification to delete all.
    void
    update(org.apereo.cas.ticket.Ticket id)
    Send notification to update ticket id.
  • Method Details

    • deleteAll

      void deleteAll()
      Send notification to delete all.
    • delete

      void delete(org.apereo.cas.ticket.Ticket ticket)
      Send notification to delete ticket id.
      Parameters:
      ticket - the ticket
    • add

      void add(org.apereo.cas.ticket.Ticket id)
      Send notification to add.
      Parameters:
      id - the id
    • update

      void update(org.apereo.cas.ticket.Ticket id)
      Send notification to update ticket id.
      Parameters:
      id - the id