edu.yale.its.tp.cas.client
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.
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 |
ProxyTicketValidator
public ProxyTicketValidator()
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.
Copyright © 2012 Nuxeo SA. All Rights Reserved.