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 Details

    • GetProtectionDomainAction

      public GetProtectionDomainAction(Class<?> clazz)
      Construct a new instance.
      Parameters:
      clazz - the class whose protection domain is to be probed
  • Method Details