GetCacheComponentRegistryAction action = new GetCacheComponentRegistryAction(cache);
return doPrivileged(action);
}
static AuthorizationManager getCacheAuthorizationManager(final AdvancedCache<?, ?> cache) {
GetCacheAuthorizationManagerAction action = new GetCacheAuthorizationManagerAction(cache);
return doPrivileged(action);
}