Class TeamCitySecuredAnnotationSecurityMetadataSource
- java.lang.Object
-
- org.springframework.security.access.method.AbstractMethodSecurityMetadataSource
-
- jetbrains.buildServer.serverSide.impl.auth.TeamCitySecuredAnnotationSecurityMetadataSource
-
- All Implemented Interfaces:
org.springframework.aop.framework.AopInfrastructureBean
,org.springframework.security.access.method.MethodSecurityMetadataSource
,org.springframework.security.access.SecurityMetadataSource
public class TeamCitySecuredAnnotationSecurityMetadataSource extends org.springframework.security.access.method.AbstractMethodSecurityMetadataSource
Created by Eugene Petrenko (eugene.petrenko@gmail.com) Date: 16.06.11 1:22
-
-
Constructor Summary
Constructors Constructor Description TeamCitySecuredAnnotationSecurityMetadataSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.springframework.security.access.ConfigAttribute>
getAllConfigAttributes()
Collection<org.springframework.security.access.ConfigAttribute>
getAttributes(Method method, Class<?> targetClass)
-
-
-
Method Detail
-
getAttributes
public Collection<org.springframework.security.access.ConfigAttribute> getAttributes(Method method, Class<?> targetClass)
-
getAllConfigAttributes
public Collection<org.springframework.security.access.ConfigAttribute> getAllConfigAttributes()
-
-