1
0
mirror of synced 2026-08-04 09:17:02 +00:00

SEC-1887: Add MethodSecurityOperations interface.

This should cater for implementations which want to use
the full filtering capabilities while creating a custom
expression root object.

Also cleaning whitespace.
This commit is contained in:
Luke Taylor
2012-02-01 15:49:56 +00:00
parent 2434564d6c
commit 5d71d2a4fa
7 changed files with 83 additions and 83 deletions
@@ -13,8 +13,8 @@ import org.springframework.security.web.FilterInvocation;
* @since 3.0
*/
public class DefaultWebSecurityExpressionHandler extends AbstractSecurityExpressionHandler<FilterInvocation> {
private final AuthenticationTrustResolver trustResolver = new AuthenticationTrustResolverImpl();
private final AuthenticationTrustResolver trustResolver = new AuthenticationTrustResolverImpl();
@Override
protected SecurityExpressionOperations createSecurityExpressionRoot(Authentication authentication, FilterInvocation fi) {