public interface ProxyGrantingTicketFactory extends TicketFactory
ProxyGrantingTicketFactory
is responsible for
creating instances of ProxyGrantingTicket
.Modifier and Type | Method and Description |
---|---|
<T extends ProxyGrantingTicket> |
create(ServiceTicket ticket,
Authentication authentication)
Create the ticket object.
|
get
<T extends ProxyGrantingTicket> T create(ServiceTicket ticket, Authentication authentication) throws AbstractTicketException
T
- the type parameterticket
- the ticketauthentication
- the authenticationAbstractTicketException
- the abstract ticket exception