|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICredentialsExtractor | |
|---|---|
| org.jasig.portlet.calendar.adapter | |
| org.jasig.portlet.calendar.credentials | |
| Uses of ICredentialsExtractor in org.jasig.portlet.calendar.adapter |
|---|
| Methods in org.jasig.portlet.calendar.adapter with parameters of type ICredentialsExtractor | |
|---|---|
void |
ConfigurableHttpCalendarAdapter.setCredentialsExtractor(ICredentialsExtractor credentialsExtractor)
|
void |
CalDavCalendarAdapter.setCredentialsExtractor(ICredentialsExtractor credentialsExtractor)
|
| Uses of ICredentialsExtractor in org.jasig.portlet.calendar.credentials |
|---|
| Classes in org.jasig.portlet.calendar.credentials that implement ICredentialsExtractor | |
|---|---|
class |
DefaultCredentialsExtractorImpl
Default implementation returns null for both methods. |
class |
RequestAttributeCredentialsExtractorImpl
This ICredentialsExtractor implementation can retrieve the necessary
username and password from named attributes within the user's HttpSession
or PortletSession. |
class |
SharedSecretCredentialsExtractorImpl
This ICredentialsExtractor implementation allows deployers to
specify a "shared" set of credentials that are used for ALL requests. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||