|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Assertion | |
|---|---|
| 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.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(java.lang.String response)
|
protected Assertion |
Cas20ServiceTicketValidator.parseResponseFromServer(java.lang.String response)
|
protected Assertion |
Cas10TicketValidator.parseResponseFromServer(java.lang.String response)
|
protected abstract Assertion |
AbstractUrlBasedTicketValidator.parseResponseFromServer(java.lang.String response)
Parses the response from the server into a CAS Assertion. |
Assertion |
TicketValidator.validate(java.lang.String ticket,
java.lang.String service)
Attempts to validate a ticket for the provided service. |
Assertion |
AbstractUrlBasedTicketValidator.validate(java.lang.String ticket,
java.lang.String service)
|
| Methods in org.jasig.cas.client.validation with parameters of type Assertion | |
|---|---|
protected void |
Cas20ServiceTicketValidator.customParseResponse(java.lang.String response,
Assertion assertion)
Template method if additional custom parsing (such as Proxying) needs to be done. |
protected void |
Cas20ProxyTicketValidator.customParseResponse(java.lang.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||