1
0
mirror of synced 2026-08-05 01:36:56 +00:00

SEC-1491: Add support for an external priority SecurityMetadataSource to be referenced from global-method-security.

This commit is contained in:
Luke Taylor
2011-04-04 19:49:36 +01:00
parent 3084ad878f
commit 8d99918798
5 changed files with 38 additions and 6 deletions
@@ -16,19 +16,18 @@ package org.springframework.security.access.annotation;
import static org.junit.Assert.*;
import org.junit.*;
import org.springframework.security.access.ConfigAttribute;
import org.springframework.security.access.SecurityConfig;
import org.springframework.security.core.GrantedAuthority;
import java.lang.annotation.ElementType;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import java.lang.reflect.Method;
import java.util.*;
import org.junit.*;
import org.springframework.security.access.ConfigAttribute;
import org.springframework.security.access.SecurityConfig;
import org.springframework.security.core.GrantedAuthority;
/**
* Tests for {@link org.springframework.security.access.annotation.SecuredAnnotationSecurityMetadataSource}