Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.acegisecurity.securechannel.ChannelEntryPoint

Uses of ChannelEntryPoint in org.acegisecurity.securechannel
 

Classes in org.acegisecurity.securechannel that implement ChannelEntryPoint
 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.
 

Fields in org.acegisecurity.securechannel declared as ChannelEntryPoint
private  ChannelEntryPoint InsecureChannelProcessor.entryPoint
           
private  ChannelEntryPoint SecureChannelProcessor.entryPoint
           
 

Methods in org.acegisecurity.securechannel that return ChannelEntryPoint
 ChannelEntryPoint InsecureChannelProcessor.getEntryPoint()
           
 ChannelEntryPoint SecureChannelProcessor.getEntryPoint()
           
 

Methods in org.acegisecurity.securechannel with parameters of type ChannelEntryPoint
 void InsecureChannelProcessor.setEntryPoint(ChannelEntryPoint entryPoint)
           
 void SecureChannelProcessor.setEntryPoint(ChannelEntryPoint entryPoint)