Package org.apereo.cas.ticket.proxy
Interface ProxyTicketFactory
-
- All Superinterfaces:
TicketFactory
public interface ProxyTicketFactory extends TicketFactory
TheProxyTicketFactoryis responsible for creating instances ofProxyTicket.- Since:
- 4.2
-
-
Field Summary
-
Fields inherited from interface org.apereo.cas.ticket.TicketFactory
BEAN_NAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends Ticket>
Tcreate(ProxyGrantingTicket ticketGrantingTicket, org.apereo.cas.authentication.principal.Service service, java.lang.Class<T> clazz)Create the ticket object.-
Methods inherited from interface org.apereo.cas.ticket.TicketFactory
get, getName, getTicketType
-
-
-
-
Method Detail
-
create
<T extends Ticket> T create(ProxyGrantingTicket ticketGrantingTicket, org.apereo.cas.authentication.principal.Service service, java.lang.Class<T> clazz)
Create the ticket object.- Type Parameters:
T- the type parameter- Parameters:
ticketGrantingTicket- the ticket granting ticketservice- the serviceclazz- the clazz- Returns:
- the t
-
-