Spring Security Framework

Uses of Class
org.springframework.security.securechannel.AbstractRetryEntryPoint

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

Uses of AbstractRetryEntryPoint in org.springframework.security.securechannel
 

Subclasses of AbstractRetryEntryPoint in org.springframework.security.securechannel
 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.
 


Spring Security Framework

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