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
Since:
5.1.0
  • Field Summary

    Fields inherited from interface org.apereo.cas.ticket.TicketFactory

    BEAN_NAME
  • Method Summary

    Modifier and Type
    Method
    Description
    create(org.apereo.cas.ticket.TicketGrantingTicket ticket, byte[] securityTokenSerialized)
    Create security token ticket.

    Methods inherited from interface org.apereo.cas.util.NamedObject

    getName

    Methods 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 ticket
      securityTokenSerialized - the security token
      Returns:
      the security token ticket
      Throws:
      Throwable - the throwable