Uses of Interface
edu.yale.its.tp.portlets.calendar.credentials.ICredentialsExtractor

Packages that use ICredentialsExtractor
edu.yale.its.tp.portlets.calendar.adapter   
edu.yale.its.tp.portlets.calendar.credentials   
 

Uses of ICredentialsExtractor in edu.yale.its.tp.portlets.calendar.adapter
 

Methods in edu.yale.its.tp.portlets.calendar.adapter with parameters of type ICredentialsExtractor
 void ConfigurableHttpCalendarAdapter.setCredentialsExtractor(ICredentialsExtractor credentialsExtractor)
           
 void CalDavCalendarAdapter.setCredentialsExtractor(ICredentialsExtractor credentialsExtractor)
           
 

Uses of ICredentialsExtractor in edu.yale.its.tp.portlets.calendar.credentials
 

Classes in edu.yale.its.tp.portlets.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 © 2009 Jasig. All Rights Reserved.