See: Description
| Interface | Description |
|---|---|
| ArgumentExtractor |
Strategy interface for retrieving services and tickets from the request.
|
| Class | Description |
|---|---|
| AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter |
Implementation of a HandlerInterceptorAdapter that keeps track of a mapping
of IP Addresses to number of failures to authenticate.
|
| AbstractSingleSignOutEnabledArgumentExtractor |
Abstract class for handling the enabling and disabling of Single Sign Out features.
|
| AbstractThrottledSubmissionHandlerInterceptorAdapter |
Abstract implementation of the handler that has all of the logic.
|
| CasArgumentExtractor |
Implements the traditional CAS2 protocol.
|
| CookieRetrievingCookieGenerator |
Extends CookieGenerator to allow you to retrieve a value from a request.
|
| GoogleAccountsArgumentExtractor |
Constructs a GoogleAccounts compatible service and provides the public and
private keys.
|
| 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.
|
| SamlArgumentExtractor |
Retrieve the ticket and artifact based on the SAML 1.1 profile.
|
| WebUtils |
Common utilities for the web tier.
|
Classes related to assisting in management of the web tier.
Copyright © 2004-2012 Jasig. All Rights Reserved.