org.jasig.portal
Class UserIdentityStoreFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserIdentityStoreFactory
public UserIdentityStoreFactory()
- Deprecated.
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.