Interface SecurityTokenTicket

  • All Superinterfaces:
    java.lang.Comparable<org.apereo.cas.ticket.Ticket>, java.io.Serializable, 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 java.lang.String PREFIX
      Ticket Prefix.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.cxf.ws.security.tokenstore.SecurityToken getSecurityToken()
      Gets security token.
      • Methods inherited from interface java.lang.Comparable

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

        getCountOfUses, getCreationTime, getExpirationPolicy, getId, getPrefix, getTicketGrantingTicket, isExpired, markTicketExpired
    • Method Detail

      • getSecurityToken

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