Uses of Class
org.jasig.portal.security.provider.ChainingSecurityContext

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

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

Subclasses of ChainingSecurityContext in org.jasig.portal.security.provider
 class BrokenSecurityContext
           A SecurityContext that can never be authenticated.
 class CacheLdapSecurityContext
          Deprecated. As of uPortal 2.1.3, use SimpleLdapSecurityContext chained with CacheSecurityContext instead
(package private)  class CacheSecurityContext
          This is an implementation of a SecurityContext that performs absolutely NO validation of the Principal but merely caches the claimed password.
(package private)  class JAASSecurityContext
          This is an implementation of a SecurityContext that checks a user's credentials using JAAS.
(package private)  class RemoteUserSecurityContext
          Create a security context and store the value of remote user.
 class SimpleLdapSecurityContext
          This is an implementation of a SecurityContext that checks a user's credentials against an LDAP directory.
 class SimpleSecurityContext
          This is an implementation of a SecurityContext that checks a user's credentials against an MD5 hashed password entry.
(package private)  class TrustSecurityContext
          This is an implementation of a SecurityContext that merely checks to see if the user exists in the UP_USERS database table but otherwise presumes to be pre-authenticated by the context from which it is called.
(package private)  class UnionSecurityContext
          A simple extension of ChainingSecurityContext that acts merely as a placeholder but considers itself in an "authenticated" state if any of its subcontexts are "authenticated."
 

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

Subclasses of ChainingSecurityContext in org.jasig.portal.security.provider.cas
 class CasFilteredSecurityContext
          CAS security context backed by the StaticCasReceiptCacherFilter.
 class CasSecurityContext
           A SecurityContext using the Central Authentication Service.