Uses of Interface
org.jasig.cas.client.proxy.ProxyRetriever

Packages that use ProxyRetriever
org.jasig.cas.client.authentication   
org.jasig.cas.client.proxy The proxy package includes a servlet to act as a proxy receptor, an interface for ProxyGrantingTicketStorage and an abstraction for retrieving proxy tickets. 
org.jasig.cas.client.validation   
 

Uses of ProxyRetriever in org.jasig.cas.client.authentication
 

Constructors in org.jasig.cas.client.authentication with parameters of type ProxyRetriever
AttributePrincipalImpl(String name, Map<String,Object> attributes, String proxyGrantingTicket, ProxyRetriever proxyRetriever)
          Constructs a new principal witht he supplied name, attributes, and proxying capabilities.
AttributePrincipalImpl(String name, String proxyGrantingTicket, ProxyRetriever proxyRetriever)
          Constructs a new principal with the supplied name and the proxying capabilities.
 

Uses of ProxyRetriever in org.jasig.cas.client.proxy
 

Classes in org.jasig.cas.client.proxy that implement ProxyRetriever
 class Cas20ProxyRetriever
          Implementation of a ProxyRetriever that follows the CAS 2.0 specification.
 

Uses of ProxyRetriever in org.jasig.cas.client.validation
 

Methods in org.jasig.cas.client.validation with parameters of type ProxyRetriever
 void Cas20ServiceTicketValidator.setProxyRetriever(ProxyRetriever proxyRetriever)
           
 



Copyright © 2006-2011 Jasig. All Rights Reserved.