Uses of Interface
org.jasig.cas.client.validation.Assertion

Packages that use Assertion
org.jasig.cas.client.jaas   
org.jasig.cas.client.util The validation package includes interfaces for validating Tickets, as well as the common implementations. 
org.jasig.cas.client.validation   
 

Uses of Assertion in org.jasig.cas.client.jaas
 

Fields in org.jasig.cas.client.jaas declared as Assertion
protected  Assertion CasLoginModule.assertion
          CAS assertion
 

Fields in org.jasig.cas.client.jaas with type parameters of type Assertion
protected static Map<TicketCredential,Assertion> CasLoginModule.ASSERTION_CACHE
          Stores mapping of ticket to assertion to support JAAS providers that attempt to periodically re-authenticate to renew principal.
 

Methods in org.jasig.cas.client.jaas that return Assertion
 Assertion AssertionPrincipal.getAssertion()
           
 

Constructors in org.jasig.cas.client.jaas with parameters of type Assertion
AssertionPrincipal(String name, Assertion assertion)
          Creates a new principal containing the CAS assertion.
 

Uses of Assertion in org.jasig.cas.client.util
 

Methods in org.jasig.cas.client.util that return Assertion
static Assertion AssertionHolder.getAssertion()
          Retrieve the assertion from the ThreadLocal.
 

Methods in org.jasig.cas.client.util with parameters of type Assertion
static void AssertionHolder.setAssertion(Assertion assertion)
          Add the Assertion to the ThreadLocal.
 

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

Classes in org.jasig.cas.client.validation that implement Assertion
 class AssertionImpl
          Concrete Implementation of the Assertion.
 

Methods in org.jasig.cas.client.validation that return Assertion
protected  Assertion Saml11TicketValidator.parseResponseFromServer(String response)
           
protected  Assertion Cas20ServiceTicketValidator.parseResponseFromServer(String response)
           
protected  Assertion Cas10TicketValidator.parseResponseFromServer(String response)
           
protected abstract  Assertion AbstractUrlBasedTicketValidator.parseResponseFromServer(String response)
          Parses the response from the server into a CAS Assertion.
 Assertion TicketValidator.validate(String ticket, String service)
          Attempts to validate a ticket for the provided service.
 Assertion AbstractUrlBasedTicketValidator.validate(String ticket, String service)
           
 

Methods in org.jasig.cas.client.validation with parameters of type Assertion
protected  void Cas20ServiceTicketValidator.customParseResponse(String response, Assertion assertion)
          Template method if additional custom parsing (such as Proxying) needs to be done.
protected  void Cas20ProxyTicketValidator.customParseResponse(String response, Assertion assertion)
           
protected  void AbstractTicketValidationFilter.onSuccessfulValidation(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Assertion assertion)
          Template method that gets executed if ticket validation succeeds.
 



Copyright © 2006-2011 Jasig. All Rights Reserved.