Uses of Interface
org.jasig.cas.client.authentication.AuthenticationRedirectStrategy

Packages that use AuthenticationRedirectStrategy
org.jasig.cas.client.authentication   
org.jasig.cas.client.configuration   
 

Uses of AuthenticationRedirectStrategy in org.jasig.cas.client.authentication
 

Classes in org.jasig.cas.client.authentication that implement AuthenticationRedirectStrategy
 class DefaultAuthenticationRedirectStrategy
          Implementation of the AuthenticationRedirectStrategy class that preserves the original behavior that existed prior to 3.3.0.
 class FacesCompatibleAuthenticationRedirectStrategy
          Implementation of the redirect strategy that can handle a Faces Ajax request in addition to the standard redirect style.
 

Uses of AuthenticationRedirectStrategy in org.jasig.cas.client.configuration
 

Fields in org.jasig.cas.client.configuration with type parameters of type AuthenticationRedirectStrategy
static ConfigurationKey<Class<? extends AuthenticationRedirectStrategy>> ConfigurationKeys.AUTHENTICATION_REDIRECT_STRATEGY_CLASS
           
 



Copyright © 2006-2015 Jasig. All Rights Reserved.