com.atlassian.crowd.embedded.core.util
Class StaticCrowdServiceFactory

java.lang.Object
  extended by 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 Summary
StaticCrowdServiceFactory(CrowdService crowdService)
           
 
Method Summary
static CrowdService getCrowdService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticCrowdServiceFactory

public StaticCrowdServiceFactory(CrowdService crowdService)
Method Detail

getCrowdService

public static CrowdService getCrowdService()


Copyright © 2012 Atlassian. All Rights Reserved.