mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-30 07:42:52 +00:00
SEC-1557: Added getter to DelegatingMethodSecurityMetadataSource.
This commit is contained in:
parent
69a1fb76d3
commit
8f71f6febf
@ -88,6 +88,10 @@ public final class DelegatingMethodSecurityMetadataSource extends AbstractMethod
|
|||||||
this.methodSecurityMetadataSources = methodSecurityMetadataSources;
|
this.methodSecurityMetadataSources = methodSecurityMetadataSources;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public List<MethodSecurityMetadataSource> getMethodSecurityMetadataSources() {
|
||||||
|
return methodSecurityMetadataSources;
|
||||||
|
}
|
||||||
|
|
||||||
//~ Inner Classes ==================================================================================================
|
//~ Inner Classes ==================================================================================================
|
||||||
|
|
||||||
private static class DefaultCacheKey {
|
private static class DefaultCacheKey {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user