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 java.lang.Object
implements CrowdServiceFactory

This class is a convenience class to access a CrowdAdminService 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(CrowdAdminService crowdAdminService)
           
 
Method Summary
static CrowdAdminService getCrowdService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticCrowdServiceFactory

public StaticCrowdServiceFactory(CrowdAdminService crowdAdminService)
Method Detail

getCrowdService

public static CrowdAdminService getCrowdService()


Copyright © 2010 Atlassian. All Rights Reserved.