org.exoplatform.services.security.sso
Class SSOAuthenticatorFactory
java.lang.Object
org.exoplatform.services.security.sso.SSOAuthenticatorFactory
public class SSOAuthenticatorFactory
- extends Object
- Version:
- $Id: $
- Author:
- Andrey Parfonov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.