org.jasig.portal.security.provider
Class AccountStoreFactory

java.lang.Object
  extended by org.jasig.portal.security.provider.AccountStoreFactory

public class AccountStoreFactory
extends Object

A factory for account store implementation.

Version:
$Revision: 19776 $
Author:
Peter Kharchenko pkharchenko@interactivebusiness.com"

Constructor Summary
AccountStoreFactory()
           
 
Method Summary
static IAccountStore getAccountStoreImpl()
          Returns an instance of the RDBMAccountStore.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountStoreFactory

public AccountStoreFactory()
Method Detail

getAccountStoreImpl

public static IAccountStore getAccountStoreImpl()
                                         throws PortalException
Returns an instance of the RDBMAccountStore. Production installations are highly unlikely to use this factory, so the implementation choice is hard-coded in the factory.

Returns:
an IAccountStore implementation
Throws:
PortalException - if an error occurs


Copyright © 2010 Jasig. All Rights Reserved.