Nuxeo ECM Projects 5.6-RC1

edu.yale.its.tp.cas.client
Class ProxyTicketValidator

java.lang.Object
  extended by edu.yale.its.tp.cas.client.ServiceTicketValidator
      extended by 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.


Constructor Summary
ProxyTicketValidator()
           
 
Method Summary
 List getProxyList()
          Retrieves a list of proxies involved in the current authentication.
static void main(String[] args)
           
 
Methods inherited from class edu.yale.its.tp.cas.client.ServiceTicketValidator
getCasValidateUrl, getErrorCode, getErrorMessage, getPgtIou, getProxyCallbackUrl, getResponse, getUser, isAuthenticationSuccesful, setCasValidateUrl, setProxyCallbackUrl, setRenew, setService, setServiceTicket, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyTicketValidator

public ProxyTicketValidator()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

getProxyList

public List getProxyList()
Retrieves a list of proxies involved in the current authentication.


Nuxeo ECM Projects 5.6-RC1

Copyright © 2012 Nuxeo SA. All Rights Reserved.