Skip to content

Commit

Permalink
Removed protection domain services from ProxyServices
Browse files Browse the repository at this point in the history
  • Loading branch information
drallen authored and pmuir committed Aug 9, 2010
1 parent e5ccba5 commit 04527e5
Showing 1 changed file with 0 additions and 11 deletions.
Expand Up @@ -56,17 +56,6 @@ public interface ProxyServices extends Service
*/
public ClassLoader getClassLoader(Class<?> proxiedBeanType);

/**
* Returns the protection domain to use when a security manager is present
* during generation of a proxy class with the given super type. Usually this
* protection domain will need to correspond to the one used with the class
* loader provided by {@link #getClassLoader(Class)}.
*
* @param proxiedBeanType the base type (class or interface) being proxied
* @return the protection domain to use for the proxy class
*/
public ProtectionDomain getProtectionDomain(Class<?> proxiedBeanType);

/**
* <p>
* Loads classes or interfaces extended/implemented by a bean or in
Expand Down

0 comments on commit 04527e5

Please sign in to comment.