This method of the ExecutionRequest Class retrieves the permission identifier for the ExecutionRequest object. This method satisfies the ISecurityRequest interface and returns PermissionID.EXEC to indicate that instances of the ExecutionRequest class are associated with the execution permission.
public PermissionID getPermissionID();
Returns PermissionID.EXEC.