Uses of Interface
com.atlassian.crowd.service.client.CrowdClient
Packages that use CrowdClient
Package
Description
-
Uses of CrowdClient in com.atlassian.crowd.acceptance.tests.synchronisation.remote
Methods in com.atlassian.crowd.acceptance.tests.synchronisation.remote that return CrowdClientModifier and TypeMethodDescriptionCrowdInstanceHelper.getCrowdClient()
protected CrowdClient
BaseSynchroniseCrowdDirectoryTest.getCrowdClient1()
protected CrowdClient
BaseSynchroniseCrowdDirectoryTest.getCrowdClient2()
-
Uses of CrowdClient in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory that return CrowdClientModifier and TypeMethodDescriptionRemoteCrowdDirectory.getCrowdClient()
Access the Crowd client used for communication with the remote Crowd directory, intended for internal reuse only. -
Uses of CrowdClient in com.atlassian.crowd.integration.http
Constructors in com.atlassian.crowd.integration.http with parameters of type CrowdClientModifierConstructorDescriptionCrowdHttpAuthenticatorImpl
(CrowdClient client, ClientProperties clientProperties, CrowdHttpTokenHelper tokenHelper) CrowdHttpAuthenticatorImpl
(CrowdClient client, ClientProperties clientProperties, CrowdHttpTokenHelper tokenHelper, TokenLockProvider tokenLockProvider) -
Uses of CrowdClient in com.atlassian.crowd.integration.rest.service
Classes in com.atlassian.crowd.integration.rest.service that implement CrowdClientModifier and TypeClassDescriptionclass
This is the Crowd Client to access REST services on a remote Crowd Server. -
Uses of CrowdClient in com.atlassian.crowd.integration.rest.service.factory
Methods in com.atlassian.crowd.integration.rest.service.factory that return CrowdClientModifier and TypeMethodDescriptionRestCrowdClientFactory.newInstance
(ClientProperties clientProperties) RestCrowdClientFactory.newInstance
(String url, String applicationName, String applicationPassword) -
Uses of CrowdClient in com.atlassian.crowd.integration.springsecurity
Fields in com.atlassian.crowd.integration.springsecurity declared as CrowdClientModifier and TypeFieldDescriptionprotected final CrowdClient
RemoteCrowdAuthenticationProvider.authenticationManager
Constructors in com.atlassian.crowd.integration.springsecurity with parameters of type CrowdClientModifierConstructorDescriptionCrowdSSOAuthenticationProcessingFilter
(CrowdHttpTokenHelper tokenHelper, CrowdClient crowdClient, ClientProperties clientProperties) RemoteCrowdAuthenticationProvider
(CrowdClient authenticationManager, CrowdHttpAuthenticator httpAuthenticator, CrowdUserDetailsService userDetailsService) -
Uses of CrowdClient in com.atlassian.crowd.integration.springsecurity.user
Methods in com.atlassian.crowd.integration.springsecurity.user with parameters of type CrowdClientModifier and TypeMethodDescriptionvoid
CrowdUserDetailsServiceImpl.setCrowdClient
(CrowdClient crowdClient) -
Uses of CrowdClient in com.atlassian.crowd.service.factory
Methods in com.atlassian.crowd.service.factory that return CrowdClientModifier and TypeMethodDescriptionCrowdClientFactory.newInstance
(ClientProperties clientProperties) Constructs a new Crowd Client instance from the client properties.CrowdClientFactory.newInstance
(String url, String applicationName, String applicationPassword) Construct a new Crowd Client instance.