getProtectionDomain abstract method

ProtectionDomain getProtectionDomain()

Gets the protection domain governing access to this element.

Protection domains control:

  • Visibility of the element
  • Access to sensitive metadata
  • Security constraints

Returns:

See also:

Implementation

ProtectionDomain getProtectionDomain();