| Class | Description |
|---|---|
| AjaxAwareGatewayStorage |
The AjaxAwareGatewayStorage class delegates to a CAS DefaultGatewayResolverImpl with one difference:
if the request is determined to be an ajax request, the next call to hasGatewayedAlready() will return false as the
browser will not be follow the redirect to CAS due to domain origin restrictions.
|
| AlaHttpServletRequestWrapperFilter |
Implementation of a filter that wraps the normal HttpServletRequest with a
wrapper that overrides the following methods to provide data from the
CAS Assertion:
HttpServletRequest.getUserPrincipal()
HttpServletRequest.getRemoteUser()
HttpServletRequest.isUserInRole(String)
|
| UriFilter |
Meta filter that provides filtering based on URI patterns that require authentication (and thus redirection) to the CAS server.
|
| WebServiceAuthenticationHelper |
Helper class that authenticates user credentials prior to invoking a web service that requires authentication.
|
Copyright © 2017. All rights reserved.