org.jasig.portal.security.provider
Class CacheLdapSecurityContextFactory
java.lang.Object
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 Object
- implements ISecurityContextFactory
The factory class for the cache LDAP security context.
Just returns a new instance of the CacheLdapSecurityContext.
- Version:
- $Revision: 19776 $
- Author:
- Russell Tokuyama (University of Hawaii), Ken Weiner, kweiner@unicon.net
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheLdapSecurityContextFactory
public CacheLdapSecurityContextFactory()
- Deprecated.
getSecurityContext
public ISecurityContext getSecurityContext()
- Deprecated.
- Returns a new CacheLdapSecurityContext
- Specified by:
getSecurityContext in interface ISecurityContextFactory
- Returns:
- a new CacheLdapSecurityContext
Copyright © 2010 Jasig. All Rights Reserved.