Package | Description |
---|---|
org.acegisecurity.captcha |
Captcha classes.
|
org.acegisecurity.securechannel |
Classes that ensure web requests are received over required
transport channels.
|
Modifier and Type | Class and Description |
---|---|
class |
CaptchaEntryPoint
The captcha entry point : redirect to the captcha test page.
|
Modifier and Type | Method and Description |
---|---|
ChannelEntryPoint |
CaptchaChannelProcessorTemplate.getEntryPoint() |
Modifier and Type | Method and Description |
---|---|
void |
CaptchaChannelProcessorTemplate.setEntryPoint(ChannelEntryPoint entryPoint) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ChannelEntryPoint |
SecureChannelProcessor.getEntryPoint() |
ChannelEntryPoint |
InsecureChannelProcessor.getEntryPoint() |
Modifier and Type | Method and Description |
---|---|
void |
SecureChannelProcessor.setEntryPoint(ChannelEntryPoint entryPoint) |
void |
InsecureChannelProcessor.setEntryPoint(ChannelEntryPoint entryPoint) |
Copyright © 2016. All rights reserved.