|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.security.provider.AccountStoreFactory
public class AccountStoreFactory
A factory for account store implementation.
Field Summary | |
---|---|
private static IAccountStore |
accountStoreImpl
|
Constructor Summary | |
---|---|
AccountStoreFactory()
|
Method Summary | |
---|---|
static IAccountStore |
getAccountStoreImpl()
Returns an instance of the RDBMAccountStore . |
private static void |
initialize()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static IAccountStore accountStoreImpl
Constructor Detail |
---|
public AccountStoreFactory()
Method Detail |
---|
public static IAccountStore getAccountStoreImpl() throws PortalException
RDBMAccountStore
.
Production installations are highly unlikely to use this factory, so the implementation choice is hard-coded in the factory.
PortalException
- if an error occursprivate static void initialize() throws PortalException
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |