org.jasig.portal
Class UserIdentityStoreFactory

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

public class UserIdentityStoreFactory
extends java.lang.Object

Produces an implementation of IUserIdentityStore

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

Field Summary
private static org.apache.commons.logging.Log log
           
private static IUserIdentityStore UserIdentityStoreImpl
           
 
Constructor Summary
UserIdentityStoreFactory()
           
 
Method Summary
static IUserIdentityStore getUserIdentityStoreImpl()
          Returns an instance of the IUserIdentityStore specified in portal.properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log

UserIdentityStoreImpl

private static IUserIdentityStore UserIdentityStoreImpl
Constructor Detail

UserIdentityStoreFactory

public UserIdentityStoreFactory()
Method Detail

getUserIdentityStoreImpl

public static IUserIdentityStore getUserIdentityStoreImpl()
Returns an instance of the IUserIdentityStore specified in portal.properties

Returns:
an IUserIdentityStore implementation