Uses of Interface
org.jasig.portlet.calendar.credentials.ICredentialsExtractor

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.
 



Copyright © 2012 Jasig. All Rights Reserved.