| Interface | Description |
|---|---|
| ICredentialsExtractor |
This interface defines operations for extracting a
Credentials
object to be used with Commons HttpClient. |
| Class | Description |
|---|---|
| DefaultCredentialsExtractorImpl |
Default implementation returns null for both methods.
|
| RequestAttributeCredentialsExtractorImpl |
This
ICredentialsExtractor implementation can retrieve the necessary
username and password from named attributes within the user's HttpSession
or PortletSession. |
| SharedSecretCredentialsExtractorImpl |
This
ICredentialsExtractor implementation allows deployers to
specify a "shared" set of credentials that are used for ALL requests. |
Copyright © 2014 Jasig. All Rights Reserved.