org.exoplatform.services.security.sso
Class SSOAuthenticatorFactory

java.lang.Object
  extended by org.exoplatform.services.security.sso.SSOAuthenticatorFactory

public class SSOAuthenticatorFactory
extends Object

Version:
$Id: $
Author:
Andrey Parfonov

Method Summary
static SSOAuthenticatorFactory getInstance()
           
 SSOAuthenticator newAuthenticator(String mechanism)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SSOAuthenticatorFactory getInstance()
Returns:
existing instance of factory or create new one.

newAuthenticator

public SSOAuthenticator newAuthenticator(String mechanism)
Parameters:
mechanism - the mechanism name
Returns:
authenticator for given mechanism or null if mechanism is not supported.


Copyright © 2009 eXo Platform SAS. All Rights Reserved.