Uses of Class
org.springframework.security.web.access.channel.AbstractRetryEntryPoint

Packages that use AbstractRetryEntryPoint
org.springframework.security.web.access.channel Classes that ensure web requests are received over required transport channels. 
 

Uses of AbstractRetryEntryPoint in org.springframework.security.web.access.channel
 

Subclasses of AbstractRetryEntryPoint in org.springframework.security.web.access.channel
 class RetryWithHttpEntryPoint
          Commences an insecure channel by retrying the original request using HTTP.
 class RetryWithHttpsEntryPoint
          Commences a secure channel by retrying the original request using HTTPS.
 



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.