public abstract class AbstractTicketRegistry extends Object implements TicketRegistry
This is a published and supported CAS Server 3 API.
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log
The Commons Logging log instance.
|
| Constructor and Description |
|---|
AbstractTicketRegistry() |
| Modifier and Type | Method and Description |
|---|---|
Ticket |
getTicket(String ticketId,
Class<? extends Ticket> clazz)
Retrieve a ticket from the registry.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddTicket, deleteTicket, getTicket, getTicketspublic final Ticket getTicket(String ticketId, Class<? extends Ticket> clazz)
TicketRegistrygetTicket in interface TicketRegistryticketId - the id of the ticket we wish to retrieve.clazz - The expected class of the ticket we wish to retrieve.IllegalArgumentException - if class is null.ClassCastException - if class does not match requested ticket
class.Copyright © 2004-2012 Jasig. All Rights Reserved.