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. -
Uses of CrowdHttpAuthenticator in com.atlassian.crowd.integration.rest.service.factory
Methods in com.atlassian.crowd.integration.rest.service.factory that return CrowdHttpAuthenticatorModifier and TypeMethodDescriptionstatic CrowdHttpAuthenticatorRestCrowdHttpAuthenticationFactory.getAuthenticator()Returns a singleton instance of CrowdHttpAuthenticator. -
Uses of CrowdHttpAuthenticator in com.atlassian.crowd.integration.seraph
Constructors in com.atlassian.crowd.integration.seraph with parameters of type CrowdHttpAuthenticatorModifierConstructorDescriptionCrowdAuthenticator(CrowdHttpAuthenticator crowdHttpAuthenticator, Supplier<CrowdService> crowdServiceSupplier) -
Uses of CrowdHttpAuthenticator in com.atlassian.crowd.integration.springsecurity
Fields in com.atlassian.crowd.integration.springsecurity declared as CrowdHttpAuthenticatorModifier and TypeFieldDescriptionprotected final CrowdHttpAuthenticatorRemoteCrowdAuthenticationProvider.httpAuthenticatorMethods in com.atlassian.crowd.integration.springsecurity with parameters of type CrowdHttpAuthenticatorModifier and TypeMethodDescriptionvoidCrowdLogoutHandler.setHttpAuthenticator(CrowdHttpAuthenticator httpAuthenticator) voidCrowdSSOAuthenticationProcessingFilter.setHttpAuthenticator(CrowdHttpAuthenticator httpAuthenticator) Mandatory dependency.Constructors in com.atlassian.crowd.integration.springsecurity with parameters of type CrowdHttpAuthenticatorModifierConstructorDescriptionRemoteCrowdAuthenticationProvider(CrowdClient authenticationManager, CrowdHttpAuthenticator httpAuthenticator, CrowdUserDetailsService userDetailsService)