Uses of Interface
com.atlassian.crowd.integration.http.CrowdHttpAuthenticator

Packages that use CrowdHttpAuthenticator
com.atlassian.crowd.integration.http   
com.atlassian.crowd.integration.http.filter   
com.atlassian.crowd.integration.rest.service.factory   
com.atlassian.crowd.integration.seraph   
com.atlassian.crowd.integration.seraph.v22   
com.atlassian.crowd.security.demo.action   
 

Uses of CrowdHttpAuthenticator in com.atlassian.crowd.integration.http
 

Classes in com.atlassian.crowd.integration.http that implement CrowdHttpAuthenticator
 class CacheAwareCrowdHttpAuthenticator
           
 class CrowdHttpAuthenticatorImpl
          Implementation of CrowdHttpAuthenticator.
 

Constructors in com.atlassian.crowd.integration.http with parameters of type CrowdHttpAuthenticator
CacheAwareCrowdHttpAuthenticator(CrowdHttpAuthenticator delegate, AuthenticatorUserCache userCache)
           
 

Uses of CrowdHttpAuthenticator in com.atlassian.crowd.integration.http.filter
 

Constructors in com.atlassian.crowd.integration.http.filter with parameters of type CrowdHttpAuthenticator
CrowdSecurityFilter(CrowdHttpAuthenticator httpAuthenticator, ClientProperties clientProperties)
          Constructs a CrowdSecurityFilter.
 

Uses of CrowdHttpAuthenticator in com.atlassian.crowd.integration.rest.service.factory
 

Methods in com.atlassian.crowd.integration.rest.service.factory that return CrowdHttpAuthenticator
static CrowdHttpAuthenticator RestCrowdHttpAuthenticationFactory.getAuthenticator()
           
 

Uses of CrowdHttpAuthenticator in com.atlassian.crowd.integration.seraph
 

Constructors in com.atlassian.crowd.integration.seraph with parameters of type CrowdHttpAuthenticator
BambooAuthenticator(CrowdHttpAuthenticator crowdHttpAuthenticator)
           
ConfluenceAuthenticator(CrowdHttpAuthenticator crowdHttpAuthenticator)
           
CrowdAuthenticator(CrowdHttpAuthenticator crowdHttpAuthenticator)
           
JIRAAuthenticator(CrowdHttpAuthenticator crowdHttpAuthenticator)
           
 

Uses of CrowdHttpAuthenticator in com.atlassian.crowd.integration.seraph.v22
 

Constructors in com.atlassian.crowd.integration.seraph.v22 with parameters of type CrowdHttpAuthenticator
BambooAuthenticator(CrowdHttpAuthenticator crowdHttpAuthenticator)
           
ConfluenceAuthenticator(CrowdHttpAuthenticator crowdHttpAuthenticator)
           
CrowdAuthenticator(CrowdHttpAuthenticator crowdHttpAuthenticator)
           
JIRAAuthenticator(CrowdHttpAuthenticator crowdHttpAuthenticator)
           
 

Uses of CrowdHttpAuthenticator in com.atlassian.crowd.security.demo.action
 

Fields in com.atlassian.crowd.security.demo.action declared as CrowdHttpAuthenticator
protected  CrowdHttpAuthenticator BaseAction.crowdHttpAuthenticator
           
 

Methods in com.atlassian.crowd.security.demo.action that return CrowdHttpAuthenticator
 CrowdHttpAuthenticator BaseAction.getCrowdHttpAuthenticator()
           
 

Methods in com.atlassian.crowd.security.demo.action with parameters of type CrowdHttpAuthenticator
 void BaseAction.setCrowdHttpAuthenticator(CrowdHttpAuthenticator httpAuthenticator)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.