Merge branch '6.2.x' into 6.3.x
This commit is contained in:
@@ -34,6 +34,7 @@ import org.springframework.security.authorization.AuthorizationManager;
|
||||
* {@code <method-security>} and {@code <intercept-methods>} instead or use
|
||||
* annotation-based or {@link AuthorizationManager}-based authorization
|
||||
*/
|
||||
@Deprecated
|
||||
public interface MethodSecurityMetadataSource extends SecurityMetadataSource {
|
||||
|
||||
Collection<ConfigAttribute> getAttributes(Method method, Class<?> targetClass);
|
||||
|
||||
@@ -26,6 +26,7 @@ import org.springframework.security.authorization.AuthorizationManager;
|
||||
* @see org.springframework.security.authorization.method.AuthorizationManagerAfterMethodInterceptor
|
||||
* @deprecated Use delegation with {@link AuthorizationManager}
|
||||
*/
|
||||
@Deprecated
|
||||
public interface PrePostInvocationAttributeFactory extends AopInfrastructureBean {
|
||||
|
||||
PreInvocationAttribute createPreInvocationAttribute(String preFilterAttribute, String filterObject,
|
||||
|
||||
Reference in New Issue
Block a user