org.jasig.portal.security.provider
Class CacheSecurityContextFactory

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

public class CacheSecurityContextFactory
extends java.lang.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: 1.9 $
Author:
Andrew Newman, newman@yale.edu

Constructor Summary
CacheSecurityContextFactory()
           
 
Method Summary
 ISecurityContext getSecurityContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheSecurityContextFactory

public CacheSecurityContextFactory()
Method Detail

getSecurityContext

public ISecurityContext getSecurityContext()
Specified by:
getSecurityContext in interface ISecurityContextFactory