Interface SecurityTokenTicket

All Superinterfaces:
Comparable<org.apereo.cas.ticket.Ticket>, org.apereo.cas.ticket.ExpirableTicket, Serializable, org.apereo.cas.ticket.StatelessTicket, org.apereo.cas.ticket.Ticket
All Known Implementing Classes:
DefaultSecurityTokenTicket

public interface SecurityTokenTicket extends org.apereo.cas.ticket.Ticket
Since:
5.1.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Ticket Prefix.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.cxf.ws.security.tokenstore.SecurityToken
    Gets security token.

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface org.apereo.cas.ticket.ExpirableTicket

    getCreationTime, getExpirationPolicy, getLastTimeUsed, getPreviousTimeUsed, isExpired, markTicketExpired, setCreationTime, setExpirationPolicy

    Methods inherited from interface org.apereo.cas.ticket.StatelessTicket

    isStateless, markTicketStateless

    Methods inherited from interface org.apereo.cas.ticket.Ticket

    getCountOfUses, getId, getPrefix, getTenantId, update
  • Field Details

  • Method Details

    • getSecurityToken

      org.apache.cxf.ws.security.tokenstore.SecurityToken getSecurityToken()
      Gets security token.
      Returns:
      the security token