Package org.apereo.cas.ticket
Interface SecurityTokenTicketFactory
- All Superinterfaces:
org.apereo.cas.util.NamedObject,org.apereo.cas.ticket.TicketFactory
- All Known Implementing Classes:
DefaultSecurityTokenTicketFactory
public interface SecurityTokenTicketFactory
extends org.apereo.cas.ticket.TicketFactory
This is
SecurityTokenTicketFactory.- Since:
- 5.1.0
-
Field Summary
Fields inherited from interface org.apereo.cas.ticket.TicketFactory
BEAN_NAME -
Method Summary
Modifier and TypeMethodDescriptioncreate(org.apereo.cas.ticket.TicketGrantingTicket ticket, byte[] securityTokenSerialized) Create security token ticket.Methods inherited from interface org.apereo.cas.util.NamedObject
getNameMethods inherited from interface org.apereo.cas.ticket.TicketFactory
get, getExpirationPolicyBuilder, getTicketType
-
Method Details
-
create
SecurityTokenTicket create(org.apereo.cas.ticket.TicketGrantingTicket ticket, byte[] securityTokenSerialized) throws Throwable Create security token ticket.- Parameters:
ticket- the ticketsecurityTokenSerialized- the security token- Returns:
- the security token ticket
- Throws:
Throwable- the throwable
-