org.jasig.portal.security.provider
Class CacheSecurityContextFactory
java.lang.Object
org.jasig.portal.security.provider.CacheSecurityContextFactory
- All Implemented Interfaces:
- ISecurityContextFactory
public class CacheSecurityContextFactory
- extends Object
- implements ISecurityContextFactory
The factory class for the cache security context. Just returns a new
instance of the CacheSecurityContext. See the notes and warnings
associated with the CacheSecurityContext class.
- Version:
- $Revision: 19776 $
- Author:
- Andrew Newman, newman@yale.edu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheSecurityContextFactory
public CacheSecurityContextFactory()
getSecurityContext
public ISecurityContext getSecurityContext()
- Specified by:
getSecurityContext in interface ISecurityContextFactory
Copyright © 2010 Jasig. All Rights Reserved.