Package | Description |
---|---|
org.jasig.cas.client.authentication | |
org.jasig.cas.client.jaas | |
org.jasig.cas.client.validation |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationFilter
Filter implementation to intercept all requests and attempt to authenticate
the user by redirecting them to CAS (unless the user has a ticket).
|
class |
Saml11AuthenticationFilter
Extension to the default Authentication filter that sets the required SAML1.1 artifact parameter name and service parameter name.
|
Modifier and Type | Class and Description |
---|---|
class |
Servlet3AuthenticationFilter
Servlet filter performs a programmatic JAAS login using the Servlet 3.0 HttpServletRequest#login() facility.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTicketValidationFilter
The filter that handles all the work of validating ticket requests.
|
class |
Cas10TicketValidationFilter
Implementation of AbstractTicketValidatorFilter that instanciates a Cas10TicketValidator.
|
class |
Cas20ProxyReceivingTicketValidationFilter
Creates either a CAS20ProxyTicketValidator or a CAS20ServiceTicketValidator depending on whether any of the
proxy parameters are set.
|
class |
Saml11TicketValidationFilter
Implementation of TicketValidationFilter that can instanciate a SAML 1.1 Ticket Validator.
|
Copyright © 2006–2014 Jasig. All rights reserved.