Uses of Interface
org.hippoecm.hst.core.request.ContextCredentialsProvider

Packages that use ContextCredentialsProvider
org.hippoecm.hst.core.request The org.hippoecm.hst.core.request package defines the API for the HST Core Request 
org.hippoecm.hst.mock.core.request   
org.hippoecm.hst.site.request   
 

Uses of ContextCredentialsProvider in org.hippoecm.hst.core.request
 

Methods in org.hippoecm.hst.core.request that return ContextCredentialsProvider
 ContextCredentialsProvider HstRequestContext.getContextCredentialsProvider()
          Returns the context credentials provider
 

Uses of ContextCredentialsProvider in org.hippoecm.hst.mock.core.request
 

Methods in org.hippoecm.hst.mock.core.request that return ContextCredentialsProvider
 ContextCredentialsProvider MockHstRequestContext.getContextCredentialsProvider()
           
 

Methods in org.hippoecm.hst.mock.core.request with parameters of type ContextCredentialsProvider
 void MockHstRequestContext.setContextCredentialsProvider(ContextCredentialsProvider contextCredentialsProvider)
           
 

Uses of ContextCredentialsProvider in org.hippoecm.hst.site.request
 

Classes in org.hippoecm.hst.site.request that implement ContextCredentialsProvider
 class DefaultContextCredentialsProvider
          DefaultContextCredentialsProvider
 class SiteNameDecoratedContextCredentialsProvider
          SiteNameDecoratedContextCredentialsProvider
 

Fields in org.hippoecm.hst.site.request declared as ContextCredentialsProvider
protected  ContextCredentialsProvider HstRequestContextImpl.contextCredentialsProvider
           
protected  ContextCredentialsProvider HstRequestContextComponentImpl.contextCredentialsProvider
           
 

Methods in org.hippoecm.hst.site.request that return ContextCredentialsProvider
 ContextCredentialsProvider HstRequestContextImpl.getContextCredentialsProvider()
           
 

Constructors in org.hippoecm.hst.site.request with parameters of type ContextCredentialsProvider
HstPortletRequestContextImpl(javax.jcr.Repository repository, ContextCredentialsProvider contextCredentialsProvider)
           
HstRequestContextComponentImpl(javax.jcr.Repository repository, ContextCredentialsProvider contextCredentialsProvider, ContainerConfiguration config)
           
HstRequestContextImpl(javax.jcr.Repository repository, ContextCredentialsProvider contextCredentialsProvider)
           
 



Copyright © 2008-2012 Hippo. All Rights Reserved.