Uses of Interface
org.jasig.portal.security.provider.IAccountStore

Packages that use IAccountStore
org.jasig.portal.security.provider   
 

Uses of IAccountStore in org.jasig.portal.security.provider
 

Classes in org.jasig.portal.security.provider that implement IAccountStore
 class RDBMAccountStore
          A reference implementation of IAccountStore.
 

Fields in org.jasig.portal.security.provider declared as IAccountStore
private static IAccountStore AccountStoreFactory.accountStoreImpl
           
 

Methods in org.jasig.portal.security.provider that return IAccountStore
static IAccountStore AccountStoreFactory.getAccountStoreImpl()
          Returns an instance of the RDBMAccountStore.