uPortal 2.4.1
API Documentation

org.jasig.portal.security
Interface ISecurityContextFactory

All Known Implementing Classes:
CacheLdapSecurityContextFactory, CacheSecurityContextFactory, JAASSecurityContextFactory, RemoteUserSecurityContextFactory, SimpleLdapSecurityContextFactory, SimpleSecurityContextFactory, TrustSecurityContextFactory, UnionSecurityContextFactory

public interface ISecurityContextFactory

A context-specific factory class interface that should be implemented by factory classes defined for each context provider. The provider's constructor should not be public to discourage it's instantiation through means other than the corresponding factory. This formalism should be followed for consistency even when the factory performs no additional value-add than instantiating the appropriate context class.

Version:
$Revision: 1.2 $
Author:
Andrew Newman, newman@yale.edu

Method Summary
 ISecurityContext getSecurityContext()
           
 

Method Detail

getSecurityContext

public ISecurityContext getSecurityContext()

uPortal 2.4.1
API Documentation