org.jasig.portal.security.provider
Class CacheLdapSecurityContextFactory

java.lang.Object
  extended by org.jasig.portal.security.provider.CacheLdapSecurityContextFactory
All Implemented Interfaces:
ISecurityContextFactory

Deprecated. As of uPortal 2.1.3, use SimpleLdapSecurityContextFactory chained with CacheSecurityContextFactory instead

public class CacheLdapSecurityContextFactory
extends java.lang.Object
implements ISecurityContextFactory

The factory class for the cache LDAP security context. Just returns a new instance of the CacheLdapSecurityContext.

Version:
$Revision: 1.5 $
Author:
Russell Tokuyama (University of Hawaii), Ken Weiner, kweiner@unicon.net

Constructor Summary
CacheLdapSecurityContextFactory()
          Deprecated.  
 
Method Summary
 ISecurityContext getSecurityContext()
          Deprecated. Returns a new CacheLdapSecurityContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheLdapSecurityContextFactory

public CacheLdapSecurityContextFactory()
Deprecated. 
Method Detail

getSecurityContext

public ISecurityContext getSecurityContext()
Deprecated. 
Returns a new CacheLdapSecurityContext

Specified by:
getSecurityContext in interface ISecurityContextFactory
Returns:
a new CacheLdapSecurityContext