Uses of Interface
com.atlassian.crowd.service.client.CrowdClient
Package
Description
-
Uses of CrowdClient in com.atlassian.crowd.acceptance.tests.synchronisation.remote
Modifier and TypeMethodDescriptionCrowdInstanceHelper.getCrowdClient()
protected CrowdClient
BaseSynchroniseCrowdDirectoryTest.getCrowdClient1()
protected CrowdClient
BaseSynchroniseCrowdDirectoryTest.getCrowdClient2()
-
Uses of CrowdClient in com.atlassian.crowd.directory
Modifier 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
ModifierConstructorDescriptionCrowdHttpAuthenticatorImpl
(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
Modifier 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
Modifier and TypeMethodDescriptionRestCrowdClientFactory.newInstance
(ClientProperties clientProperties) RestCrowdClientFactory.newInstance
(String url, String applicationName, String applicationPassword) -
Uses of CrowdClient in com.atlassian.crowd.integration.springsecurity
Modifier and TypeFieldDescriptionprotected final CrowdClient
RemoteCrowdAuthenticationProvider.authenticationManager
ModifierConstructorDescriptionCrowdSSOAuthenticationProcessingFilter
(CrowdHttpTokenHelper tokenHelper, CrowdClient crowdClient, ClientProperties clientProperties) RemoteCrowdAuthenticationProvider
(CrowdClient authenticationManager, CrowdHttpAuthenticator httpAuthenticator, CrowdUserDetailsService userDetailsService) -
Uses of CrowdClient in com.atlassian.crowd.integration.springsecurity.user
Modifier and TypeMethodDescriptionvoid
CrowdUserDetailsServiceImpl.setCrowdClient
(CrowdClient crowdClient) -
Uses of CrowdClient in com.atlassian.crowd.service.factory
Modifier 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.