Interface ProxyTicket

  • All Superinterfaces:
    java.lang.Comparable<Ticket>, java.io.Serializable, ServiceTicket, Ticket, TicketGrantingTicketAwareTicket

    public interface ProxyTicket
    extends ServiceTicket
    The ProxyTicket represents a CAS proxy ticket. A proxy ticket is an opaque string that a service uses as a credential to obtain access to a back-end service on behalf of a client. Proxy tickets are obtained from CAS upon a service’s presentation of a valid ProxyGrantingTicket and a service identifier for the back-end service to which it is connecting.
    Since:
    4.2
    • Field Detail

      • PROXY_TICKET_PREFIX

        static final java.lang.String PROXY_TICKET_PREFIX
        Proxy ticket prefix applied to unique ids.
        See Also:
        Constant Field Values