Uses of Interface
com.atlassian.crowd.integration.http.CrowdHttpAuthenticator
Package
Description
-
Uses of CrowdHttpAuthenticator in com.atlassian.crowd.integration.http
Modifier and TypeClassDescriptionclass
CacheAwareCrowdHttpAuthenticator ensures that a user exists in the cache when a user is retrieved from the server or is authenticated.class
An implementation of CrowdHttpAuthenticator using aCrowdClient
to talk to a Crowd server.ModifierConstructorDescriptionCacheAwareCrowdHttpAuthenticator
(CrowdHttpAuthenticator delegate, AuthenticatorUserCache userCache) -
Uses of CrowdHttpAuthenticator in com.atlassian.crowd.integration.http.filter
ModifierConstructorDescriptionCrowdSecurityFilter
(CrowdHttpAuthenticator httpAuthenticator, AuthenticationUrlProvider authenticationUrlProvider) CrowdSecurityFilter
(CrowdHttpAuthenticator httpAuthenticator, ClientProperties clientProperties) Constructs a CrowdSecurityFilter. -
Uses of CrowdHttpAuthenticator in com.atlassian.crowd.integration.rest.service.factory
Modifier and TypeMethodDescriptionstatic CrowdHttpAuthenticator
RestCrowdHttpAuthenticationFactory.getAuthenticator()
Returns a singleton instance of CrowdHttpAuthenticator. -
Uses of CrowdHttpAuthenticator in com.atlassian.crowd.integration.seraph
ModifierConstructorDescriptionCrowdAuthenticator
(CrowdHttpAuthenticator crowdHttpAuthenticator, Supplier<CrowdService> crowdServiceSupplier) -
Uses of CrowdHttpAuthenticator in com.atlassian.crowd.integration.springsecurity
Modifier and TypeFieldDescriptionprotected final CrowdHttpAuthenticator
RemoteCrowdAuthenticationProvider.httpAuthenticator
Modifier and TypeMethodDescriptionvoid
CrowdLogoutHandler.setHttpAuthenticator
(CrowdHttpAuthenticator httpAuthenticator) void
CrowdSSOAuthenticationProcessingFilter.setHttpAuthenticator
(CrowdHttpAuthenticator httpAuthenticator) Mandatory dependency.ModifierConstructorDescriptionRemoteCrowdAuthenticationProvider
(CrowdClient authenticationManager, CrowdHttpAuthenticator httpAuthenticator, CrowdUserDetailsService userDetailsService)