org.jasig.portal.security
Class ContextConfiguration

java.lang.Object
  extended by org.jasig.portal.security.ContextConfiguration

 class ContextConfiguration
extends java.lang.Object


Field Summary
(package private)  ISecurityContextFactory contextFactory
           
(package private)  java.lang.String contextName
           
(package private)  java.util.Properties contextProperties
           
(package private)  ContextConfiguration[] subConfigs
           
 
Constructor Summary
ContextConfiguration()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contextFactory

ISecurityContextFactory contextFactory

contextName

java.lang.String contextName

contextProperties

final java.util.Properties contextProperties

subConfigs

ContextConfiguration[] subConfigs
Constructor Detail

ContextConfiguration

ContextConfiguration()