com.atlassian.crowd.service.soap.client
Class SecurityServerClientFactory

java.lang.Object
  extended by com.atlassian.crowd.service.soap.client.SecurityServerClientFactory

public class SecurityServerClientFactory
extends Object

Use this class to maintain a singleton instance of the SecurityServerClient. If you are managing the SecurityServerClient instance externally, eg. via Spring, you do not need to use this class.


Constructor Summary
SecurityServerClientFactory()
           
 
Method Summary
static SecurityServerClient getSecurityServerClient()
          Retrieve a singleton instance of the SecurityServerClient.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityServerClientFactory

public SecurityServerClientFactory()
Method Detail

getSecurityServerClient

public static SecurityServerClient getSecurityServerClient()
Retrieve a singleton instance of the SecurityServerClient.

Returns:
singleton instance of the SecurityServerClient.


Copyright © 2013 Atlassian. All Rights Reserved.