org.jasig.portal
Class UserIdentityStoreFactory

java.lang.Object
  extended by org.jasig.portal.UserIdentityStoreFactory

Deprecated. Use IUserIdentityStore from the Spring applicationContext instead.

@Deprecated
public class UserIdentityStoreFactory
extends Object

Produces an implementation of IUserIdentityStore

Version:
$Revision: 19776 $
Author:
Ken Weiner, kweiner@unicon.net

Constructor Summary
UserIdentityStoreFactory()
          Deprecated.  
 
Method Summary
static IUserIdentityStore getUserIdentityStoreImpl()
          Deprecated. Use IUserIdentityStore from the Spring applicationContext instead.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserIdentityStoreFactory

public UserIdentityStoreFactory()
Deprecated. 
Method Detail

getUserIdentityStoreImpl

public static IUserIdentityStore getUserIdentityStoreImpl()
Deprecated. Use IUserIdentityStore from the Spring applicationContext instead.

Returns an instance of the IUserIdentityStore specified in portal.properties

Returns:
an IUserIdentityStore implementation


Copyright © 2010 Jasig. All Rights Reserved.