Uses of Interface
org.springframework.security.web.access.channel.ChannelEntryPoint

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

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

Classes in org.springframework.security.web.access.channel that implement ChannelEntryPoint
 class AbstractRetryEntryPoint
           
 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.
 

Methods in org.springframework.security.web.access.channel that return ChannelEntryPoint
 ChannelEntryPoint SecureChannelProcessor.getEntryPoint()
           
 ChannelEntryPoint InsecureChannelProcessor.getEntryPoint()
           
 

Methods in org.springframework.security.web.access.channel with parameters of type ChannelEntryPoint
 void SecureChannelProcessor.setEntryPoint(ChannelEntryPoint entryPoint)
           
 void InsecureChannelProcessor.setEntryPoint(ChannelEntryPoint entryPoint)
           
 



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