org.jasig.portal.security
Class PersonManagerFactory

java.lang.Object
  extended by org.jasig.portal.security.PersonManagerFactory

Deprecated. The 'personManager' bean in the spring context should be used instead

@Deprecated
public class PersonManagerFactory
extends Object

Author:
Bernie Durfee (bdurfee@interactivebusiness.com)

Constructor Summary
PersonManagerFactory()
          Deprecated.  
 
Method Summary
static IPersonManager getPersonManagerInstance()
          Deprecated. Returns an instance of the IPersonManager specified in portal.properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonManagerFactory

public PersonManagerFactory()
Deprecated. 
Method Detail

getPersonManagerInstance

public static IPersonManager getPersonManagerInstance()
Deprecated. 
Returns an instance of the IPersonManager specified in portal.properties

Returns:
instance of the IPersonManager


Copyright © 2010 Jasig. All Rights Reserved.