Uses of Interface
com.atlassian.crowd.service.client.CrowdClient
Packages that use CrowdClient
-
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.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.