Class GetProtectionDomainAction
java.lang.Object
org.wildfly.security.manager.action.GetProtectionDomainAction
- All Implemented Interfaces:
PrivilegedAction<ProtectionDomain>
public final class GetProtectionDomainAction
extends Object
implements PrivilegedAction<ProtectionDomain>
A security action to get the protection domain of a class.
- Author:
- David M. Lloyd
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GetProtectionDomainAction
Construct a new instance.- Parameters:
clazz- the class whose protection domain is to be probed
-
-
Method Details
-
run
- Specified by:
runin interfacePrivilegedAction<ProtectionDomain>
-