Class StaticCrowdServiceFactory

java.lang.Object
com.atlassian.crowd.embedded.core.util.StaticCrowdServiceFactory
All Implemented Interfaces:
CrowdServiceFactory

public class StaticCrowdServiceFactory extends Object implements CrowdServiceFactory

This class is a convenience class to access a CrowdService in a static way.

NB: it shouldn't be used in production code, and is here only to help with backward compatibility, i.e. with OS User and Atlassian User.

  • Constructor Details

    • StaticCrowdServiceFactory

      public StaticCrowdServiceFactory(CrowdService crowdService)
  • Method Details

    • getCrowdService

      public static CrowdService getCrowdService()