Uses of Interface
org.jasig.portal.IUserIdentityStore

Packages that use IUserIdentityStore
org.jasig.portal   
org.jasig.portal.channels.cusermanager.provider   
org.jasig.portal.layout.dlm   
 

Uses of IUserIdentityStore in org.jasig.portal
 

Classes in org.jasig.portal that implement IUserIdentityStore
 class RDBMUserIdentityStore
          SQL implementation for managing creation and removal of User Portal Data
 

Fields in org.jasig.portal declared as IUserIdentityStore
private static IUserIdentityStore UserIdentityStoreFactory.UserIdentityStoreImpl
           
 

Methods in org.jasig.portal that return IUserIdentityStore
static IUserIdentityStore UserIdentityStoreFactory.getUserIdentityStoreImpl()
          Returns an instance of the IUserIdentityStore specified in portal.properties
 

Uses of IUserIdentityStore in org.jasig.portal.channels.cusermanager.provider
 

Fields in org.jasig.portal.channels.cusermanager.provider declared as IUserIdentityStore
private  IUserIdentityStore DefaultDataHandlerImpl.rdbmuser
           
 

Uses of IUserIdentityStore in org.jasig.portal.layout.dlm
 

Fields in org.jasig.portal.layout.dlm declared as IUserIdentityStore
private  IUserIdentityStore FragmentActivator.identityStore