Skip to content

Commit ca533e5

Browse files
committed
Removed protection domain services from ProxyServices
1 parent e5ccba5 commit ca533e5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

weld-spi/src/main/java/org/jboss/weld/serialization/spi/ProxyServices.java

-11
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,6 @@ public interface ProxyServices extends Service
5656
*/
5757
public ClassLoader getClassLoader(Class<?> proxiedBeanType);
5858

59-
/**
60-
* Returns the protection domain to use when a security manager is present
61-
* during generation of a proxy class with the given super type. Usually this
62-
* protection domain will need to correspond to the one used with the class
63-
* loader provided by {@link #getClassLoader(Class)}.
64-
*
65-
* @param proxiedBeanType the base type (class or interface) being proxied
66-
* @return the protection domain to use for the proxy class
67-
*/
68-
public ProtectionDomain getProtectionDomain(Class<?> proxiedBeanType);
69-
7059
/**
7160
* <p>
7261
* Loads classes or interfaces extended/implemented by a bean or in

0 commit comments

Comments
 (0)