See: Description
| Interface | Description |
|---|---|
| CookieValueManager |
The
CookieValueManager is responsible for
managing all cookies and their value structure for CAS. |
| Class | Description |
|---|---|
| AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter |
Implementation of a HandlerInterceptorAdapter that keeps track of a mapping
of IP Addresses to number of failures to authenticate.
|
| AbstractThrottledSubmissionHandlerInterceptorAdapter |
Abstract implementation of the handler that has all of the logic.
|
| CookieRetrievingCookieGenerator |
Extends CookieGenerator to allow you to retrieve a value from a request.
|
| DefaultCasCookieValueManager |
The
DefaultCasCookieValueManager is responsible for... |
| InMemoryThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter |
Attempts to throttle by both IP Address and username.
|
| InMemoryThrottledSubmissionByIpAddressHandlerInterceptorAdapter |
Throttles access attempts for failed logins by IP Address.
|
| InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter |
Works in conjunction with the Inspektr Library to block attempts to dictionary attack users.
|
| NoOpCookieValueManager |
Default cookie value builder that simply returns the given cookie value
and does not perform any additional checks.
|
Classes related to assisting in management of the web tier.
Copyright © 2004-2016 Apereo. All Rights Reserved.