Package org.springframework.security.access.method
package org.springframework.security.access.method
Provides
SecurityMetadataSource
implementations for securing Java method
invocations via different AOP libraries.-
ClassDescriptionAbstract implementation of
MethodSecurityMetadataSource
that supports both Spring AOP and AspectJ and performs attribute resolution from: 1.Abstract implementation of MethodSecurityMetadataSource which resolves the secured object type to a MethodInvocation.Automatically tries a series of method definition sources, relying on the first source of metadata that provides a non-null/non-empty response.Stores a list of ConfigAttributes for a method or class signature.Interface forSecurityMetadataSource
implementations that are designed to perform lookups keyed onMethod
s.Deprecated.use @{code org.springframework.security.core.parameters.P}