uPortal 2.4.1
API Documentation

org.jasig.portal.security.provider
Class AccountStoreFactory

java.lang.Object
  extended byorg.jasig.portal.security.provider.AccountStoreFactory

public class AccountStoreFactory
extends java.lang.Object


Constructor Summary
AccountStoreFactory()
           
 
Method Summary
static IAccountStore getAccountStoreImpl()
          Returns an instance of the RDBMAccountStore.
 
Methods inherited from class java.lang.Object
equals, 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

uPortal 2.4.1
API Documentation