|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelEntryPoint | |
---|---|
org.acegisecurity.captcha | Captcha classes. |
org.acegisecurity.securechannel | Classes that ensure web requests are received over required transport channels. |
Uses of ChannelEntryPoint in org.acegisecurity.captcha |
---|
Classes in org.acegisecurity.captcha that implement ChannelEntryPoint | |
---|---|
class |
CaptchaEntryPoint
The captcha entry point : redirect to the captcha test page. |
Methods in org.acegisecurity.captcha that return ChannelEntryPoint | |
---|---|
ChannelEntryPoint |
CaptchaChannelProcessorTemplate.getEntryPoint()
|
Methods in org.acegisecurity.captcha with parameters of type ChannelEntryPoint | |
---|---|
void |
CaptchaChannelProcessorTemplate.setEntryPoint(ChannelEntryPoint entryPoint)
|
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. |
Methods in org.acegisecurity.securechannel that return ChannelEntryPoint | |
---|---|
ChannelEntryPoint |
SecureChannelProcessor.getEntryPoint()
|
ChannelEntryPoint |
InsecureChannelProcessor.getEntryPoint()
|
Methods in org.acegisecurity.securechannel with parameters of type ChannelEntryPoint | |
---|---|
void |
SecureChannelProcessor.setEntryPoint(ChannelEntryPoint entryPoint)
|
void |
InsecureChannelProcessor.setEntryPoint(ChannelEntryPoint entryPoint)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |