|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.cas.ticket.registry.AbstractTicketRegistry
public abstract class AbstractTicketRegistry
This is a published and supported CAS Server 3 API.
| Field Summary | |
|---|---|
protected org.slf4j.Logger |
log
The Commons Logging log instance. |
| Constructor Summary | |
|---|---|
AbstractTicketRegistry()
|
|
| Method Summary | |
|---|---|
Ticket |
getTicket(java.lang.String ticketId,
java.lang.Class<? extends Ticket> clazz)
Retrieve a ticket from the registry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jasig.cas.ticket.registry.TicketRegistry |
|---|
addTicket, deleteTicket, getTicket, getTickets |
| Field Detail |
|---|
protected final org.slf4j.Logger log
| Constructor Detail |
|---|
public AbstractTicketRegistry()
| Method Detail |
|---|
public final Ticket getTicket(java.lang.String ticketId,
java.lang.Class<? extends Ticket> clazz)
TicketRegistry
getTicket in interface TicketRegistryticketId - the id of the ticket we wish to retrieve.clazz - The expected class of the ticket we wish to retrieve.
java.lang.IllegalArgumentException - if class is null.
java.lang.ClassCastException - if class does not match requested ticket
class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||