Uses of Interface
org.jasig.portal.security.ISecurityContextFactory

Packages that use ISecurityContextFactory
org.jasig.portal.security   
org.jasig.portal.security.provider   
org.jasig.portal.security.provider.cas   
 

Uses of ISecurityContextFactory in org.jasig.portal.security
 

Fields in org.jasig.portal.security declared as ISecurityContextFactory
(package private)  ISecurityContextFactory ContextConfiguration.contextFactory
           
 

Uses of ISecurityContextFactory in org.jasig.portal.security.provider
 

Classes in org.jasig.portal.security.provider that implement ISecurityContextFactory
 class CacheLdapSecurityContextFactory
          Deprecated. As of uPortal 2.1.3, use SimpleLdapSecurityContextFactory chained with CacheSecurityContextFactory instead
 class CacheSecurityContextFactory
          The factory class for the cache security context.
 class JAASSecurityContextFactory
           
 class RemoteUserSecurityContextFactory
           
 class SimpleLdapSecurityContextFactory
           
 class SimpleSecurityContextFactory
           
 class TrustSecurityContextFactory
           
 class UnionSecurityContextFactory
           
 

Uses of ISecurityContextFactory in org.jasig.portal.security.provider.cas
 

Classes in org.jasig.portal.security.provider.cas that implement ISecurityContextFactory
 class CasFilteredSecurityContextFactory
          Factory for CasFilteredSecurityContexts, implementing the CasValidateFilter-fronted CAS authentication approach.
 class CasSecurityContextFactory
          Factory for CasSecurityContext instances.