Uses of Interface
org.jasig.portal.IUserIdentityStore

Packages that use IUserIdentityStore
org.jasig.portal   
org.jasig.portal.layout Interfaces and classes for basic layouts support. 
org.jasig.portal.spring.locator   
 

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
 

Methods in org.jasig.portal that return IUserIdentityStore
static IUserIdentityStore UserIdentityStoreFactory.getUserIdentityStoreImpl()
          Deprecated. Use IUserIdentityStore from the Spring applicationContext instead.
 

Uses of IUserIdentityStore in org.jasig.portal.layout
 

Methods in org.jasig.portal.layout with parameters of type IUserIdentityStore
 void UserLayoutHelperImpl.setUserIdentityStore(IUserIdentityStore userIdentityStore)
           
 

Uses of IUserIdentityStore in org.jasig.portal.spring.locator
 

Methods in org.jasig.portal.spring.locator that return IUserIdentityStore
static IUserIdentityStore UserIdentityStoreLocator.getUserIdentityStore()
          Deprecated.  
 

Methods in org.jasig.portal.spring.locator that return types with arguments of type IUserIdentityStore
protected  AbstractBeanLocator<IUserIdentityStore> UserIdentityStoreLocator.getLocator()
          Deprecated.  
 

Method parameters in org.jasig.portal.spring.locator with type arguments of type IUserIdentityStore
protected  void UserIdentityStoreLocator.setLocator(AbstractBeanLocator<IUserIdentityStore> locator)
          Deprecated.  
 

Constructors in org.jasig.portal.spring.locator with parameters of type IUserIdentityStore
UserIdentityStoreLocator(IUserIdentityStore instance)
          Deprecated.  
 



Copyright © 2010 Jasig. All Rights Reserved.