com.atlassian.crowd.integration.rest.service.factory
Class RestCrowdHttpAuthenticationFactory

java.lang.Object
  extended by com.atlassian.crowd.integration.rest.service.factory.RestCrowdHttpAuthenticationFactory

public class RestCrowdHttpAuthenticationFactory
extends Object

This factory can be used to access a lazily instantiated singleton instance of CrowdHttpAuthenticator.


Method Summary
static CrowdHttpAuthenticator getAuthenticator()
          Returns a singleton instance of CrowdHttpAuthenticator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAuthenticator

public static CrowdHttpAuthenticator getAuthenticator()
Returns a singleton instance of CrowdHttpAuthenticator.

Returns:
singleton instance of CrowdHttpAuthenticator


Copyright © 2013 Atlassian. All Rights Reserved.