Class ProxyTicketValidator

java.lang.Object
edu.yale.its.tp.cas.client.ServiceTicketValidator
edu.yale.its.tp.cas.client.ProxyTicketValidator

public class ProxyTicketValidator extends ServiceTicketValidator
Validates PTs and optionally retrieves PGT IOUs. Subclassed instead of collapsed into parent because we don't want users to accidentally accept a proxy ticket when they mean only to accept service tickets. That is, proxy targets need to know that they're proxy targets, not first-level web applications.
  • Field Details

  • Constructor Details

    • ProxyTicketValidator

      public ProxyTicketValidator()
  • Method Details