Package | Description |
---|---|
org.acegisecurity.captcha |
Captcha classes.
|
org.acegisecurity.intercept.web |
Enforces security for HTTP requests, typically by the URL requested.
|
org.acegisecurity.securechannel |
Classes that ensure web requests are received over required
transport channels.
|
org.acegisecurity.util |
General utility classes used throughout the Acegi Security System.
|
Modifier and Type | Method and Description |
---|---|
void |
CaptchaChannelProcessorTemplate.decide(FilterInvocation invocation,
ConfigAttributeDefinition config) |
Modifier and Type | Method and Description |
---|---|
void |
FilterSecurityInterceptor.invoke(FilterInvocation fi) |
boolean |
WebInvocationPrivilegeEvaluator.isAllowed(FilterInvocation fi,
Authentication authentication) |
Modifier and Type | Method and Description |
---|---|
void |
ChannelDecisionManager.decide(FilterInvocation invocation,
ConfigAttributeDefinition config)
Decided whether the presented
FilterInvocation provides the appropriate level of channel
security based on the requested ConfigAttributeDefinition . |
void |
ChannelProcessor.decide(FilterInvocation invocation,
ConfigAttributeDefinition config)
Decided whether the presented
FilterInvocation provides the appropriate level of channel
security based on the requested ConfigAttributeDefinition . |
void |
SecureChannelProcessor.decide(FilterInvocation invocation,
ConfigAttributeDefinition config) |
void |
ChannelDecisionManagerImpl.decide(FilterInvocation invocation,
ConfigAttributeDefinition config) |
void |
InsecureChannelProcessor.decide(FilterInvocation invocation,
ConfigAttributeDefinition config) |
Modifier and Type | Method and Description |
---|---|
static FilterInvocation |
FilterInvocationUtils.create(String uri)
Creates a
FilterInvocation for the specified Uri . |
static FilterInvocation |
FilterInvocationUtils.create(String contextPath,
String uri)
Creates a
FilterInvocation for the specified contextPath and Uri . |
Modifier and Type | Method and Description |
---|---|
static String |
UrlUtils.getFullRequestUrl(FilterInvocation fi) |
static String |
UrlUtils.getRequestUrl(FilterInvocation fi) |
Copyright © 2004–2019 Interface21, Inc. All rights reserved.