| Interface | Description |
|---|---|
| IPreInterceptor |
IPreInterceptor provides an interface for modifying HTTP content requests before
the request is actually made.
|
| Class | Description |
|---|---|
| AbstractBasicAuthenticationPreInterceptor |
AbstractBasicAuthenticationPreInterceptor provides common logic for any
authentication implementations using BASIC auth.
|
| AuthenticationPreInterceptor |
AuthenticationPreInterceptor provides a base class for implementing authentication
to remote web content.
|
| ProxyCASAuthenticationPreInterceptor |
ProxyCASAuthenticationPreInterceptor provides CAS authentication for HTTP
requests.
|
| UserInfoBasicAuthenticationPreInterceptor |
UserInfoBasicAuthencitationPreInterceptor applies BASIC authentication using
username and password tokens available in the UserInfo map.
|
| UserInfoUrlParameterizingPreInterceptor |
UserInfoUrlParameterizingPreInterceptor allows content requests to include
dynamic parameters of the form {attributeName} in content requests, either
in the URL string or in parameters associated with the request.
|
| UserPreferencesPreInterceptor |
Copyright © 2014 Jasig. All Rights Reserved.