SecurityAuthorizationManager
currently caches an AuthorizationManager
per method/class pair.
The memory footprint this requires can be improved by instead caching the annotation's value and passing that into an instance of the class indicated in #12231.