| 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 retrieves the necessary username and password
from named attributes within the USER_INFO map bound to the PortletRequest |
| SharedSecretCredentialsExtractorImpl |
This
ICredentialsExtractor implementation allows deployers to specify a "shared" set of
credentials that are used for ALL requests. |
Copyright © 2019 Apereo. All rights reserved.