uPortal 2.4.1
API Documentation

org.jasig.portal
Class UserIdentityStoreFactory

java.lang.Object
  extended byorg.jasig.portal.UserIdentityStoreFactory

public class UserIdentityStoreFactory
extends java.lang.Object

Produces an implementation of IUserIdentityStore

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

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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

uPortal 2.4.1
API Documentation