Uses of Interface
com.atlassian.crowd.integration.http.CrowdHttpAuthenticator
Packages that use CrowdHttpAuthenticator
Package
Description
-
Uses of CrowdHttpAuthenticator in com.atlassian.crowd.integration.http
Classes in com.atlassian.crowd.integration.http that implement CrowdHttpAuthenticatorModifier and TypeClassDescriptionclassCacheAwareCrowdHttpAuthenticator ensures that a user exists in the cache when a user is retrieved from the server or is authenticated.classAn implementation of CrowdHttpAuthenticator using aCrowdClientto talk to a Crowd server.Constructors in com.atlassian.crowd.integration.http with parameters of type CrowdHttpAuthenticatorModifierConstructorDescriptionCacheAwareCrowdHttpAuthenticator(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 CrowdHttpAuthenticatorModifierConstructorDescriptionCrowdSecurityFilter(CrowdHttpAuthenticator httpAuthenticator, AuthenticationUrlProvider authenticationUrlProvider) CrowdSecurityFilter(CrowdHttpAuthenticator httpAuthenticator, ClientProperties clientProperties) Constructs a CrowdSecurityFilter.