Example usage for org.springframework.security.access.method MethodSecurityMetadataSource interface-usage

List of usage examples for org.springframework.security.access.method MethodSecurityMetadataSource interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.access.method MethodSecurityMetadataSource interface-usage.

Usage

From source file org.springframework.security.access.method.AbstractMethodSecurityMetadataSource.java

/**
 * Abstract implementation of <tt>MethodSecurityMetadataSource</tt> which resolves the
 * secured object type to a MethodInvocation.
 *
 * @author Ben Alex
 * @author Luke Taylor