Package | Description |
---|---|
org.springframework.security.taglibs.authz |
JSP Security tag library implementation.
|
org.springframework.security.web.access.channel |
Classes that ensure web requests are received over required transport channels.
|
org.springframework.security.web.access.expression |
Implementation of web security expressions.
|
org.springframework.security.web.access.intercept |
Enforcement of security for HTTP requests, typically by the URL requested.
|
Modifier and Type | Method and Description |
---|---|
protected org.springframework.expression.EvaluationContext |
JspAuthorizeTag.createExpressionEvaluationContext(SecurityExpressionHandler<FilterInvocation> handler) |
protected org.springframework.expression.EvaluationContext |
AbstractAuthorizeTag.createExpressionEvaluationContext(SecurityExpressionHandler<FilterInvocation> handler)
Allows the
EvaluationContext to be customized for variable lookup etc. |
Modifier and Type | Method and Description |
---|---|
void |
SecureChannelProcessor.decide(FilterInvocation invocation,
Collection<ConfigAttribute> config) |
void |
ChannelDecisionManagerImpl.decide(FilterInvocation invocation,
Collection<ConfigAttribute> config) |
void |
InsecureChannelProcessor.decide(FilterInvocation invocation,
Collection<ConfigAttribute> config) |
void |
ChannelDecisionManager.decide(FilterInvocation invocation,
Collection<ConfigAttribute> config)
Decided whether the presented
FilterInvocation provides the appropriate level of channel
security based on the requested list of ConfigAttributes. |
void |
ChannelProcessor.decide(FilterInvocation invocation,
Collection<ConfigAttribute> config)
Decided whether the presented
FilterInvocation provides the appropriate level of channel
security based on the requested list of ConfigAttributes. |
Modifier and Type | Method and Description |
---|---|
org.springframework.expression.EvaluationContext |
WebSecurityExpressionHandler.createEvaluationContext(Authentication authentication,
FilterInvocation invocation)
Deprecated.
|
protected SecurityExpressionOperations |
DefaultWebSecurityExpressionHandler.createSecurityExpressionRoot(Authentication authentication,
FilterInvocation fi) |
int |
WebExpressionVoter.vote(Authentication authentication,
FilterInvocation fi,
Collection<ConfigAttribute> attributes) |
Modifier and Type | Method and Description |
---|---|
void |
WebExpressionVoter.setExpressionHandler(SecurityExpressionHandler<FilterInvocation> expressionHandler) |
Constructor and Description |
---|
WebSecurityExpressionRoot(Authentication a,
FilterInvocation fi) |
Constructor and Description |
---|
ExpressionBasedFilterInvocationSecurityMetadataSource(LinkedHashMap<RequestMatcher,Collection<ConfigAttribute>> requestMap,
SecurityExpressionHandler<FilterInvocation> expressionHandler) |
Modifier and Type | Method and Description |
---|---|
void |
FilterSecurityInterceptor.invoke(FilterInvocation fi) |
Copyright © 2015. All rights reserved.