Java.Security.PolicySpi: Method Members

The methods of Java.Security.PolicySpi are listed below. For a list of all members, see the PolicySpi Members list.

See Also: Inherited members from Java.Lang.Object

Protected Methods

EngineGetPermissions(CodeSource) : PermissionCollection
Answers a PermissionCollection object containing the set of permissions granted to the specified CodeSource.
EngineGetPermissions(ProtectionDomain) : PermissionCollection
Answers a PermissionCollection object containing the set of permissions granted to the specified ProtectionDomain.
abstract
EngineImplies(ProtectionDomain, Permission) : bool
Answers if the policy has granted a Permission to a ProtectionDomain.
EngineRefresh()
Refreshes/reloads the policy configuration.