org.jasig.portal.security.provider
Class AccountStoreFactory
java.lang.Object
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"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccountStoreFactory
public AccountStoreFactory()
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.