org.jasig.portal.spring.locator
Class UserIdentityStoreLocator
java.lang.Object
org.jasig.portal.spring.locator.AbstractBeanLocator<IUserIdentityStore>
org.jasig.portal.spring.locator.UserIdentityStoreLocator
- All Implemented Interfaces:
- DisposableBean, InitializingBean
Deprecated. code that needs an IUserIdentityStore should use direct dependency injection where possible
@Deprecated
public class UserIdentityStoreLocator
- extends AbstractBeanLocator<IUserIdentityStore>
- Author:
- Nicholas Blair, npblair@wisc.edu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BEAN_NAME
public static final String BEAN_NAME
- Deprecated.
- See Also:
- Constant Field Values
UserIdentityStoreLocator
public UserIdentityStoreLocator(IUserIdentityStore instance)
- Deprecated.
getUserIdentityStore
public static IUserIdentityStore getUserIdentityStore()
- Deprecated.
getLocator
protected AbstractBeanLocator<IUserIdentityStore> getLocator()
- Deprecated.
- Specified by:
getLocator in class AbstractBeanLocator<IUserIdentityStore>
setLocator
protected void setLocator(AbstractBeanLocator<IUserIdentityStore> locator)
- Deprecated.
- Specified by:
setLocator in class AbstractBeanLocator<IUserIdentityStore>
Copyright © 2010 Jasig. All Rights Reserved.