|
|
|
@ -24,6 +24,7 @@ import org.springframework.security.access.AccessDecisionVoter; |
|
|
|
import org.springframework.security.access.vote.AffirmativeBased; |
|
|
|
import org.springframework.security.access.vote.AffirmativeBased; |
|
|
|
import org.springframework.security.access.vote.AuthenticatedVoter; |
|
|
|
import org.springframework.security.access.vote.AuthenticatedVoter; |
|
|
|
import org.springframework.security.access.vote.RoleVoter; |
|
|
|
import org.springframework.security.access.vote.RoleVoter; |
|
|
|
|
|
|
|
import org.springframework.security.authorization.AuthorizationManager; |
|
|
|
import org.springframework.security.config.BeanIds; |
|
|
|
import org.springframework.security.config.BeanIds; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
@ -32,7 +33,9 @@ import org.springframework.security.config.BeanIds; |
|
|
|
* @author Luke Taylor |
|
|
|
* @author Luke Taylor |
|
|
|
* @author Ben Alex |
|
|
|
* @author Ben Alex |
|
|
|
* @author Rob Winch |
|
|
|
* @author Rob Winch |
|
|
|
|
|
|
|
* @deprecated Please use {@link AuthorizationManager} instead |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
@Deprecated |
|
|
|
abstract class MethodConfigUtils { |
|
|
|
abstract class MethodConfigUtils { |
|
|
|
|
|
|
|
|
|
|
|
@SuppressWarnings("unchecked") |
|
|
|
@SuppressWarnings("unchecked") |
|
|
|
|